Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NSAmelchev committed Jul 25, 2024
1 parent 155223e commit 4117e2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3929,7 +3929,7 @@ else if (msg instanceof SnapshotFilesFailureMessage) {
@Override public void onException(UUID nodeId, Throwable ex) {
RemoteSnapshotFilesRecevier task = active;

if (task == null)
if (task == null || task.isDone())
return;

assert task.rmtNodeId.equals(nodeId);
Expand Down

0 comments on commit 4117e2e

Please sign in to comment.