stillalex commented on PR #2101: URL: https://github.com/apache/solr/pull/2101#issuecomment-1858938602
finally had some time to look at the failures. turns out the counter idea was not the best because metrics can be disabled (seems the case for the failing replication tests where the counter is `org.apache.solr.metrics.MetricSuppliers$NoOpCounterSupplier$NoOpCounter@53f7aac1`) so the `isReady` check will fail. I am running out of ideas, so I introduced a dedicated variable to track if the init is completed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
