Skip to content

Commit 00669fd

Browse files
authored
fix waiting followers in dev ui (#10257) (#11267)
1 parent 6d047a4 commit 00669fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/mind/hive/monitoring.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class TTxMonEvent_MemStateTablets : public TTransactionBase<THive> {
246246
if (WaitingOnly) {
247247
tabletIdIndex.reserve(Self->BootQueue.WaitQueue.size());
248248
for (const TBootQueue::TBootQueueRecord& rec : Self->BootQueue.WaitQueue) {
249-
TTabletInfo* tablet = Self->FindTablet(rec.TabletId);
249+
TTabletInfo* tablet = Self->FindTablet(rec.TabletId, rec.FollowerId);
250250
if (tablet != nullptr) {
251251
tabletIdIndex.push_back({tabletIndexFunction(*tablet), tablet});
252252
}

0 commit comments

Comments
 (0)