Merge [TRAFODION-2884] PR-1664 Multiple fixes with Name Server enabled logic


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

Branch: refs/heads/master
Commit: fe87aa15e3a0b09f107822204a55219074ca1f3b
Parents: ee44300 8852096
Author: Suresh Subbiah <sure...@apache.org>
Authored: Sun Jul 29 04:19:45 2018 +0000
Committer: Suresh Subbiah <sure...@apache.org>
Committed: Sun Jul 29 04:19:45 2018 +0000

----------------------------------------------------------------------
 .../export/include/common/evl_sqlog_eventnum.h  |  49 +-
 core/sqf/monitor/linux/cluster.cxx              | 221 ++++-
 core/sqf/monitor/linux/cluster.h                |   7 +
 core/sqf/monitor/linux/commaccept.cxx           |   8 +-
 core/sqf/monitor/linux/config.cxx               |   8 +-
 core/sqf/monitor/linux/healthcheck.cxx          |   3 +-
 core/sqf/monitor/linux/internal.h               |   5 +
 core/sqf/monitor/linux/lnode.cxx                |  12 +-
 core/sqf/monitor/linux/makefile                 |   1 +
 core/sqf/monitor/linux/monitor.cxx              |  18 +-
 core/sqf/monitor/linux/msgdef.h                 |   2 +-
 core/sqf/monitor/linux/nameserver.cxx           | 470 ++++++++--
 core/sqf/monitor/linux/nameserver.h             |  18 +-
 core/sqf/monitor/linux/nscommacceptmon.cxx      |  92 +-
 core/sqf/monitor/linux/nscommacceptmon.h        |   5 +-
 core/sqf/monitor/linux/nsreqnodedown.cxx        | 100 ++
 core/sqf/monitor/linux/nsreqprocinfons.cxx      |  13 +-
 core/sqf/monitor/linux/nsreqshutdown.cxx        |   6 +-
 core/sqf/monitor/linux/nsreqstop.cxx            |   2 +-
 core/sqf/monitor/linux/pnode.cxx                |  90 +-
 core/sqf/monitor/linux/process.cxx              | 217 ++++-
 core/sqf/monitor/linux/process.h                |   9 +-
 core/sqf/monitor/linux/pstartd.cxx              |   2 +-
 core/sqf/monitor/linux/ptpclient.cxx            | 934 +++++++++++--------
 core/sqf/monitor/linux/ptpclient.h              |  66 +-
 core/sqf/monitor/linux/ptpcommaccept.cxx        | 328 ++++---
 core/sqf/monitor/linux/ptpcommaccept.h          |  12 +-
 core/sqf/monitor/linux/redirector.cxx           |  53 +-
 core/sqf/monitor/linux/reqdump.cxx              |  16 +-
 core/sqf/monitor/linux/reqevent.cxx             |  16 +-
 core/sqf/monitor/linux/reqkill.cxx              |  26 +-
 core/sqf/monitor/linux/reqnotify.cxx            |  18 +-
 core/sqf/monitor/linux/reqopen.cxx              |  20 +-
 core/sqf/monitor/linux/reqprocinfo.cxx          |  15 +-
 core/sqf/monitor/linux/reqqueue.cxx             |  43 +-
 core/sqf/monitor/linux/reqqueue.h               |  19 +
 core/sqf/monitor/linux/shell.cxx                |  67 +-
 core/sqf/monitor/linux/tmsync.cxx               |   4 +-
 core/sqf/monitor/linux/zclient.cxx              |   2 +-
 core/sqf/sqenvcom.sh                            |  18 +-
 core/sqf/sql/scripts/gomon.cold                 |  13 +-
 41 files changed, 2127 insertions(+), 901 deletions(-)
----------------------------------------------------------------------


Reply via email to