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.
1 parent a564e8e commit 60f14e7Copy full SHA for 60f14e7
ydb/core/mind/hive/tx__block_storage_result.cpp
@@ -53,7 +53,7 @@ class TTxBlockStorageResult : public TTransactionBase<THive> {
53
}
54
55
} else {
56
- BLOG_W("THive::TTxBlockStorageResult retrying for " << TabletId << " because of " << NKikimrProto::EReplyStatus_Name(msg->Status));
+ BLOG_W("THive::TTxBlockStorageResult retrying for " << TabletId << " because of " << NKikimrProto::EReplyStatus_Name(msg->Status) << ": " << msg->ErrorReason);
57
if (tablet->IsDeleting()) {
58
--Self->DeleteTabletInProgress;
59
Self->UpdateCounterTabletsDeleting();
0 commit comments