Rootconf 2016

Rootconf is India's principal conference where systems and operations engineers share real world knowledge about building resilient and scalable systems.

Shahnawaz Saifi

Apache Helix: Simplifying Distributed Systems

Submitted Jan 19, 2016

Modeling a distributed system as a state machine with constraints on states and transitions has the following benefits:

  • Separates cluster management from the core functionality of the system.
  • Allows a quick transformation from a single node system to an operable, distributed system.
  • Increases simplicity: system components do not have to manage a global cluster. This division of labor makes it easier to build, debug, and maintain your system.

In this talk Shahnawaz will cover Helix Introduction, concepts and putting concepts together to work.

Outline

Apache Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix automates reassignment of resources in the face of node failure and recovery, cluster expansion, and reconfiguration.

  • Automatic assignment of resources and partitions to nodes
  • Node failure detection and recovery
  • Dynamic addition of resources
  • Dynamic addition of nodes to the cluster
  • Pluggable distributed state machine to manage the state of a resource via state transitions
  • Automatic load balancing and throttling of transitions
  • Optional pluggable rebalancing for user-defined assignment of resources and partitions

Requirements

Basic knowledge of distributed systems.

Speaker bio

Shahnawaz is part of Site Reliability Engineering - Distributed Data Systems at LinkedIn. He has 7+ years of experience playing around large scale environments. Prior to LinkedIn, he was associated with Clickable and Guavus.

Slides

http://www.slideshare.net/shahsaifi/apache-helix-devops-lspein-meetup

Comments

{{ gettext('Login to leave a comment') }}

{{ gettext('Post a comment…') }}
{{ gettext('New comment') }}
{{ formTitle }}

{{ errorMsg }}

{{ gettext('No comments posted yet') }}

Hosted by

We care about site reliability, cloud costs, security and data privacy