cpoerschke commented on code in PR #2526: URL: https://github.com/apache/solr/pull/2526#discussion_r1691092491
########## solr/core/src/java/org/apache/solr/handler/component/DebugComponent.java: ########## @@ -181,16 +183,28 @@ public void modifyRequest(ResponseBuilder rb, SearchComponent who, ShardRequest } } + @VisibleForTesting + static String getDistributedStageName(int stage) { Review Comment: #2594 opened with the changes in this PR plus making the new method protected with matching test changes. -- 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