Leader Election Machanism in Distributed System Using a Globally Accessible Filesystem
While talking about a leader in distributed architecture, it is always a big challenge to elect new leader when existing one goes down. There are already couple of algorithms there, but still they hav …
Talk Title | Leader Election Machanism in Distributed System Using a Globally Accessible Filesystem |
Speakers | Dharmendra Kushwaha (Tech. Lead, NEC) |
Conference | Automotive Linux Summit & Open Source Summit Japan |
Conf Tag | |
Location | Tokyo, Japan |
Date | Jun 19-22, 2018 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
While talking about a leader in distributed architecture, it is always a big challenge to elect new leader when existing one goes down. There are already couple of algorithms there, but still they have some limitations.This Global Leader election algorithm work with a Global FileSystem, and works even if there are time synchronization gaps in between all participant systems and can handle Split Brain problems as well.