You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2018/01/05 18:50:12 UTC

[geode] branch release/1.4.0 updated: GEODE-4229 CI failure due to suspect string: "Locator socket was closed unexpectedly"

This is an automated email from the ASF dual-hosted git repository.

bschuchardt pushed a commit to branch release/1.4.0
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/release/1.4.0 by this push:
     new ecbaee5  GEODE-4229 CI failure due to suspect string: "Locator socket was closed unexpectedly"
ecbaee5 is described below

commit ecbaee5abbcf5be53ce8ab9d403e24e81a6bfddd
Author: Bruce Schuchardt <bs...@pivotal.io>
AuthorDate: Fri Jan 5 08:13:03 2018 -0800

    GEODE-4229 CI failure due to suspect string: "Locator socket was closed unexpectedly"
    
    Removing error-level log message that was added during this cleanup
    for GEODE-4176.
    
    The server socket is closed as a matter of course in processing a
    shutdown request, so we shouldn't consider this condition to be an
    error.
    
    (cherry picked from commit bb9ae49e0516d466d3e2665e952068afee0d502a)
---
 .../java/org/apache/geode/distributed/internal/tcpserver/TcpServer.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/geode-core/src/main/java/org/apache/geode/distributed/internal/tcpserver/TcpServer.java b/geode-core/src/main/java/org/apache/geode/distributed/internal/tcpserver/TcpServer.java
index 97158e3..1ba0380 100755
--- a/geode-core/src/main/java/org/apache/geode/distributed/internal/tcpserver/TcpServer.java
+++ b/geode-core/src/main/java/org/apache/geode/distributed/internal/tcpserver/TcpServer.java
@@ -305,7 +305,6 @@ public class TcpServer {
         SystemFailure.checkFailure(); // throws
       }
       if (srv_sock.isClosed()) {
-        log.error("Locator socket was closed unexpectedly - server thread is exiting.");
         shuttingDown = true;
         break;
       }

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].