Skip to content

Commit

Permalink
Update solr/core/src/java/org/apache/solr/cloud/api/collections/Overs…
Browse files Browse the repository at this point in the history
…eerCancelMessageHandler.java

Co-authored-by: Christine Poerschke <[email protected]>
  • Loading branch information
QFREEE and cpoerschke authored Jan 28, 2025
1 parent 77256e4 commit 3b57a7a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ public String getTimerName(String operation) {
}

// TODO: find a better way to lock, currently lock based on asyncId being unique
@Override
public Lock lockTask(ZkNodeProps message, long ignored) {
String cancelTaskMsg = getTaskKey(message);
if (canExecute(cancelTaskMsg)) {
Expand Down

0 comments on commit 3b57a7a

Please sign in to comment.