----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49616/#review140717 -----------------------------------------------------------
I also did some test with patch https://reviews.apache.org/r/43666/ which removes the suppressed frameworks from sorter, and this can help improve the performance much if there are many frameworks in the cluster was suppressed. The time is decreasing with the number of suppressed frameworks increasing. I will contact @Dario Rexin to see how we can have the patch merged. round 0 allocate took 3.196943secs to make 199 offers round 1 allocate took 3.30666secs to make 198 offers round 2 allocate took 3.118484secs to make 197 offers round 3 allocate took 3.097783secs to make 196 offers round 4 allocate took 3.007793secs to make 195 offers round 5 allocate took 3.070196secs to make 194 offers round 6 allocate took 3.098805secs to make 193 offers round 7 allocate took 2.930603secs to make 192 offers round 8 allocate took 3.251535secs to make 191 offers round 9 allocate took 3.199918secs to make 190 offers round 10 allocate took 2.929129secs to make 189 offers round 11 allocate took 3.039566secs to make 188 offers round 12 allocate took 3.16028secs to make 187 offers round 13 allocate took 3.143058secs to make 186 offers round 14 allocate took 3.155646secs to make 185 offers round 15 allocate took 3.457729secs to make 184 offers round 16 allocate took 2.994027secs to make 183 offers round 17 allocate took 2.997673secs to make 182 offers round 18 allocate took 3.160014secs to make 181 offers round 19 allocate took 2.862197secs to make 180 offers round 20 allocate took 2.804424secs to make 179 offers round 21 allocate took 2.764234secs to make 178 offers round 22 allocate took 2.885941secs to make 177 offers round 23 allocate took 2.864947secs to make 176 offers round 24 allocate took 2.759227secs to make 175 offers round 25 allocate took 2.797377secs to make 174 offers round 26 allocate took 2.881332secs to make 173 offers round 27 allocate took 2.697596secs to make 172 offers round 28 allocate took 2.727784secs to make 171 offers round 29 allocate took 2.744891secs to make 170 offers round 30 allocate took 2.736105secs to make 169 offers round 31 allocate took 2.779183secs to make 168 offers round 32 allocate took 2.816875secs to make 167 offers ..... - Guangya Liu On 七月 4, 2016, 11:18 p.m., Jacob Janco wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/49616/ > ----------------------------------------------------------- > > (Updated 七月 4, 2016, 11:18 p.m.) > > > Review request for mesos. > > > Repository: mesos > > > Description > ------- > > - Useful for high framework clusters which carry > many suppressed frameworks that are considered > during allocation. > > > Diffs > ----- > > src/tests/hierarchical_allocator_tests.cpp > 0498cd5e54b0e4b87a767585a77699653aa52179 > > Diff: https://reviews.apache.org/r/49616/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Jacob Janco > >
