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 2638b3f commit 0642a8eCopy full SHA for 0642a8e
ydb/core/kqp/node_service/kqp_node_service.cpp
@@ -693,6 +693,8 @@ class TKqpNodeService : public TActorBootstrapped<TKqpNodeService> {
693
Y_ENSURE(poolStats.MaxThreadCount > 0);
694
695
Scheduler.SetPriorities(rule, poolStats.MaxThreadCount, TlsActivationContext->Monotonic());
696
+
697
+ LOG_I("Compute tasks scheduler capacity " << poolStats.MaxThreadCount << " threads");
698
}
699
700
void SetIteratorReadsRetrySettings(const NKikimrConfig::TTableServiceConfig::TIteratorReadsRetrySettings& settings) {
0 commit comments