HoustonPutman commented on code in PR #3916:
URL: https://github.com/apache/solr/pull/3916#discussion_r2743767009
##########
solr/solrj/src/java/org/apache/solr/common/params/CollectionParams.java:
##########
@@ -48,7 +48,8 @@ enum LockLevel {
REPLICA(3, null),
SHARD(2, REPLICA),
COLLECTION(1, SHARD),
- CLUSTER(0, COLLECTION);
+ CLUSTER(0, COLLECTION),
+ BASE(-1, CLUSTER);
Review Comment:
Yeah, after adding tests I don't think it's necessary. I probably needed it
in the beginning then removed the usage. Removing it now.
--
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]