Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.5.0, 3.0.0-alpha1
-
None
-
None
Description
YARN-2032 will provide a scalable and reliable timeline store based on HBase. However a single instance of the timeline server is not scalable enough to handle a large volume of user requests, being the single bottleneck.
As the timeline server is the stateless machine, it's not difficult to start multiple timeline server instances and write into the same HBase timeline store. We can make use of Zookeeper to register all the timeline servers, as HA RMs do, and client can randomly pick one server to publish the timeline entities for load balancing.
Moreover, since multiple timeline servers are started together, they are actually back up each other, solving the high availability problem as well.
Attachments
Attachments
Issue Links
- duplicates
-
YARN-2928 YARN Timeline Service v.2: alpha 1
- Resolved