psalagnac commented on code in PR #3315:
URL: https://github.com/apache/solr/pull/3315#discussion_r2033056568


##########
solr/test-framework/src/java/org/apache/solr/cloud/AbstractFullDistribZkTestBase.java:
##########
@@ -1536,9 +1532,9 @@ protected String checkShardConsistency(String shard, 
boolean expectFailure, bool
 
     CloudJettyRunner lastJetty = null;
     for (CloudJettyRunner cjetty : solrJetties) {
-      ZkNodeProps props = cjetty.info;
+      Replica replica = cjetty.info;
       log.debug("client{}", cnt);
-      log.debug("PROPS:{}", props);
+      log.debug("PROPS:{}", replica);

Review Comment:
   Will update. Thanks for the suggestion.



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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to