-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62891/
-----------------------------------------------------------
Review request for mesos, Alexander Rukletsov, Benjamin Mahler, and Till
Toenshoff.
Bugs: MESOS-8074
https://issues.apache.org/jira/browse/MESOS-8074
Repository: mesos
Description
-------
To reduce noisiness, libprocess recurring events
"Resuming <process>" are now visible at level 3 instead of 2.
Diffs
-----
3rdparty/libprocess/src/process.cpp a81ef747957db5bf388fac1a853c12fdd60d0cf7
Diff: https://reviews.apache.org/r/62891/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 as
expected.
Thanks,
Armand Grillet