Re: [PR] SOLR-17396: Reduce thread contention in ZkStateReader.getCollectionProperties() [solr]

2024-08-08 Thread via GitHub
dsmiley merged PR #2611: URL: https://github.com/apache/solr/pull/2611 -- 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: issues-unsubscr...@solr.apache.or

Re: [PR] SOLR-17396: Reduce thread contention in ZkStateReader.getCollectionProperties() [solr]

2024-08-08 Thread via GitHub
aparnasuresh85 commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1709653157 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -391,13 +383,7 @@ public void run() { private class C

Re: [PR] SOLR-17396: Reduce thread contention in ZkStateReader.getCollectionProperties() [solr]

2024-08-08 Thread via GitHub
aparnasuresh85 commented on PR #2611: URL: https://github.com/apache/solr/pull/2611#issuecomment-2275992159 > Looks essentially ready... albeit missing a JIRA & CHANGES.txt :-) Created JIRA: https://issues.apache.org/jira/browse/SOLR-17396 and added CHANGES.txt! -- This is an autom