stillalex commented on code in PR #1248:
URL: https://github.com/apache/solr/pull/1248#discussion_r1056978470
##########
solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudHttp2SolrClient.java:
##########
@@ -249,6 +251,17 @@ public Builder withParallelUpdates(boolean
parallelUpdates) {
return this;
}
+ /**
+ * Tells {@link CloudHttp2SolrClient.Builder} if caches are expired then
they are refreshed
Review Comment:
what about adding something more meaningful regarding what the number
represents? this is about lock striping so maybe reflect this into the javadoc?
like
`Controls the number of cache lock stripes used by the client when
refreshing the cache.
`
--
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]