Skip to content

Commit

Permalink
GG-26097: Fix deadlock in scan query on node stop.
Browse files Browse the repository at this point in the history
  • Loading branch information
AMashenkov committed Dec 4, 2019
1 parent a54ea46 commit 9f0de85
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,7 @@ public boolean enabled() {

cctx.events().removeListener(lsnr);

if (cancel)
onCancelAtStop();
else
onWaitAtStop();
onCancelAtStop();
}

/**
Expand Down

0 comments on commit 9f0de85

Please sign in to comment.