eolivelli commented on a change in pull request #386:
URL: https://github.com/apache/curator/pull/386#discussion_r663880092
##########
File path:
curator-framework/src/test/java/org/apache/curator/framework/imps/TestFrameworkEdges.java
##########
@@ -670,9 +670,13 @@ public void testFailure() throws Exception
client.checkExists().forPath("/hey");
fail();
}
+ catch ( KeeperException.SessionExpiredException e )
+ {
+ // correct, this happens on ZK 3.6.3+
Review comment:
probably Session Expiration is happening earlier with 3.6.3
with 3.6.2 we still see a ConnectionLoss, that usually becomes a
SessionExpired when the client is able to connect again and the ZK server
already expired it on the server side
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]