You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by su...@apache.org on 2016/10/27 01:18:03 UTC

[1/2] incubator-trafodion git commit: Code review change on retry count check.

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master fe07eda27 -> aae2c0982


Code review change on retry count check.


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

Branch: refs/heads/master
Commit: 4859796a82163f6be0cdf36f86b8ce822ca75161
Parents: fe07eda
Author: Zalo Correa <za...@esgyn.com>
Authored: Wed Oct 26 14:04:40 2016 -0700
Committer: Zalo Correa <za...@esgyn.com>
Committed: Wed Oct 26 14:04:40 2016 -0700

----------------------------------------------------------------------
 core/sqf/monitor/linux/cluster.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/4859796a/core/sqf/monitor/linux/cluster.cxx
----------------------------------------------------------------------
diff --git a/core/sqf/monitor/linux/cluster.cxx b/core/sqf/monitor/linux/cluster.cxx
index a986b67..b33950d 100644
--- a/core/sqf/monitor/linux/cluster.cxx
+++ b/core/sqf/monitor/linux/cluster.cxx
@@ -4415,7 +4415,7 @@ int CCluster::AllgatherSock( int nbytes, void *sbuf, char *rbuf, int tag, MPI_St
 
                         peer->p_timeout_count++;
 
-                        if ( peer->p_timeout_count <= sv_epoll_retry_count )
+                        if ( peer->p_timeout_count < sv_epoll_retry_count )
                         {
                             continue;
                         }


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2310] PR-789 Code review change on retry count check

Posted by su...@apache.org.
Merge [TRAFODION-2310] PR-789 Code review change on retry count check


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

Branch: refs/heads/master
Commit: aae2c0982351892925b778d9d8ea168ee6c2da59
Parents: fe07eda 4859796
Author: Suresh Subbiah <su...@apache.org>
Authored: Thu Oct 27 01:17:26 2016 +0000
Committer: Suresh Subbiah <su...@apache.org>
Committed: Thu Oct 27 01:17:26 2016 +0000

----------------------------------------------------------------------
 core/sqf/monitor/linux/cluster.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------