Skip to content

Commit 0642a8e

Browse files
committed
add logs
1 parent 2638b3f commit 0642a8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/core/kqp/node_service/kqp_node_service.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,8 @@ class TKqpNodeService : public TActorBootstrapped<TKqpNodeService> {
693693
Y_ENSURE(poolStats.MaxThreadCount > 0);
694694

695695
Scheduler.SetPriorities(rule, poolStats.MaxThreadCount, TlsActivationContext->Monotonic());
696+
697+
LOG_I("Compute tasks scheduler capacity " << poolStats.MaxThreadCount << " threads");
696698
}
697699

698700
void SetIteratorReadsRetrySettings(const NKikimrConfig::TTableServiceConfig::TIteratorReadsRetrySettings& settings) {

0 commit comments

Comments
 (0)