HoustonPutman commented on code in PR #4068:
URL: https://github.com/apache/solr/pull/4068#discussion_r2738823775
##########
solr/core/src/java/org/apache/solr/cloud/api/collections/CollectionHandlingUtils.java:
##########
@@ -533,6 +577,15 @@ private static NamedList<Object>
waitForCoreAdminAsyncCallToComplete(
}
continue;
+ } else if (r.equals("submitted")) {
Review Comment:
agreed, I think this logic could be cleaned up a lot. But I wanted to limit
the scope of my PR, for obvious reasons.
--
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]