HoustonPutman commented on code in PR #3916:
URL: https://github.com/apache/solr/pull/3916#discussion_r2744112996
##########
solr/core/src/java/org/apache/solr/cloud/api/collections/CollectionApiLockFactory.java:
##########
@@ -118,10 +126,18 @@ DistributedMultiLock createCollectionApiLock(
};
List<DistributedLock> locks = new ArrayList<>(iterationOrder.length);
for (CollectionParams.LockLevel level : iterationOrder) {
+ // We do not want to re-lock from the parent lock level
+ // TODO: Fix
Review Comment:
This was leftover. Not an issue
--
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]