You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: