jasonk000 commented on a change in pull request #12099:
URL: https://github.com/apache/druid/pull/12099#discussion_r779257359
##########
File path:
indexing-service/src/main/java/org/apache/druid/indexing/overlord/TaskQueue.java
##########
@@ -93,7 +100,8 @@
private final ServiceEmitter emitter;
private final ReentrantLock giant = new ReentrantLock(true);
- private final Condition managementMayBeNecessary = giant.newCondition();
+ //noinspection MismatchedCollectionQueryUpdate
Review comment:
@ccaominh it seems like the intellij inspector container is ignoring
this directive, do you have an opinion on this?
--
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]