-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62886/
-----------------------------------------------------------
Review request for mesos, Alexander Rukletsov, Benjamin Mahler, and Till
Toenshoff.
Bugs: MESOS-8072
https://issues.apache.org/jira/browse/MESOS-8072
Repository: mesos
Description
-------
To reduce noisiness, recurring events "Performed allocation for
<candidate>", "No allocations performed" and "No inverse offers
to send out!" are now visible at level 2 instead of 1.
Diffs
-----
src/master/allocator/mesos/hierarchical.cpp
22131309a38fc6cbb0a68455f94ef6075076d4e7
Diff: https://reviews.apache.org/r/62886/diff/1/
Testing
-------
Run `GLOG_v=1 ./mesos-local.sh --log_dir=/tmp/test-mesos/log/ --num_slaves=3
--port=5037 --work_dir=/tmp/test-mesos/work/` and `GLOG_v=2 ./mesos-local.sh
--log_dir=/tmp/test-mesos/log/ --num_slaves=3 --port=5037
--work_dir=/tmp/test-mesos/work/` and checked that the new output was correct.
Thanks,
Armand Grillet