Skip to content

Commit 087be80

Browse files
committed
add initialization for pool stats (ydb-platform#1644)
1 parent 0e41d1c commit 087be80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/mind/hive/storage_pool_info.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ TVector<TTabletId> TStoragePoolInfo::PullWaitingTablets() {
183183
}
184184

185185
TStoragePoolInfo::TStats TStoragePoolInfo::GetStats() const {
186-
TStoragePoolInfo::TStats stats;
186+
TStoragePoolInfo::TStats stats = {};
187187
if (Groups.empty()) {
188188
return stats;
189189
}

0 commit comments

Comments
 (0)