Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

class org.apache.solr.update.processor.MirroringUpdateRequestProcessorFactory$MyCloseHook has interface org.apache.solr.core.CloseHook as super class #98

Open
rajanim opened this issue Jan 10, 2024 · 1 comment

Comments

@rajanim
Copy link

rajanim commented Jan 10, 2024

Tried deploying the crossdc-producer on solr 9.x and it didn't work. The exception is as follows

org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: class org.apache.solr.update.processor.MirroringUpdateRequestProcessorFactory$MyCloseHook has interface org.apache.solr.core.CloseHook as super class

the above exception looks related to the issue reported on this jira

Upgrading to 9.X allows modifying the extend to implements here as we need.
But the next compile issue comes in the ProducerMetrics class. There seems to be runtime issues that could arise from the upgrade.

Appreciate suggestions and help on this one. Thanks.

@sigram
Copy link
Contributor

sigram commented Feb 21, 2024

I think that we should move on with this project to use Solr 9x as default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants