cpoerschke commented on code in PR #3278: URL: https://github.com/apache/solr/pull/3278#discussion_r2039393284
########## solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java: ########## @@ -590,6 +590,7 @@ public enum CollectionOperation implements CollectionOp { CREATE_NODE_SET, CREATE_NODE_SET_SHUFFLE, "shards", + "chkConfigName", Review Comment: maybe use a constant similar to lines 584-586 above ```suggestion ReindexCollectionCmd.CHK_CONFIG_NAME, ``` -- 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