-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71047/
-----------------------------------------------------------
(Updated July 26, 2019, 7:34 p.m.)
Review request for mesos and Benjamin Mahler.
Changes
-------
Removed excercising REVIVE.
Summary (updated)
-----------------
Added unsuppressing via `updateFramework()` to Java example framework.
Bugs: MESOS-9849
https://issues.apache.org/jira/browse/MESOS-9849
Repository: mesos
Description (updated)
-------
This patch ensures that the list of suppressed roles is passed through
the `updateFramework()` of Java V0 bindings. Now the framework
subscribes with all roles suppressed and after that issues
UPDATE_FRAMEWORK call to unsuppress offers.
Diffs (updated)
-----
src/examples/java/TestFramework.java c8b0ceacd1305f7ff67f2ef490e14513d2757f5a
Diff: https://reviews.apache.org/r/71047/diff/4/
Changes: https://reviews.apache.org/r/71047/diff/3-4/
Testing
-------
`./bin/mesos-tests.sh --gtest_filter="ExamplesTest.JavaFramework"
--gtest_break_on_failure --gtest_repeat=5 --verbose`
Thanks,
Andrei Sekretenko