Skip to content

Commit 3bba90f

Browse files
committed
Add final logging for aborted checkpoint
1 parent 9276550 commit 3bba90f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/fq/libs/checkpointing/checkpoint_coordinator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ void TCheckpointCoordinator::Handle(const NYql::NDq::TEvDqCompute::TEvSaveTaskSt
467467
}
468468
if (checkpoint.GotAllAcknowledges()) {
469469
if (checkpoint.GetStats().Aborted) {
470+
CC_LOG_E("[" << checkpointId << "] Got all acks for aborted checkpoint, aborting in storage");
470471
CheckpointingSnapshotRotationIndex = CheckpointingSnapshotRotationPeriod; // Next checkpoint is snapshot.
471472
Send(StorageProxy, new TEvCheckpointStorage::TEvAbortCheckpointRequest(CoordinatorId, checkpointId, "Can't save node state"), IEventHandle::FlagTrackDelivery);
472473
} else {

0 commit comments

Comments
 (0)