-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64428/
-----------------------------------------------------------

(Updated Dec. 7, 2017, 8:46 p.m.)


Review request for mesos, Dmitry Zhuk and Michael Park.


Changes
-------

Simplified the patch by taking a `T` as arguments.


Repository: mesos


Description
-------

See summary.


Diffs
-----

  src/master/master.hpp 2658312b0d10a72fefda68c7d3137b94afbd8249 
  src/master/master.cpp 2fd66c072e9a194680d7653c664bd8a68ea1d2f0 


Diff: https://reviews.apache.org/r/64428/diff/1/


Testing (updated)
-------

About a 10-20% improvement.

Before:
Reregistered 2000 agents with a total of 100000 running tasks and 100000 
completed tasks in 2.977767303secs
Reregistered 2000 agents with a total of 200000 running tasks and 0 completed 
tasks in 5.642229947secs
Reregistered 20000 agents with a total of 100000 running tasks and 0 completed 
tasks in 6.966318315secs

After:
Reregistered 2000 agents with a total of 100000 running tasks and 100000 
completed tasks in 2.591612374secs
Reregistered 2000 agents with a total of 200000 running tasks and 0 completed 
tasks in 4.52633125secs
Reregistered 20000 agents with a total of 100000 running tasks and 0 completed 
tasks in 6.449984263secs


Thanks,

Benjamin Mahler

Reply via email to