You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by li...@apache.org on 2018/08/19 10:03:06 UTC

[1/2] trafodion git commit: [TRAFODION-3182] cleanup monitor log content

Repository: trafodion
Updated Branches:
  refs/heads/master 6bd356468 -> 2c5af79c1


[TRAFODION-3182] cleanup monitor log content


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/5c8c990b
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/5c8c990b
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/5c8c990b

Branch: refs/heads/master
Commit: 5c8c990be5af0aba055b84b28477abae671ffa59
Parents: 5e8bfc7
Author: Liu Ming <ov...@sina.com>
Authored: Sun Aug 12 03:12:14 2018 +0000
Committer: Liu Ming <ov...@sina.com>
Committed: Sun Aug 12 03:12:14 2018 +0000

----------------------------------------------------------------------
 core/sqf/monitor/linux/cluster.cxx    | 4 ++--
 core/sqf/monitor/linux/redirector.cxx | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/5c8c990b/core/sqf/monitor/linux/cluster.cxx
----------------------------------------------------------------------
diff --git a/core/sqf/monitor/linux/cluster.cxx b/core/sqf/monitor/linux/cluster.cxx
index 762c1a0..a83f10e 100644
--- a/core/sqf/monitor/linux/cluster.cxx
+++ b/core/sqf/monitor/linux/cluster.cxx
@@ -2740,7 +2740,7 @@ void CCluster::HandleOtherNodeMsg (struct internal_msg_def *recv_msg,
                                  recv_msg->u.stdin_req.supplier_nid,
                                  recv_msg->u.stdin_req.supplier_pid);
                         mon_log_write(MON_CLUSTER_HANDLEOTHERNODE_8,
-                                      SQ_LOG_ERR, buf);
+                                      SQ_LOG_DEBUG, buf);
                     }
                 }
             }
@@ -2760,7 +2760,7 @@ void CCluster::HandleOtherNodeMsg (struct internal_msg_def *recv_msg,
                      "pid=%d for stdin data request.\n", method_name,
                      recv_msg->u.stdin_req.nid,
                      recv_msg->u.stdin_req.pid);
-            mon_log_write(MON_CLUSTER_HANDLEOTHERNODE_9, SQ_LOG_INFO, buf);
+            mon_log_write(MON_CLUSTER_HANDLEOTHERNODE_9, SQ_LOG_DEBUG, buf);
         }
         break;
 #endif

http://git-wip-us.apache.org/repos/asf/trafodion/blob/5c8c990b/core/sqf/monitor/linux/redirector.cxx
----------------------------------------------------------------------
diff --git a/core/sqf/monitor/linux/redirector.cxx b/core/sqf/monitor/linux/redirector.cxx
index 70e8f9c..92d74ac 100644
--- a/core/sqf/monitor/linux/redirector.cxx
+++ b/core/sqf/monitor/linux/redirector.cxx
@@ -1550,7 +1550,7 @@ void CRedirector::stdinFd(int nid, int pid, int &pipeFd, char filename[],
             sprintf(buf, "[%s], unable to obtain file info for stdin file"
                     ", file=%s. Closing stdin pipe fd=%d\n",
                     method_name, filename, pipeFd );
-            mon_log_write(MON_REDIR_STDIN_FD_1, SQ_LOG_ERR, buf);
+            mon_log_write(MON_REDIR_STDIN_FD_1, SQ_LOG_DEBUG, buf);
 
             close ( pipeFd );
             pipeFd = -1;


[2/2] trafodion git commit: merge [TRAFODION-3182]

Posted by li...@apache.org.
merge [TRAFODION-3182]


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/2c5af79c
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/2c5af79c
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/2c5af79c

Branch: refs/heads/master
Commit: 2c5af79c1bcb2fbaff0cc48c68e569afedecff45
Parents: 6bd3564 5c8c990
Author: LiuMing <ov...@sina.com>
Authored: Sun Aug 19 18:02:49 2018 +0800
Committer: LiuMing <ov...@sina.com>
Committed: Sun Aug 19 18:02:49 2018 +0800

----------------------------------------------------------------------
 core/sqf/monitor/linux/cluster.cxx    | 4 ++--
 core/sqf/monitor/linux/redirector.cxx | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------