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 b378a82 commit 5d0492cCopy full SHA for 5d0492c
ydb/library/actors/core/cpu_manager.cpp
@@ -95,6 +95,7 @@ namespace NActors {
95
Executors[excIdx].Reset(CreateExecutorPool(excIdx));
96
bool ignoreThreads = dynamic_cast<TIOExecutorPool*>(Executors[excIdx].Get());
97
TSelfPingInfo *pingInfo = (excIdx < Config.PingInfoByPool.size()) ? &Config.PingInfoByPool[excIdx] : nullptr;
98
+ ignoreThreads &= (Shared != nullptr);
99
Harmonizer->AddPool(Executors[excIdx].Get(), pingInfo, ignoreThreads);
100
}
101
ACTORLIB_DEBUG(EDebugLevel::ActorSystem, "TCpuManager::Setup: created");
0 commit comments