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 6d047a4 commit 00669fdCopy full SHA for 00669fd
ydb/core/mind/hive/monitoring.cpp
@@ -246,7 +246,7 @@ class TTxMonEvent_MemStateTablets : public TTransactionBase<THive> {
246
if (WaitingOnly) {
247
tabletIdIndex.reserve(Self->BootQueue.WaitQueue.size());
248
for (const TBootQueue::TBootQueueRecord& rec : Self->BootQueue.WaitQueue) {
249
- TTabletInfo* tablet = Self->FindTablet(rec.TabletId);
+ TTabletInfo* tablet = Self->FindTablet(rec.TabletId, rec.FollowerId);
250
if (tablet != nullptr) {
251
tabletIdIndex.push_back({tabletIndexFunction(*tablet), tablet});
252
}
0 commit comments