Skip to content

Commit aa1ff63

Browse files
authored
EXT-1648 Add TEvBlockBlobStorageResult's error reason to hive's log (#28230)
(cherry picked from commit 60f14e7)
1 parent 3cfa1e3 commit aa1ff63

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
SideEffects.Schedule(TDuration::MilliSeconds(1000), new TEvHive::TEvInitiateBlockStorage(tablet->Id));
5858
}
5959
}

0 commit comments

Comments
 (0)