-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57739/
-----------------------------------------------------------
Review request for mesos and Jiang Yan Xu.
Bugs: MESOS-7181
https://issues.apache.org/jira/browse/MESOS-7181
Repository: mesos
Description
-------
In addition to tracking completed frameworks based on framework id, we
also keep track of the source (`streamId` for http connections, or
`upid` for scheduler driver). This information is used to ensure that
retransmitted SUBSCRIBEs from the same source are dropped irrespective
of those frameworks are connected or not.
Diffs
-----
src/master/master.hpp d92c8adef79d997f255cf26ebd10ab0e87da8413
src/master/master.cpp 43e9d26167c1f405329ea05224c22e7b8c65315f
Diff: https://reviews.apache.org/r/57739/diff/1/
Testing
-------
All tests passed.
Thanks,
Anindya Sinha
|