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 3e299f1 commit 2293d20Copy full SHA for 2293d20
ydb/core/viewer/viewer_tenantinfo.h
@@ -640,7 +640,7 @@ class TJsonTenantInfo : public TViewerPipeClient {
640
TIntrusivePtr<TDomainsInfo> domains = AppData()->DomainsInfo;
641
auto* domain = domains->GetDomain();
642
TStackVec<TTabletId, 64> tablets;
643
- TTabletId hiveId;
+ TTabletId hiveId = {};
644
if (entry.DomainInfo) {
645
for (TTabletId tabletId : entry.DomainInfo->Params.GetCoordinators()) {
646
tablets.emplace_back(tabletId);
0 commit comments