mesos git commit: Revert "Optimized the generation of metrics snapshots."

2018-07-12 Thread grag
Repository: mesos Updated Branches: refs/heads/master 133379439 -> 13fb36ec0 Revert "Optimized the generation of metrics snapshots." This reverts commit 42becf22f07831ef8c3d4fbc8c1b80eb9d5b959a. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/r

mesos git commit: Fixed compilation error with `DispatchProcess` code.

2018-07-12 Thread andschwa
Repository: mesos Updated Branches: refs/heads/master 42becf22f -> 133379439 Fixed compilation error with `DispatchProcess` code. Per MESOS-8686 and MESOS-8915, the benchmark test `ProcessTest.Process_BENCHMARK_DispatchDefer` had been disabled on Windows as the `DispatchProcess` class no longe

[4/4] mesos-site git commit: Updated the website built from mesos SHA: 42becf2.

2018-07-12 Thread git-site-role
Updated the website built from mesos SHA: 42becf2. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/3fc115a8 Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/3fc115a8 Diff: http://git-wip-us.apache.org/rep

[3/4] mesos-site git commit: Updated the website built from mesos SHA: 42becf2.

2018-07-12 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/3fc115a8/content/api/latest/c++/classes.html -- diff --git a/content/api/latest/c++/classes.html b/content/api/latest/c++/classes.html index 65ce22d..dc9ed8c 100644 --- a/cont

[1/4] mesos-site git commit: Updated the website built from mesos SHA: 42becf2.

2018-07-12 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site e5950137b -> 3fc115a8e http://git-wip-us.apache.org/repos/asf/mesos-site/blob/3fc115a8/content/api/latest/c++/index.hhc -- diff --git a/content/api/latest/c++/index.h

[2/4] mesos-site git commit: Updated the website built from mesos SHA: 42becf2.

2018-07-12 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/3fc115a8/content/api/latest/c++/hierarchy.html -- diff --git a/content/api/latest/c++/hierarchy.html b/content/api/latest/c++/hierarchy.html index 86bfdad..1061513 100644 ---

[1/2] mesos git commit: Avoided implicit construction of a hashmap in the metrics.

2018-07-12 Thread grag
Repository: mesos Updated Branches: refs/heads/master cb06bd832 -> 42becf22f Avoided implicit construction of a hashmap in the metrics. The master and agent metrics code was passing a 'std::map' into a continuation which accepted its parameter as a hashmap, leading to the implicit construction

[2/2] mesos git commit: Optimized the generation of metrics snapshots.

2018-07-12 Thread grag
Optimized the generation of metrics snapshots. Profiling of metrics generation revealed a large amount of time spent in map operations. This patch does three things to mitigate this: * Stores the metrics as an ordered map so that we only pay the price of sorting when the metric is first added

mesos git commit: Updated site's sprockets package.

2018-07-12 Thread bbannier
Repository: mesos Updated Branches: refs/heads/master be2ee8366 -> cb06bd832 Updated site's sprockets package. This patch updates the site's `sprocket` gem to the latest upstream version. The patch was prepared with $ bundle update sprockets which updated `sprockets` and also pulls in a