You are on page 1of 2

2018 CS313 - Assignment 2: Failure and High Availability with

Zookeeper

Member Name USN Section


Aditya Pandey 01FB16ECS029 A
Aditya Venkatesh 01FB16ECS032 A
Akash Bhat 01FB16ECS038 A
Abhishek Sinha 01FB16ECS014 A

Date of Evaluation Evaluator

1. Type of zNode registered with Zookeeper

Ephemeral -Sequential zNode

2. Algorithm to handle failures

When a process gets killed/fails, among the surviving znodes, the one with the minimum
processor ID gets elected to create a new process.

Code Snippet:

Any other observations/challenges/comments

You might also like