Merge [TRAFODION-2881] PR-1392 HA fixes
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/0c049d78 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/0c049d78 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/0c049d78 Branch: refs/heads/master Commit: 0c049d784075f1ca0eb1cb640efe5827afae5eb8 Parents: 8b6a6bb e832d82 Author: Suresh Subbiah <[email protected]> Authored: Fri Jan 12 19:34:52 2018 +0000 Committer: Suresh Subbiah <[email protected]> Committed: Fri Jan 12 19:34:52 2018 +0000 ---------------------------------------------------------------------- .../export/include/common/evl_sqlog_eventnum.h | 26 + core/sqf/monitor/linux/cluster.cxx | 967 ++++++++++--------- core/sqf/monitor/linux/cluster.h | 6 +- core/sqf/monitor/linux/cmsh.cxx | 146 ++- core/sqf/monitor/linux/cmsh.h | 2 + core/sqf/monitor/linux/commaccept.cxx | 37 +- core/sqf/monitor/linux/commaccept.h | 3 +- core/sqf/monitor/linux/internal.h | 2 +- core/sqf/monitor/linux/macros.gmk | 4 +- core/sqf/monitor/linux/montest_run.virtual | 10 +- core/sqf/monitor/linux/pnode.cxx | 8 +- core/sqf/monitor/linux/pnodeconfig.cxx | 33 +- core/sqf/monitor/linux/pnodeconfig.h | 2 + core/sqf/monitor/linux/process.cxx | 161 +-- core/sqf/monitor/linux/redirector.cxx | 11 +- core/sqf/monitor/linux/redirector.h | 2 +- core/sqf/monitor/linux/reqexit.cxx | 7 +- core/sqf/monitor/linux/reqnewproc.cxx | 30 +- core/sqf/monitor/linux/reqopen.cxx | 8 +- core/sqf/monitor/linux/reqqueue.cxx | 5 + core/sqf/monitor/linux/shell.cxx | 101 +- core/sqf/monitor/linux/tcdbsqlite.cxx | 8 - core/sqf/monitor/linux/tmsync.cxx | 46 +- core/sqf/monitor/linux/zclient.cxx | 6 +- core/sqf/sql/scripts/sqnodestatus | 23 +- core/sqf/src/seabed/src/msmon.cpp | 2 +- 26 files changed, 1010 insertions(+), 646 deletions(-) ----------------------------------------------------------------------
