Skip to content

Commit 12b19d9

Browse files
authored
Merge 0f45726 into 8b269a1
2 parents 8b269a1 + 0f45726 commit 12b19d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ydb/core/blobstorage/dsproxy/dsproxy_put.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@ class TBlobStorageGroupPutRequest : public TBlobStorageGroupRequestActor<TBlobSt
205205

206206
if (record.HasIncarnationGuid()) {
207207
HandleIncarnation(issue, orderNumber, record.GetIncarnationGuid());
208+
} else if (record.GetStatus() != NKikimrProto::OK) { // we can't obtain status from the vdisk; assume it has not been written
209+
Y_ABORT_UNLESS(orderNumber < IncarnationRecords.size());
210+
IncarnationRecords[orderNumber] = {};
211+
PutImpl.InvalidatePartStates(orderNumber);
212+
++*Mon->NodeMon->IncarnationChanges;
208213
}
209214

210215
Action();

0 commit comments

Comments
 (0)