dsmiley commented on pull request #17: URL: https://github.com/apache/solr/pull/17#issuecomment-854903095
Aside from some trivial matters I pointed out, I think this is ready to test for backwards-compatibility. It'll have to be done manually. Create a SolrCloud cluster (single node fine), perhaps using Docker for a Solr 8 version. Ensure that the data is mapped to disk so it's retained when you run main's docker image. Create a collection before shutting it down. When you break up Solr 9 in-place, see that the data is there and no mysterious errors. Examine ZK to see if the state.json for the collection was auto-updated as we expect it might. If that's successful, then I think the "per replica states" opt-in feature new in 8.x might prevent this auto-update of state.json since the replica state is done separately but I'm not sure. Try it out. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
