ulysses-you commented on code in PR #2345:
URL: https://github.com/apache/incubator-kyuubi/pull/2345#discussion_r849056436


##########
docs/deployment/high_availability_guide.md:
##########
@@ -82,3 +82,13 @@ For example,
 ```shell
 bin/beeline -u 
'jdbc:hive2://10.242.189.214:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=kyuubi'
 -n kentyao
 ```
+
+## How to Hot Upgrade Kyuubi Server
+
+Kyuubi supports hot upgrade one of server in a HA cluster which is transparent 
to users. For example, if you want to upgrade a Kyuubi server at host 
`kyuubi.host` with port `10009`, you can run the following cmd using 
`bin/kyuubi-ctl`:
+
+```shell
+./bin/kyuubi-ctl delete server --host "kyuubi.host" --port "10009"
+```
+
+Kyuubi server will stop until all session closed, and then you can start a new 
Kyuubi server.

Review Comment:
   ah yes, we can start a new kyuubi server Whether previous has stoped or not



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to