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


##########
solr/solrj/src/java/org/apache/solr/common/cloud/DocCollection.java:
##########
@@ -397,32 +396,6 @@ public Replica getLeader(String sliceName) {
     return slice.getLeader();
   }
 
-  /**
-   * Check that all replicas in a collection are live
-   *
-   * @see CollectionStatePredicate
-   */
-  @Deprecated // only for 2 tests

Review Comment:
   this PR shows I was **quite** wrong about the number 2.  But any way, moving 
is fine; it's just for tests.  The "expected" params show this is very 
test-like as well, so this method doesn't belong here.



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