[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14582882#comment-14582882
 ] 

Jia Zhai commented on BOOKKEEPER-705:
-------------------------------------

As Flavio point out,  only start 2 bookies here.
{code}
+        // start four new bookies
+        for (int i=0; i<2; i++) {
+            startNewBookie();
+        }
{code}

I think here only need one more bookie, right? 

> handle session expire event in client
> -------------------------------------
>
>                 Key: BOOKKEEPER-705
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-705
>             Project: Bookkeeper
>          Issue Type: Sub-task
>          Components: bookkeeper-client, bookkeeper-server
>            Reporter: Sijie Guo
>            Assignee: Sijie Guo
>             Fix For: 4.4.0
>
>         Attachments: BOOKKEEPER-705.diff, BOOKKEEPER-705.v2.patch
>
>
> handling zookeeper session expire event in bookie server & bookie watcher.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to