-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38102/
-----------------------------------------------------------
(Updated Sept. 5, 2015, 3:08 a.m.)
Review request for mesos and Ben Mahler.
Changes
-------
Update summary & description
Summary (updated)
-----------------
MESOS-3046 (Stout's UUID re-seeds a new random generator during each call to
UUID::random)
Bugs: MESOS-3046
https://issues.apache.org/jira/browse/MESOS-3046
Repository: mesos
Description (updated)
-------
__Phenomenon:__
Performance downgrade
__Root Cause:__
stout's UUID abstraction is re-seeding the random generator during each call to
UUID::random(), which is really expensive.
__Solution:__
Seeding the random generator only once per thread.
Diffs
-----
3rdparty/libprocess/3rdparty/stout/include/stout/uuid.hpp
e90dabb0c572923a50490ecb17867dc50c6d161d
Diff: https://reviews.apache.org/r/38102/diff/
Testing
-------
make
make check
Thanks,
Klaus Ma