-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41283/
-----------------------------------------------------------

(Updated Jan. 11, 2016, 8:13 p.m.)


Review request for mesos, Ben Mahler and Vinod Kone.


Changes
-------

Removed some environment variables that were used only for sanity/validation 
purposes by the library. Leaving this for the `Executors` to implement this 
logic.


Bugs: MESOS-3550
    https://issues.apache.org/jira/browse/MESOS-3550


Repository: mesos


Description
-------

This change introduces the implementation for the executor library. 

This uses the new HTTP Connection interface to ensure calls are properly 
pipelined.

`connected` -> Callback invoked when a TCP connection is established with the 
agent.
`disconnected` -> When the TCP connection is interrupted possibly due to an 
agent restart.
`received` -> When the executor receives events from the agent upon subscribing.


Diffs (updated)
-----

  src/Makefile.am 8cbfb1ba5fa49f2d3cc26ea325838a1c68a79660 
  src/executor/executor.cpp PRE-CREATION 

Diff: https://reviews.apache.org/r/41283/diff/


Testing
-------

make check


Thanks,

Anand Mazumdar

Reply via email to