Skip to content

Commit 60f14e7

Browse files
authored
EXT-1648 Add TEvBlockBlobStorageResult's error reason to hive's log (#28206)
1 parent a564e8e commit 60f14e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/mind/hive/tx__block_storage_result.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class TTxBlockStorageResult : public TTransactionBase<THive> {
5353
}
5454
}
5555
} else {
56-
BLOG_W("THive::TTxBlockStorageResult retrying for " << TabletId << " because of " << NKikimrProto::EReplyStatus_Name(msg->Status));
56+
BLOG_W("THive::TTxBlockStorageResult retrying for " << TabletId << " because of " << NKikimrProto::EReplyStatus_Name(msg->Status) << ": " << msg->ErrorReason);
5757
if (tablet->IsDeleting()) {
5858
--Self->DeleteTabletInProgress;
5959
Self->UpdateCounterTabletsDeleting();

0 commit comments

Comments
 (0)