[
https://issues.apache.org/jira/browse/CURATOR-588?focusedWorklogId=619090&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-619090
]
ASF GitHub Bot logged work on CURATOR-588:
------------------------------------------
Author: ASF GitHub Bot
Created on: 06/Jul/21 11:15
Start Date: 06/Jul/21 11:15
Worklog Time Spent: 10m
Work Description: eolivelli commented on a change in pull request #386:
URL: https://github.com/apache/curator/pull/386#discussion_r663871193
##########
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:
I really do not know why this is happening.
I have looked thru ZK 3.6.3 release notes and I haven't found anything that
may be releated.
##########
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 619090)
Time Spent: 2h 20m (was: 2h 10m)
> Upgrade ZooKeeper to 3.6.3
> --------------------------
>
> Key: CURATOR-588
> URL: https://issues.apache.org/jira/browse/CURATOR-588
> Project: Apache Curator
> Issue Type: Improvement
> Components: Framework
> Affects Versions: 5.1.0
> Reporter: Enrico Olivelli
> Assignee: Enrico Olivelli
> Priority: Major
> Fix For: 5.1.1
>
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)