jasonk000 commented on a change in pull request #12099:
URL: https://github.com/apache/druid/pull/12099#discussion_r779737340



##########
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:
       Thanks, I used your suggested tag and switched from `noinspection` to 
`@SuppressWarnings` and it now passes on my local. Let's see if it passes on CI.




-- 
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]

Reply via email to