We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db97d8 commit bd292aeCopy full SHA for bd292ae
ydb/core/mind/hive/tx__load_everything.cpp
@@ -181,7 +181,7 @@ class TTxLoadEverything : public TTransactionBase<THive> {
181
}
182
183
Self->BuildCurrentConfig();
184
- Self->WarmUp = Self->CurrentConfig.GetWarmUpEnabled();
+ Self->WarmUp = Self->CurrentConfig.GetWarmUpEnabled() && !Self->AreWeRootHive();
185
186
Self->DefaultResourceMetricsAggregates.MaximumCPU.SetWindowSize(TDuration::MilliSeconds(Self->GetMetricsWindowSize()));
187
Self->DefaultResourceMetricsAggregates.MaximumMemory.SetWindowSize(TDuration::MilliSeconds(Self->GetMetricsWindowSize()));
0 commit comments