pfzhan commented on code in PR #2161:
URL: https://github.com/apache/kylin/pull/2161#discussion_r1431119481
##########
src/core-job/src/main/java/org/apache/kylin/job/impl/threadpool/NDefaultScheduler.java:
##########
@@ -232,6 +232,12 @@ public static double currentAvailableMem() {
return 1.0 * memoryRemaining.availablePermits();
}
+ public int getMaxConcurrentJobLimitByProjectForInitThread(KylinConfig
config, JobEngineConfig jobEngineConfig,
+ String project)
{
+ int jobLimit = getMaxConcurrentJobLimitByProject(config,
jobEngineConfig, project);
Review Comment:
format 不对
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]