dsmiley commented on code in PR #3851:
URL: https://github.com/apache/solr/pull/3851#discussion_r2527410706


##########
solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudSolrClient.java:
##########
@@ -195,14 +206,39 @@ boolean shouldRetry() {
     void setRetriedAt() {
       retriedAtNano = System.nanoTime();
     }
+
+    boolean markMaybeStaleIfOutsideBackoff(long retryBackoffNano) {

Review Comment:
   (shock) You are asking me to give a concrete reason to ask that you write a 
line of javadoc to a method that had none?  Is that unreasonable?  I think my 
request is fair and I was sincere in asking (I was confused; javadoc would 
help).



-- 
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]

Reply via email to