maytasm commented on a change in pull request #11190:
URL: https://github.com/apache/druid/pull/11190#discussion_r654987383
##########
File path:
indexing-service/src/main/java/org/apache/druid/indexing/overlord/TaskLockbox.java
##########
@@ -710,8 +710,8 @@ public TaskLock apply(TaskLockPosse taskLockPosse)
// Do not proceed if the lock is revoked
return;
} else if (taskLockPosse.getTaskLock().getPriority()
== null
- ||
taskLockPosse.getTaskLock().getPriority() <= minTaskPriority.get(datasource)) {
- // Do not proceed if the lock has a priority less
than or equal to the minimum
+ ||
taskLockPosse.getTaskLock().getPriority() < minTaskPriority.get(datasource)) {
Review comment:
LGTM
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]