serhiy-bzhezytskyy opened a new pull request, #4783: URL: https://github.com/apache/solr/pull/4783
https://issues.apache.org/jira/browse/SOLR-18367 Completes SOLR-17712's proposal: "internal logic should behave as if it's true", removing the ability to opt out of waiting for final state. Two commits: 1. Client: removes `AsyncCollectionAdminRequest.setWaitForFinalState` (deprecated in 9.10, the first step); the field now always resolves to `true`. 2. Server: flips the default from `false` to `true` in all 8 commands that read the param (CREATE, ADDREPLICA, CREATESHARD, MOVEREPLICA, SPLITSHARD, BALANCE_REPLICAS, MIGRATE_REPLICAS, REPLACENODE). 72 tests across all 8 affected commands, 0 failures. @dsmiley -- you proposed this in SOLR-17712 and specifically suggested waiting some weeks through tests before the full removal; flagging in case there's a reason it shouldn't go in yet. AI-assisted (Claude Sonnet 5) -- 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]
