ccaominh commented on a change in pull request #12099:
URL: https://github.com/apache/druid/pull/12099#discussion_r779292422
##########
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:
Can you try suppressing `MismatchedQueryAndUpdateOfCollection` instead?
From the IntelliJ source code, that looks like the id of relevant
inspection:
https://github.com/JetBrains/intellij-community/blob/2fc98d149965e20e9810b8d94f51309923fa4969/plugins/InspectionGadgets/src/com/siyeh/ig/bugs/MismatchedCollectionQueryUpdateInspection.java#L128
--
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]