You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linkis-computation-governance/linkis-manager/linkis-application-manager/src/main/scala/org/apache/linkis/manager/am/service/engine/DefaultEngineCreateService.scala
+18-17Lines changed: 18 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ class DefaultEngineCreateService
s"Secondary queue resource usage exceeds threshold - memory over threshold: $memoryOverThreshold, cpu over threshold: $cpuOverThreshold, instance over threshold: $instanceOverThreshold, using primary queue"
529
530
)
530
531
false
531
532
} else {
532
-
logger.info("备用队列资源充足,使用备用队列")
533
+
logger.info("Secondary queue has sufficient resources, using secondary queue")
533
534
true
534
535
}
535
536
} else {
536
-
logger.warn("备用队列最大资源为空,使用主队列")
537
+
logger.warn("Secondary queue max resource is empty, using primary queue")
537
538
false
538
539
}
539
540
@@ -542,20 +543,20 @@ class DefaultEngineCreateService
0 commit comments