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 3cfa1e3 commit aa1ff63Copy full SHA for aa1ff63
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
SideEffects.Schedule(TDuration::MilliSeconds(1000), new TEvHive::TEvInitiateBlockStorage(tablet->Id));
58
59
0 commit comments