You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2022/09/28 13:37:57 UTC

[GitHub] [zookeeper] Hinterwaeldlers commented on pull request #1922: document the need for local sessions within the readonly mode

Hinterwaeldlers commented on PR #1922:
URL: https://github.com/apache/zookeeper/pull/1922#issuecomment-1260929879

   > what happens if you do not enable them ?
   
   The server is not serving any requests
   
   I consider changing the behaviour within the code. But haven't found a sweet spot to activate the local session handling.
   
   A different solution would be to change the behaviour of the session validation:
   https://github.com/apache/zookeeper/blob/c74658d398cdc1d207aa296cb6e20de00faec03e/zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/ReadOnlyZooKeeperServer.java#L122
   
   In addition I am not sure, if Local-Sessions should be activated in regular mode or if there might be a scenario, where this leads to an unexpected behaviour


-- 
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: notifications-unsubscribe@zookeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org