[mesos] 02/07: Added method to notify allocator that offered transitioned to allocated.

2019-10-07 Thread mzhu
This is an automated email from the ASF dual-hosted git repository. mzhu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 4b34a90c0a01a944f1c7a556d5d7a40e9e3dd2b1 Author: Andrei Sekretenko AuthorDate: Fri Oct 4 18:14:37 2019 -0400 Added

[mesos] 03/07: Track per-role and per-agent allocated resources in the allocator.

2019-10-07 Thread mzhu
This is an automated email from the ASF dual-hosted git repository. mzhu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 83e262132c680a59aaf4a616db25f0bb2182f956 Author: Andrei Sekretenko AuthorDate: Fri Oct 4 18:14:49 2019 -0400 Track

[mesos] 07/07: Introduced a role tree helper to modify a role and all its ancestors.

2019-10-07 Thread mzhu
This is an automated email from the ASF dual-hosted git repository. mzhu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 0166d4bac067b4deaf1c09a7ef72f017809b56a5 Author: Andrei Sekretenko AuthorDate: Fri Oct 4 18:18:14 2019 -0400

[mesos] 05/07: Added quota consumption metrics to the hierarchial allocator.

2019-10-07 Thread mzhu
This is an automated email from the ASF dual-hosted git repository. mzhu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 442acc772a38473bf16167379b98d0df126c3262 Author: Andrei Sekretenko AuthorDate: Fri Oct 4 18:15:01 2019 -0400 Added

[mesos] 04/07: Replaced removal+adding of quota metrics with updating them.

2019-10-07 Thread mzhu
This is an automated email from the ASF dual-hosted git repository. mzhu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 6d77d7784c41cc13eb856e337a2f7a77cf3d2554 Author: Andrei Sekretenko AuthorDate: Fri Oct 4 18:14:56 2019 -0400 Replaced

[mesos] 06/07: Added tests of metrics for tracking quota consumption.

2019-10-07 Thread mzhu
This is an automated email from the ASF dual-hosted git repository. mzhu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 486646adf38ee1ed206d0d35331aa4263c952565 Author: Andrei Sekretenko AuthorDate: Fri Oct 4 18:15:09 2019 -0400 Added

[mesos] 01/07: Added `isAllocated` flag to the `Allocator::recoverResources()` method.

2019-10-07 Thread mzhu
This is an automated email from the ASF dual-hosted git repository. mzhu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit d8b53ede93446ac681683125fb0b6d49cdfa6f71 Author: Andrei Sekretenko AuthorDate: Fri Oct 4 18:14:24 2019 -0400 Added

[mesos] branch master updated (7207556 -> 0166d4b)

2019-10-07 Thread mzhu
This is an automated email from the ASF dual-hosted git repository. mzhu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from 7207556 Added MESOS-9889 to the 1.6.3 CHANGELOG. new d8b53ed Added `isAllocated` flag to the

[mesos] branch master updated (0166d4b -> 43bbe36)

2019-10-07 Thread mzhu
This is an automated email from the ASF dual-hosted git repository. mzhu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from 0166d4b Introduced a role tree helper to modify a role and all its ancestors. new 24ae038 Kept SlaveID in the

[mesos] 01/02: Kept SlaveID in the Slave struct in the allocator.

2019-10-07 Thread mzhu
This is an automated email from the ASF dual-hosted git repository. mzhu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 24ae038a2b1a205894bd074a798923c3eb04a5a1 Author: Meng Zhu AuthorDate: Mon Sep 23 14:30:10 2019 -0700 Kept SlaveID in