We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba3d83d + 79444a5 commit b356229Copy full SHA for b356229
ydb/core/tx/columnshard/blobs_reader/task.h
@@ -135,7 +135,8 @@ class TCompositeReadBlobs {
135
TCompositeReadBlobs() = default;
136
137
~TCompositeReadBlobs() {
138
- AFL_VERIFY(IsEmpty());
+ // A non-empty value is possible here in case of destruction at start.
139
+ // AFL_VERIFY(IsEmpty());
140
}
141
142
TCompositeReadBlobs& operator=(TCompositeReadBlobs&& item) noexcept {
0 commit comments