Merge [TRAFODION-2883] PR 1457 Preliminary scale enhancements
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/d48a8874 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/d48a8874 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/d48a8874 Branch: refs/heads/master Commit: d48a887413f69d7b0e573106ee10f6770f29533c Parents: aec5108 87739b8 Author: Dave Birdsall <[email protected]> Authored: Thu Mar 1 21:07:00 2018 +0000 Committer: Dave Birdsall <[email protected]> Committed: Thu Mar 1 21:07:00 2018 +0000 ---------------------------------------------------------------------- .../export/include/common/evl_sqlog_eventnum.h | 14 + core/sqf/monitor/linux/cluster.cxx | 388 ++++++++++--- core/sqf/monitor/linux/cluster.h | 26 +- core/sqf/monitor/linux/commaccept.cxx | 108 ++-- core/sqf/monitor/linux/mlio.cxx | 7 +- core/sqf/monitor/linux/monitor.cxx | 540 +++++++++++++++---- core/sqf/monitor/linux/monitor.h | 2 - core/sqf/monitor/linux/msgdef.h | 48 +- core/sqf/monitor/linux/pnode.cxx | 67 ++- core/sqf/monitor/linux/process.cxx | 75 ++- core/sqf/monitor/linux/reqprocinfo.cxx | 83 +-- core/sqf/monitor/linux/reqqueue.cxx | 10 +- core/sqf/monitor/linux/shell.cxx | 273 ++++++---- core/sqf/monitor/linux/tmsync.cxx | 10 +- core/sqf/monitor/linux/zclient.cxx | 348 +++++++++++- core/sqf/monitor/linux/zclient.h | 5 + core/sqf/monitor/test/runtest | 3 +- core/sqf/sqenvcom.sh | 19 + core/sqf/src/tm/tm_internal.h | 1 - core/sqf/src/tm/tmlibmsg.h | 4 +- core/sqf/src/tm/tools/dtmci.cpp | 2 - core/sqf/src/tm/tools/pwd.cpp | 2 - core/sqf/src/tm/tools/tmshutdown.cpp | 1 - core/sqf/src/trafconf/clusterconf.cpp | 10 + core/sqf/src/trafconf/clusterconf.h | 4 + 25 files changed, 1570 insertions(+), 480 deletions(-) ----------------------------------------------------------------------
