Assuming that your 2 remaining servers can communicate with each other the cluster should should remain online as it still has a quorum (2 / 3 nodes are online). There may be a brief period where the cluster won't accept requires while a new leadership election occurs between the 2 remaining nodes. cheers Cam
On Thu, Jan 29, 2015 at 10:40 AM, Dillian Murphey <[email protected]> wrote: > If I have 3 ZK instances running on separate servers and I terminate one of > the servers, what should I expect to happen? > > Will the remaining 2 zookeepers continue happily and stay online without > any interruption? > > I'm using exhibitor/zookeeper and I'm attempting this scenerio and what I'm > seeing is my remaining 2 zookeepers go offline. I thought the whole point > of having a majority was to allow a failure? > > > Thank you. I'm new so be kind. >
