-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47944/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: mesos-5290
https://issues.apache.org/jira/browse/mesos-5290
Repository: mesos
Description
-------
Add the step of setting the status update timestamp for long
lived framework executor.
Diffs
-----
src/examples/long_lived_executor.cpp 770aae2fcc7a11db9abab31262cf81967796bb23
Diff: https://reviews.apache.org/r/47944/diff/
Testing
-------
make
make check
Launch a master and an agent
Run long lived framework against master
Open browser, goto 127.0.0.1:5050 and switch to frameworks tab -> long lived
framework
the page shall show the active and finished tasks of long lived framework,
instead of showing "46 years ago", it should show "just now" or the current
timestamp
Thanks,
zhou xing