You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/07/21 23:17:29 UTC

[1/2] incubator-trafodion git commit: Remvoving some leftover debug code causing several "connection refused" messages in mon*.log files during regression runs.Related to [TRAFODION-2091]

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master d2ff1be00 -> d21d49043


Remvoving some leftover debug code causing several "connection refused" messages in mon*.log files during regression runs.Related to [TRAFODION-2091]


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

Branch: refs/heads/master
Commit: a6df821c654798bf48792de237dff15e96a35182
Parents: c75214e
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Thu Jul 21 20:42:07 2016 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Thu Jul 21 20:42:07 2016 +0000

----------------------------------------------------------------------
 core/sql/executor/ex_root.cpp | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/a6df821c/core/sql/executor/ex_root.cpp
----------------------------------------------------------------------
diff --git a/core/sql/executor/ex_root.cpp b/core/sql/executor/ex_root.cpp
index db2fc1a..79840ae 100644
--- a/core/sql/executor/ex_root.cpp
+++ b/core/sql/executor/ex_root.cpp
@@ -2503,11 +2503,7 @@ Int32 ex_root_tcb::deallocAndDelete(ExExeStmtGlobals *glob,
   // Reset cancelState to ensure no more references of 
   // ex_root_tcb by the cancel thread.
   glob->castToExMasterStmtGlobals()->resetCancelState();
-   //test only ssss dirInfo is null here !!!
-  ContextCli *currContext = glob->getCliGlobals()->currContext();
-  hdfsFS hdfs = currContext->getHdfsServerConnection((char *)"localhost",41600);
-   hdfsFileInfo *dirInfo = hdfsGetPathInfo(hdfs, "/");
-   //test only sss
+   
   // Warning:  deleteMe() will delete this tcb!!!!
   glob->deleteMe(fatalError_); 
   return 0;


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2091] PR 614 Remove leftover debug code

Posted by db...@apache.org.
Merge [TRAFODION-2091] PR 614 Remove leftover debug code


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

Branch: refs/heads/master
Commit: d21d49043aa55a138481c5a2d82274db08efe4d5
Parents: d2ff1be a6df821
Author: Dave Birdsall <db...@apache.org>
Authored: Thu Jul 21 23:16:37 2016 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Thu Jul 21 23:16:37 2016 +0000

----------------------------------------------------------------------
 core/sql/executor/ex_root.cpp | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------