Skip to content

Commit 8d14504

Browse files
authored
Fix false-positive assertion (#6306)
1 parent d525341 commit 8d14504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/blobstorage/nodewarden/distconf_scatter_gather.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ namespace NKikimr::NStorage {
128128
Y_ABORT_UNLESS(m == 1);
129129
CheckCompleteScatterTask(jt);
130130
} else {
131-
Y_DEBUG_ABORT_UNLESS(false);
131+
Y_DEBUG_ABORT_UNLESS(!info.ScatterTasks.contains(cookie));
132132
}
133133
}
134134
}

0 commit comments

Comments
 (0)