-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43754/
-----------------------------------------------------------
Review request for mesos and Ben Mahler.
Bugs: MESOS-3283
https://issues.apache.org/jira/browse/MESOS-3283
Repository: mesos
Description
-------
Enhance allocator performance.
Diffs
-----
src/master/allocator/mesos/hierarchical.cpp
a9d2c23162892e22220f97d89a076d2311091d91
src/master/allocator/sorter/drf/sorter.hpp
4669149b81de39b4bb921ef7cd6787aa583f6e40
src/master/allocator/sorter/drf/sorter.cpp
18797e42a9c2bd20392020237cfae600a5ffe12c
src/master/allocator/sorter/sorter.hpp
a0a779b81f6d048271f15256b38ff907ae144b83
Diff: https://reviews.apache.org/r/43754/diff/
Testing
-------
./src/mesos-tests --benchmark
--gtest_filter=SlaveAndFrameworkCount/HierarchicalAllocator_BENCHMARK_Test.AddAndUpdateSlave/14
**Before this patches:**
```
[ RUN ]
SlaveAndFrameworkCount/HierarchicalAllocator_BENCHMARK_Test.AddAndUpdateSlave/14
Using 10000 slaves and 100 frameworks
Added 100 frameworks in 1203us
Added 10000 slaves in 25.604792secs
Updated 10000 slaves in 27.777452secs
[ OK ]
SlaveAndFrameworkCount/HierarchicalAllocator_BENCHMARK_Test.AddAndUpdateSlave/14
(54386 ms)
```
**After this patches:**
```
[ RUN ]
SlaveAndFrameworkCount/HierarchicalAllocator_BENCHMARK_Test.AddAndUpdateSlave/14
Using 10000 slaves and 100 frameworks
Added 100 frameworks in 1846us
Added 10000 slaves in 4.953045secs
Updated 10000 slaves in 4.338845secs
[ OK ]
SlaveAndFrameworkCount/HierarchicalAllocator_BENCHMARK_Test.AddAndUpdateSlave/14
(10309 ms)
```
Thanks,
Klaus Ma