-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43662/
-----------------------------------------------------------
(Updated Feb. 25, 2016, 4:27 p.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Review comments from Vinod
Bugs: MESOS-3570
https://issues.apache.org/jira/browse/MESOS-3570
Repository: mesos
Description
-------
Previously, the scheduler library used to chain calls on previous call
responses. This was inherently slow. This change adds support for pipelining
all calls to the master on a single connection via the `http::Connection`
abstraction in libprocess.
This change also adds support for handling various error scenarios when we
notice a disconnection instead of just relying on the master detector for
invoking the `disconnected` callback.
Diffs (updated)
-----
src/scheduler/scheduler.cpp 99a7d0dfff7b0c61decc9ff6d9e6d46ef13a7e75
Diff: https://reviews.apache.org/r/43662/diff/
Testing
-------
make check
Thanks,
Anand Mazumdar