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

2024-08-07 Thread via GitHub
dsmiley commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1708537956 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -300,10 +313,11 @@ private VersionedCollectionProps fetchColle

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

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

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

2024-08-07 Thread via GitHub
aparnasuresh85 commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1708045290 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -300,10 +313,11 @@ private VersionedCollectionProps fet

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

2024-08-07 Thread via GitHub
dsmiley commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1707774326 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -300,10 +313,11 @@ private VersionedCollectionProps fetchColle

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

2024-08-07 Thread via GitHub
aparnasuresh85 commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1707659461 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -300,10 +313,11 @@ private VersionedCollectionProps fet

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

2024-08-07 Thread via GitHub
aparnasuresh85 commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1707659461 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -300,10 +313,11 @@ private VersionedCollectionProps fet

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

2024-08-07 Thread via GitHub
aparnasuresh85 commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1707659461 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -300,10 +313,11 @@ private VersionedCollectionProps fet

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

2024-08-07 Thread via GitHub
aparnasuresh85 commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1707659461 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -300,10 +313,11 @@ private VersionedCollectionProps fet

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

2024-08-07 Thread via GitHub
aparnasuresh85 commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1707659461 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -300,10 +313,11 @@ private VersionedCollectionProps fet

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

2024-08-06 Thread via GitHub
dsmiley commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1706392465 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -300,10 +313,11 @@ private VersionedCollectionProps fetchColle

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

2024-08-06 Thread via GitHub
aparnasuresh85 commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1706005573 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -300,10 +313,11 @@ private VersionedCollectionProps fet

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

2024-08-05 Thread via GitHub
dsmiley commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1704685321 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -300,10 +313,11 @@ private VersionedCollectionProps fetchColle

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

2024-08-05 Thread via GitHub
dsmiley commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1704608234 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -154,8 +150,14 @@ public Map getCollectionProperties(final Str

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

2024-08-05 Thread via GitHub
aparnasuresh85 commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1704493967 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -77,12 +75,13 @@ public class CollectionPropertiesZkStat

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

2024-08-02 Thread via GitHub
dsmiley commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1702323807 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -77,12 +75,13 @@ public class CollectionPropertiesZkStateReader

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

2024-08-02 Thread via GitHub
aparnasuresh85 commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1702180575 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -217,7 +222,8 @@ public void process(WatchedEvent event)

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

2024-08-02 Thread via GitHub
aparnasuresh85 commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1702174830 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -77,12 +75,13 @@ public class CollectionPropertiesZkStat

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

2024-08-01 Thread via GitHub
dsmiley commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1700915813 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -47,7 +46,6 @@ public class CollectionPropertiesZkStateReader i

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

2024-08-01 Thread via GitHub
aparnasuresh85 commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1700718785 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -104,46 +103,52 @@ public CollectionPropertiesZkStateRea

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

2024-08-01 Thread via GitHub
aparnasuresh85 commented on code in PR #2611: URL: https://github.com/apache/solr/pull/2611#discussion_r1700718785 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/CollectionPropertiesZkStateReader.java: ## @@ -104,46 +103,52 @@ public CollectionPropertiesZkStateRea

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

2024-08-01 Thread via GitHub
aparnasuresh85 commented on PR #2611: URL: https://github.com/apache/solr/pull/2611#issuecomment-2263809638 cc @dsmiley @pmcarthur-apache @pjmcarthur -- 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

[PR] Reduce thread contention in ZkStateReader.getCollectionProperties [solr]

2024-08-01 Thread via GitHub
aparnasuresh85 opened a new pull request, #2611: URL: https://github.com/apache/solr/pull/2611 # Description Building on which delegated Collection Properties Management to `CollectionPropertiesZkStateReader`, this PR seek