You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by se...@apache.org on 2017/07/28 00:14:44 UTC

[3/3] incubator-trafodion git commit: Merge PR 1188 [TRAFODION-2695] SSMP process () sees too many opens from the master process

Merge PR 1188 [TRAFODION-2695] SSMP process () sees too many opens from the master process 


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

Branch: refs/heads/master
Commit: 3ae998f755acba5d9b11126975343c9e8cd2b379
Parents: 9aede9c 5d9e066
Author: selvaganesang <se...@apache.org>
Authored: Fri Jul 28 00:14:12 2017 +0000
Committer: selvaganesang <se...@apache.org>
Committed: Fri Jul 28 00:14:12 2017 +0000

----------------------------------------------------------------------
 core/sql/bin/SqlciErrors.txt      |   2 +-
 core/sql/cli/Context.cpp          |  21 +---
 core/sql/cli/Context.h            |  11 --
 core/sql/cli/Globals.cpp          |   5 -
 core/sql/cli/Globals.h            |   2 -
 core/sql/common/Ipc.cpp           |  17 ++-
 core/sql/common/Ipc.h             |   1 +
 core/sql/executor/ExCancel.cpp    | 130 +++++++-------------
 core/sql/executor/ExCancel.h      |  10 +-
 core/sql/executor/ex_root.cpp     | 217 ++++++++++-----------------------
 core/sql/executor/ex_root.h       |  28 ++---
 core/sql/runtimestats/ssmpipc.cpp |  18 ++-
 core/sql/runtimestats/ssmpipc.h   |   1 +
 13 files changed, 163 insertions(+), 300 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/3ae998f7/core/sql/cli/Globals.cpp
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/3ae998f7/core/sql/cli/Globals.h
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/3ae998f7/core/sql/runtimestats/ssmpipc.cpp
----------------------------------------------------------------------