You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2023/06/16 13:23:50 UTC

[linkis] branch dev-1.4.0 updated: remove queue info, for there maybe too many logs (#4647)

This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev-1.4.0
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.4.0 by this push:
     new 19c30752a remove queue info, for there maybe too many logs (#4647)
19c30752a is described below

commit 19c30752ab2d9fd99526974345a84cc480229029
Author: GuoPhilipse <46...@users.noreply.github.com>
AuthorDate: Fri Jun 16 21:23:44 2023 +0800

    remove queue info, for there maybe too many logs (#4647)
---
 .../apache/linkis/manager/rm/external/yarn/YarnResourceRequester.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/linkis-computation-governance/linkis-manager/linkis-application-manager/src/main/java/org/apache/linkis/manager/rm/external/yarn/YarnResourceRequester.java b/linkis-computation-governance/linkis-manager/linkis-application-manager/src/main/java/org/apache/linkis/manager/rm/external/yarn/YarnResourceRequester.java
index 98cfe2b33..332eb765e 100644
--- a/linkis-computation-governance/linkis-manager/linkis-application-manager/src/main/java/org/apache/linkis/manager/rm/external/yarn/YarnResourceRequester.java
+++ b/linkis-computation-governance/linkis-manager/linkis-application-manager/src/main/java/org/apache/linkis/manager/rm/external/yarn/YarnResourceRequester.java
@@ -160,7 +160,6 @@ public class YarnResourceRequester implements ExternalResourceRequester {
         && !queues.isMissingNode()
         && queues.isArray()
         && ((ArrayNode) queues).size() > 0) {
-      logger.info("queues:" + queues);
       return queues;
     } else {
       return resp.get("childQueues");


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org