serhiy-bzhezytskyy opened a new pull request, #4767: URL: https://github.com/apache/solr/pull/4767
Removes `ZkStateReader.getCollectionPathRoot`/`getCollectionPath` — one-line delegates to the same-named `DocCollection` methods. A bare-name census is useless here (18 production + 39 test hits, mostly `DocCollection`'s own untouched methods); receiver-qualified, the removed pair had 0 production callers and 4 test ones (`ZkStateReaderTest`, `ZkStateWriterTest`, both already importing `DocCollection`). `getCollectionPathRoot` had 0 references anywhere. 22 tests, 0 failures. Unlike SOLR-18386, the rename is 3 chars shorter, so no reflow. SOLR-18386 (#4766, already open) shares ZkStateReaderTest.java -- simulated merged first, applies cleanly. SOLR-18370 (local, not yet a PR) also touches ZkStateReader.java -- re-check for conflicts once it opens a PR and either merges. 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]
