You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@livy.apache.org by GitBox <gi...@apache.org> on 2019/01/30 00:19:59 UTC

[GitHub] meisam edited a comment on issue #48: [LIVY-41] Let users access sessions by session name

meisam edited a comment on issue #48: [LIVY-41] Let users access sessions by session name
URL: https://github.com/apache/incubator-livy/pull/48#issuecomment-458758500
 
 
   > To support multi-master HA without this feature, the only thing we need is a distributed atomic counter (which ZK offers).
   With this change, we have to enforce session names are unique across multiple masters. This makes multi-master HA more complicated.
   
   Very good point.
   One way to enforce unique session names is to write the name of the session to Zookeeper. If a second session manager tries creating a ZK node with the same node, it will fail.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services