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 2020/01/14 03:14:55 UTC

[GitHub] [incubator-livy] yiheng commented on a change in pull request #274: [LIVY-721][SERVER] Distributed session id generation

yiheng commented on a change in pull request #274: [LIVY-721][SERVER] Distributed session id generation
URL: https://github.com/apache/incubator-livy/pull/274#discussion_r366135479
 
 

 ##########
 File path: conf/livy.conf.template
 ##########
 @@ -109,6 +109,8 @@
 # livy.server.recovery.mode = off
 # Zookeeper address used for HA and state store. e.g. host1:port1, host2:port2
 # livy.server.zookeeper.url =
+# Whether to enable HA with multi-active mode, by default it is false.
+# livy.server.ha.multi-active.enabled = false
 
 Review comment:
   Should we change it to something like?
   ```
   livy.servver.ha.mode=multi-active
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services