commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 2f3899e.
git-site-role
[mesos] branch master updated (ceb1120 -> 2f3899e)
bmahler
[mesos] 02/03: Adapted UpdateFrameworkV0Test now that FrameworkID needs to be set.
bmahler
[mesos] 01/03: Made scheduler driver's updateFramework() require FrameworkInfo with ID.
bmahler
[mesos] 03/03: Added updateFramework() method to java V0 scheduler driver bindings.
bmahler
[mesos] branch master updated (2030964 -> ceb1120)
mzhu
[mesos] 03/06: Refactored allocator with the new quota wrapper struct.
mzhu
[mesos] 02/06: Refactored quota overcommit check.
mzhu
[mesos] 06/06: Used the new quota struct for the allocator recover call.
mzhu
[mesos] 04/06: Added `Metrics::updateQuota` for quota metrics.
mzhu
[mesos] 01/06: Added a wrapper struct for quota guarantees and limits.
mzhu
[mesos] 05/06: Added `updateQuota` method to the allocator.
mzhu
[mesos] branch master updated: Replaced a set of single '*' role in SCRIPT_TEST ACL with ANY.
bmahler
[mesos] branch master updated (fb0e7db -> 5a3f047)
bmahler
[mesos] 02/03: Moved UPDATE_FRAMEWORK test helpers to appropriate namespaces.
bmahler
[mesos] 03/03: Added tests for the V0 UPDATE_FRAMEWORK scheduler call.
bmahler
[mesos] 01/03: Templatized UPDATE_FRAMEWORK test helpers over type of FrameworkInfo.
bmahler
[mesos] branch master updated: Replaced a pointer to managed MockMasterAPISubscriberProcess with a pid.
bmahler
[mesos] branch master updated (46c7349 -> 1961e41)
gilbert
[mesos] 02/02: Improved container-specific cgroups test by checking `cpu.shares`.
gilbert
[mesos] 01/02: Supported file operations for command tasks.
gilbert
[mesos] branch master updated: Fixed test `QuotaRoleAllocateNonQuotaResource`.
mzhu
[mesos] branch master updated: Supported updating framework info in the scheduler driver.
bmahler
[mesos] branch master updated: Fixed compilation error on Mac OS.
abudnik
[mesos] branch master updated: Updated Jenkinsfile for packaging again to activate logrotate.
tillt
[mesos] branch master updated: Added logrotate option to force Jenkins into removing older artefacts.
tillt
[mesos] branch master updated: Added tests for the V1 UPDATE_FRAMEWORK call.
bmahler
[mesos] branch master updated: Refactored some of `MasterAPITest`s using MockMasterAPISubscriber.
bmahler
[mesos] branch master updated: Added a mock master API subscriber for testing.
bmahler
[mesos] branch master updated: Allow roles to burst up to quota limits in the allocator.
mzhu
[mesos] branch master updated: Fixed non-deferred callback calling Master::send() in UpdateFramework.
bbannier
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 90a56eb.
git-site-role
[mesos] branch master updated: Fixed a deadlock in libprocess.
bmahler
[mesos] branch master updated (8fd52f1 -> 1f35f1a)
mzhu
[mesos] 02/02: Added more comments regarding `message QuotaConfig`.
mzhu
[mesos] 01/02: Added `repeated QuotaConfig` to `QuotaStatus`.
mzhu
[mesos] branch master updated (bc5a571 -> 8fd52f1)
mzhu
[mesos] 03/03: Moved `class ResourceQuantities` to public header.
mzhu
[mesos] 01/03: Added `<<` operator for `ResourceLimits`.
mzhu
[mesos] 02/03: Added comments on allocating non-scalar resources in the allocator.
mzhu
[mesos] branch master updated: Adopted container file operations for secrets volumes.
jpeach
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 3f49e55.
git-site-role
[mesos] branch master updated: Implemented V0 UPDATE_FRAMEWORK call in the master.
bmahler
[mesos] branch 1.7.x updated (33a1ba9 -> 149d2e0)
chhsiao
[mesos] 01/02: Fixed chaining futures infinitely in `UriDiskProfileAdaptor`.
chhsiao
[mesos] 02/02: Added MESOS-9803 to the 1.7.3 CHANNGELOG.
chhsiao
[mesos] branch 1.8.x updated (d19ca42 -> fca8934)
chhsiao
[mesos] 03/06: Fixed chaining futures infinitely in `UriDiskProfileAdaptor`.
chhsiao
[mesos] 04/06: Added MESOS-9803 to the 1.8.1 CHANNGELOG.
chhsiao
[mesos] 01/06: Made SLRP allow changes in volume context.
chhsiao
[mesos] 02/06: Added MESOS-9395 to the 1.8.1 CHANGELOG.
chhsiao
[mesos] 06/06: Added MESOS-9831 to the 1.8.1 CHANGELOG.
chhsiao
[mesos] 05/06: Garbage-collected disappeared RPs when agent resources remain unchanged.
chhsiao
[mesos] branch master updated (c18efb7 -> 4b9c566)
chhsiao
[mesos] 03/09: Used full paths as volume IDs for the test CSI plugin.
chhsiao
[mesos] 04/09: Added a unit test to verify if SLRP allows changes in volume context.
chhsiao
[mesos] 09/09: Added MESOS-9831 to the 1.8.1 CHANGELOG.
chhsiao
[mesos] 06/09: Added MESOS-9803 to the 1.8.1 CHANNGELOG.
chhsiao
[mesos] 01/09: Made SLRP allow changes in volume context.
chhsiao
[mesos] 07/09: Added MESOS-9803 to the 1.7.3 CHANNGELOG.
chhsiao
[mesos] 05/09: Fixed chaining futures infinitely in `UriDiskProfileAdaptor`.
chhsiao
[mesos] 08/09: Garbage-collected disappeared RPs when agent resources remain unchanged.
chhsiao
[mesos] 02/09: Added MESOS-9395 to the 1.8.1 CHANGELOG.
chhsiao
[mesos] branch master updated: Improved operation feedback example framework.
grag
[mesos] branch master updated (663bfa6 -> 2ae1296)
mzhu
[mesos] 02/02: Added `UPDATE_QUOTA_WITH_CONFIG` authorization in the local authorizor.
mzhu
[mesos] 01/02: Added authorization for `UpdateQuota` call in the master.
mzhu
[mesos] branch master updated: Initialized a few bool variables to avoid compilation issues.
mzhu
[mesos] branch master updated (fa410f2 -> 31ac45b)
mzhu
[mesos] 08/10: Renamed a variable in the allocator.
mzhu
[mesos] 03/10: Renamed quota guarantee to be plural in the allocator.
mzhu
[mesos] 07/10: Added `==` and `!=` operators to `ResourceLimits`.
mzhu
[mesos] 02/10: Refactored role quota info into `Struct Role`.
mzhu
[mesos] 01/10: Removed quota role sorter in the allocator.
mzhu
[mesos] 06/10: Refactored no guarantee resources allocation logic in the 1st stage.
mzhu
[mesos] 09/10: Added methods to subtract `ResourceQuantities` from `ResourceLimits`.
mzhu
[mesos] 05/10: Pulled out `shrinkResources()` in the allocator as a resource utility.
mzhu
[mesos] 04/10: Decoupled quota limits from quota guarantees in the allocator.
mzhu
[mesos] 10/10: Added a function to shrink `Resources` to target `ResourceLimits`.
mzhu
[mesos] branch 1.8.x updated (755604b -> d19ca42)
josephwu
[mesos] 03/03: Added MESOS-9750 to the 1.8.1 CHANGELOG.
josephwu
[mesos] 01/03: Changed Agent V1 GET_STATE for any completed executor's tasks.
josephwu
[mesos] 02/03: Changed Agent GET_STATE for completed executor's tasks (Part 2).
josephwu
[mesos] branch 1.7.x updated (40ea2b5 -> 33a1ba9)
josephwu
[mesos] 03/03: Added MESOS-9750 to the 1.7.3 CHANGELOG.
josephwu
[mesos] 02/03: Changed Agent GET_STATE for completed executor's tasks (Part 2).
josephwu
[mesos] 01/03: Changed Agent V1 GET_STATE for any completed executor's tasks.
josephwu
[mesos] branch master updated: Added MESOS-9750 to the 1.8.1 and 1.7.3 CHANGELOG.
josephwu
[mesos] branch master updated: Added filesystem operations to the `ContainerLaunchInfo` message.
jpeach
[mesos] branch master updated: Fixed a complication issue due to incorrect enum comparison.
mzhu
[mesos] branch master updated (a07e2af -> 264a27a)
mzhu
[mesos] 02/03: Clarified a comment regarding role `reservationScalarQuantities`.
mzhu
[mesos] 03/03: Added method `empty()` for `ResourceLimits`.
mzhu
[mesos] 01/03: Added comment regarding tracking role consumed quota.
mzhu
[mesos] branch master updated: Fixed incorrect comparision introduced in `0ab27c674b7`.
bbannier
[mesos] branch master updated (9c98ea2 -> 0ab27c6)
josephwu
[mesos] 01/02: Changed Agent V1 GET_STATE for any completed executor's tasks.
josephwu
[mesos] 02/02: Changed Agent GET_STATE for completed executor's tasks (Part 2).
josephwu
[mesos] branch master updated (a8c411d -> 9c98ea2)
jpeach
[mesos] 02/02: Added MESOS-9771 to the CHANGELOG.
jpeach
[mesos] 01/02: Add containerizer support for masking paths.
jpeach
[mesos] branch master updated: Logged when `/__processes__` returns.
alexr
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 9ed872d.
git-site-role
[mesos] branch master updated (128ebec -> 9ed872d)
bmahler
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 128ebec.
git-site-role
[mesos] branch master updated (c186625 -> 128ebec)
bmahler
[mesos] branch master updated (dae58d9 -> c186625)
mzhu
[mesos] 01/03: Refactored `untrackReservations()` method.
mzhu
[mesos] 03/03: Fixed comment to reflect the existence of sorters other than DRF.
mzhu
[mesos] 02/03: Added `struct Role` to track role reservations and framework IDs.
mzhu
[mesos] branch master updated: Fixed sign-compare issue introduced in bf07bbd1cf1.
bbannier
[mesos] branch master updated (421728f -> bf07bbd)
chhsiao
[mesos] 04/04: Added a unit test for master operation authorization.
chhsiao
[mesos] 01/04: Added a helper to devolve offer operations.
chhsiao
[mesos] 03/04: Removed the `TaskStatusUpdateIsTerminalState` matcher.
chhsiao
[mesos] 02/04: Changed the `*TaskIdEq` test matchers to take a `TaskID`.
chhsiao
[mesos] branch master updated (d945c73 -> 421728f)
bmahler
[mesos] 02/02: Fixed the race between validating and applying FrameworkInfo updates.
bmahler
[mesos] 01/02: Moved the logic of broadcating framework updates into a separate method.
bmahler
[mesos] branch master updated: Return 409 if `UPDATE_RESOURCE_PROVIDER_CONFIG` names a missing config.
chhsiao
[mesos] branch 1.8.x updated (f5770dc -> 484782c)
chhsiao
[mesos] 02/02: Return 409 if `UPDATE_RESOURCE_PROVIDER_CONFIG` names a missing config.
chhsiao
[mesos] 01/02: Explicitly marked agent resource provider config calls as experimental.
chhsiao
[mesos] branch master updated: Added MESOS-9779 to the 1.8.1 CHANGELOG.
chhsiao
[mesos] branch 1.8.x updated: Added MESOS-9779 to the 1.8.1 CHANGELOG.
chhsiao
[mesos] branch master updated: Improved log messages for SSL configuration.
bennoe
[mesos] branch 1.6.x updated (3911b4c -> 25f073d)
gilbert
[mesos] 01/02: Revert "Added MESOS-9536 to the 1.6.3 CHANGELOG."
gilbert
[mesos] 02/02: Revert "Made nested contaienr can access its sandbox via `MESOS_SANDBOX`."
gilbert
[mesos] branch 1.7.x updated (4a2949c -> 40ea2b5)
gilbert
[mesos] 01/02: Revert "Added MESOS-9536 to the 1.7.3 CHANGELOG."
gilbert
[mesos] 02/02: Revert "Made nested contaienr can access its sandbox via `MESOS_SANDBOX`."
gilbert
[mesos] branch 1.8.x updated (6c6546d -> f5770dc)
gilbert
[mesos] 02/02: Revert "Made nested contaienr can access its sandbox via `MESOS_SANDBOX`."
gilbert
[mesos] 01/02: Revert "Added MESOS-9536 to the 1.8.1 CHANGELOG.".
gilbert
[mesos] branch master updated (1f83bfc -> eecb82c)
gilbert
[mesos] 05/05: Revert "Made nested contaienr can access its sandbox via `MESOS_SANDBOX`."
gilbert
[mesos] 03/05: Revert "Added MESOS-9536 to the 1.8.1 CHANGELOG.".
gilbert
[mesos] 04/05: Revert "Added a test to verify non-root nested container can access its sandbox."
gilbert
[mesos] 02/05: Revert "Added MESOS-9536 to the 1.7.3 CHANGELOG."
gilbert
[mesos] 01/05: Revert "Added MESOS-9536 to the 1.6.3 CHANGELOG."
gilbert
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 1f83bfc.
git-site-role
[mesos] branch master updated (5bb4f28 -> 1f83bfc)
bmahler
[mesos] 01/02: Introduced a function for validating a `FrameworkInfo` update.
bmahler
[mesos] 02/02: Added unit tests for 'framework::validateUpdate()'.
bmahler
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 5bb4f28.
git-site-role
[mesos] branch master updated (2453aa4 -> 5bb4f28)
bmahler
[mesos] 01/02: Removed non-implemented declaration of 'Master::validate()'.
bmahler
[mesos] 02/02: Made activateRecoveredFramework() return void instead of Try.
bmahler
[mesos] branch master updated: Updated download URL for binary RPM packages.
bennoe
[mesos] branch master updated (5b7a4f5 -> 2700f06)
jpeach
[mesos] 01/02: Added `CHECK_CONTAINS` and `CHECK_NOT_CONTAINS` macros.
jpeach
[mesos] 02/02: Updated CHECK messages in the heirarchical allocator.
jpeach
[mesos] branch master updated: Fix the XFS build for recent Fedora versions.
jpeach
[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: ae23ded.
git-site-role
[mesos] branch master updated (91fa416 -> ae23ded)
bennoe
[mesos] 02/02: Rearranged 'Downloads' page and updated bintray URL.
bennoe
[mesos] 01/02: Updated bintray upload scripts to remove hard-coded accounts.
bennoe
[mesos] branch 1.7.x updated: Fixed the broken backport for MESOS-9787.
bmahler
[mesos] branch 1.6.x updated: Fixed the broken backport for MESOS-9787.
bmahler
[mesos] branch 1.5.x updated: Fixed the broken backport for MESOS-9787.
bmahler
[mesos] branch master updated: Added a flag to ignore Docker runtime configuration.
jpeach
[mesos] branch 1.7.x updated: Fixed a build error due to missing `using` directive.
mzhu
[mesos] branch master updated: Added MESOS-9786 to the 1.5.4 CHANGELOG.
mzhu
[mesos] branch 1.6.x updated: Fixed a build error due to missing `using` directive.
mzhu
[mesos] branch 1.5.x updated (11e34f2 -> 2ce2b98)
mzhu
[mesos] 01/02: Fix a bug where racing quota removal request could crash the master.
mzhu
[mesos] 02/02: Added MESOS-9786 to the 1.5.4 CHANGELOG.
mzhu
[mesos] branch master updated (d9ab461 -> ab635a8)
mzhu
[mesos] 03/03: Added MESOS-9786 to the 1.6.3 CHANGELOG.
mzhu
[mesos] 02/03: Added MESOS-9786 to the 1.7.3 CHANGELOG.
mzhu
[mesos] 01/03: Added MESOS-9786 to the 1.8.1 CHANGELOG.
mzhu
[mesos] branch 1.7.x updated (75d66d8 -> cbef435)
mzhu
[mesos] 01/02: Fix a bug where racing quota removal request could crash the master.
mzhu
[mesos] 02/02: Added MESOS-9786 to the 1.7.3 CHANGELOG.
mzhu
[mesos] branch 1.6.x updated (6e054ef -> eaa113f)
mzhu
[mesos] 01/02: Fix a bug where racing quota removal request could crash the master.
mzhu
[mesos] 02/02: Added MESOS-9786 to the 1.6.3 CHANGELOG.
mzhu
[mesos] branch 1.8.x updated (9424fd8 -> 6c6546d)
mzhu
[mesos] 01/02: Fix a bug where racing quota removal request could crash the master.
mzhu
[mesos] 02/02: Added MESOS-9786 to the 1.8.1 CHANGELOG.
mzhu
[mesos] branch master updated (f91affc -> 5e7a5f1)
mzhu
[mesos] 02/04: Added MESOS-9782 to the 1.8.1 CHANGELOG.
mzhu
[mesos] 01/04: Added MESOS-9759 to the 1.8.1 CHANGELOG.
mzhu
[mesos] 03/04: Added MESOS-9759 to the 1.7.3 CHANGELOG.
mzhu
[mesos] 04/04: Added MESOS-9759 to the 1.6.3 CHANGELOG.
mzhu
[mesos] branch 1.6.x updated: Added MESOS-9759 to the 1.6.3 CHANGELOG.
mzhu
[mesos] branch 1.7.x updated: Added MESOS-9759 to the 1.7.3 CHANGELOG.
mzhu
[mesos] branch master updated: Fix a bug where racing quota removal request could crash the master.
mzhu
[mesos] branch 1.8.x updated (a07fe23 -> 9424fd8)
mzhu
[mesos] 02/02: Added MESOS-9782 to the 1.8.1 CHANGELOG.
mzhu
[mesos] 01/02: Added MESOS-9759 to the 1.8.1 CHANGELOG.
mzhu
[mesos] branch 1.7.x updated: Fixed a 1.7.3 CHANGELOG typo for MESOS-9787.
bmahler
[mesos] branch 1.8.x updated: Fixed a 1.8.1 CHANGELOG typo for MESOS-9787.
bmahler
[mesos] branch master updated (4b28ac2 -> f91affc)
bmahler
[mesos] 01/04: Fixed a 1.8.1 CHANGELOG typo for MESOS-9787.
bmahler
[mesos] 04/04: Fixed a 1.5.4 CHANGELOG typo for MESOS-9787.
bmahler
[mesos] 02/04: Fixed a 1.7.3 CHANGELOG typo for MESOS-9787.
bmahler
[mesos] 03/04: Fixed a 1.6.3 CHANGELOG typo for MESOS-9787.
bmahler
[mesos] branch 1.6.x updated: Fixed a 1.6.3 CHANGELOG typo for MESOS-9787.
bmahler
Earlier messages
Later messages