You are viewing a plain text version of this content. The canonical link for it is here.
- Re: Review Request 72804: Enabled CSI volume access for non-root users. - posted by Qian Zhang <zh...@gmail.com> on 2020/09/01 00:50:29 UTC, 0 replies.
- Re: Review Request 72822: Extracted FrameworkInfo comparison logic from tests. - posted by Andrei Sekretenko <as...@mesosphere.io> on 2020/09/01 10:39:44 UTC, 5 replies.
- Review Request 72829: Moved the `volume/csi` isolator's root dir under work dir. - posted by Qian Zhang <zh...@gmail.com> on 2020/09/01 13:30:25 UTC, 2 replies.
- Re: Review Request 72806: Added a test for 'volume/csi' isolator recovery. - posted by Mesos Reviewbot <re...@mesos.apache.org> on 2020/09/01 15:34:55 UTC, 0 replies.
- Re: Review Request 72825: Added a test of UPDATE_FRAMEWORK with the same FrameworkInfo. - posted by Mesos Reviewbot <re...@mesos.apache.org> on 2020/09/01 16:56:06 UTC, 2 replies.
- Review Request 72833: Removed `bool operator==(const FrameworkInfo&, const FrameworkInfo&)`. - posted by Andrei Sekretenko <as...@mesosphere.io> on 2020/09/01 19:45:14 UTC, 0 replies.
- Review Request 72831: Fixed a CHECK failure in master during agent removal. - posted by Benjamin Mahler <bm...@apache.org> on 2020/09/01 19:50:46 UTC, 2 replies.
- Review Request 72830: Added a regression test for MESOS-9609. - posted by Benjamin Mahler <bm...@apache.org> on 2020/09/01 19:50:46 UTC, 5 replies.
- Review Request 72832: Avoided unnecessary [] map operators in the master. - posted by Benjamin Mahler <bm...@apache.org> on 2020/09/01 19:50:46 UTC, 4 replies.
- Re: Review Request 72805: Added a test helper for CSI volumes. - posted by Greg Mann <gr...@mesosphere.io> on 2020/09/02 05:50:15 UTC, 1 replies.
- Re: Review Request 72728: Added tests for the 'volume/csi' isolator. - posted by Greg Mann <gr...@mesosphere.io> on 2020/09/02 05:52:06 UTC, 7 replies.
- Re: Review Request 72806: Added tests for 'volume/csi' isolator recovery. - posted by Greg Mann <gr...@mesosphere.io> on 2020/09/02 05:52:24 UTC, 11 replies.
- Re: Review Request 72824: Eliminated redundant update broadcasts in UPDATE_FRAMEWORK. - posted by Andrei Sekretenko <as...@mesosphere.io> on 2020/09/02 14:08:53 UTC, 5 replies.
- Re: Review Request 72790: Deduplicated concurrent image pulls by docker store. - posted by Qian Zhang <zh...@gmail.com> on 2020/09/02 14:40:28 UTC, 1 replies.
- Re: Review Request 72833: Removed `bool operator==(const FrameworkInfo&, const FrameworkInfo&)`. - posted by Benjamin Mahler <bm...@apache.org> on 2020/09/02 23:31:22 UTC, 2 replies.
- Re: Review Request 72791: Reverted removal of the PullingSameImageSimutanuously test. - posted by Qian Zhang <zh...@gmail.com> on 2020/09/03 07:20:54 UTC, 0 replies.
- Re: Review Request 72792: Fixed typos in the name of `PullingSameImageSimutanuously` test. - posted by Qian Zhang <zh...@gmail.com> on 2020/09/03 07:21:49 UTC, 0 replies.
- Re: Review Request 72793: Added discarding a future returned by get() into the docker store test. - posted by Qian Zhang <zh...@gmail.com> on 2020/09/03 07:27:46 UTC, 0 replies.
- Re: Review Request 72794: Added a test for discarding image pull on discard of getting image. - posted by Qian Zhang <zh...@gmail.com> on 2020/09/03 07:30:35 UTC, 0 replies.
- Review Request 72838: Moved framework update out of `connectAndActivateRecoveredFramework`. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/07 15:24:39 UTC, 1 replies.
- Review Request 72839: Added `OfferConstraints` to `struct Framework` in the master. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/07 15:26:30 UTC, 2 replies.
- Review Request 72840: Exposed offer constraints via the `/state` and `/frameworks` endpoints. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/07 15:27:19 UTC, 3 replies.
- Review Request 72841: Added offer constraints to the `GetFrameworks` protobuf. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/07 19:45:47 UTC, 1 replies.
- Review Request 72842: Exposed framework offer constraints via the GET_FRAMEWORKS call. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/07 19:46:38 UTC, 3 replies.
- Review Request 72843: Fixed a stale comment about delayed permissions when batching requests. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/08 14:57:31 UTC, 5 replies.
- Review Request 72845: Added doc for the `volume/csi` isolator. - posted by Qian Zhang <zh...@gmail.com> on 2020/09/09 02:33:12 UTC, 2 replies.
- Review Request 72846: Corrected the example of the managed CSI plugin. - posted by Qian Zhang <zh...@gmail.com> on 2020/09/09 02:45:39 UTC, 2 replies.
- Review Request 72851: Added an `/offer_constraints_debug` endpoint. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/09 16:15:52 UTC, 0 replies.
- Re: Review Request 72851: Added an endpoint for debugging offer constraints. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/09 19:22:19 UTC, 7 replies.
- Review Request 72856: Fixed Website bot to work with docker user namespaces. - posted by Vinod Kone <vi...@apache.org> on 2020/09/10 12:12:39 UTC, 2 replies.
- Review Request 72857: Merged build.sh and entrypoint.sh. - posted by Vinod Kone <vi...@apache.org> on 2020/09/10 12:13:49 UTC, 1 replies.
- Review Request 72858: Reduced build parallelism to avoid aborted builds in CI. - posted by Vinod Kone <vi...@apache.org> on 2020/09/10 12:14:39 UTC, 3 replies.
- [GitHub] [mesos] Lqp1 opened a new pull request #367: Expose hierarchical allocator recovery parameters as master flags - posted by GitBox <gi...@apache.org> on 2020/09/10 15:14:59 UTC, 0 replies.
- [GitHub] [mesos] asekretenko commented on a change in pull request #367: Expose hierarchical allocator recovery parameters as master flags - posted by GitBox <gi...@apache.org> on 2020/09/10 15:58:54 UTC, 2 replies.
- Review Request 72859: Added `--no-same-owner` option to tar command. - posted by Vinod Kone <vi...@apache.org> on 2020/09/10 21:39:01 UTC, 1 replies.
- Review Request 72860: Added `--no-same-owner` option to tar command. - posted by Vinod Kone <vi...@apache.org> on 2020/09/10 21:39:36 UTC, 1 replies.
- Review Request 72861: Added `--no-same-owner` option to tar command. - posted by Vinod Kone <vi...@apache.org> on 2020/09/10 21:40:12 UTC, 1 replies.
- Review Request 72862: Added cleanup of build dir to website bot. - posted by Vinod Kone <vi...@apache.org> on 2020/09/10 21:42:24 UTC, 1 replies.
- [GitHub] [mesos] Lqp1 commented on a change in pull request #367: Expose hierarchical allocator recovery parameters as master flags - posted by GitBox <gi...@apache.org> on 2020/09/11 09:13:36 UTC, 4 replies.
- Review Request 72864: Made `UpdateFrameworkTest.OfferConstraints` build constraints from JSON. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/11 17:51:54 UTC, 2 replies.
- Review Request 72874: Added offer constraints to `MesosSchedulerDriver::updateFramework()`. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/16 19:05:30 UTC, 4 replies.
- Review Request 72875: Consolidated protobuf construction by the JNI scheduler driver. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/16 19:06:24 UTC, 1 replies.
- Review Request 72876: Added offer constraints to `updateFramework()` in the Java bindings. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/16 19:10:53 UTC, 0 replies.
- Review Request 72877: WIP: Modified Java test framework to set offer constraints. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/16 19:12:23 UTC, 1 replies.
- Review Request 72887: Tied the hierarchical allocator process to a fixed process ID. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/18 16:54:48 UTC, 2 replies.
- Review Request 72886: Enforced explicit construction of `protobuf::...::Capabilities`. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/18 16:56:37 UTC, 1 replies.
- Review Request 72885: Made the hierarchical allocator store `FrameworkInfo` internally. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/18 16:56:57 UTC, 1 replies.
- Review Request 72888: Inferred CSI volume's `readonly` field from volume mode. - posted by Qian Zhang <zh...@gmail.com> on 2020/09/19 08:04:10 UTC, 3 replies.
- Re: Review Request 72887: Tied the 1st hierarchical allocator process to a process ID "allocator". - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/21 12:43:25 UTC, 5 replies.
- Review Request 72899: Added a test for creating a filter from default `OfferConstraints`. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/22 18:02:12 UTC, 2 replies.
- Review Request 72898: Added `OfferConstraints` validity criteria into protobuf comments. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/22 18:03:07 UTC, 3 replies.
- Review Request 72897: Allowed `OfferConstraintsFilter::create()` to return an empty `Result`. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/22 18:05:39 UTC, 3 replies.
- Review Request 72900: Added offer constraints to `updateFramework()` in the Java bindings. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/22 18:09:20 UTC, 5 replies.
- Review Request 72901: WIP: Added setting offer constraints to the Java example framework. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/22 18:10:26 UTC, 2 replies.
- [GitHub] [mesos] asfgit closed pull request #367: Expose hierarchical allocator recovery parameters as master flags - posted by GitBox <gi...@apache.org> on 2020/09/22 19:27:41 UTC, 1 replies.
- [GitHub] [mesos] Lqp1 commented on pull request #367: Expose hierarchical allocator recovery parameters as master flags - posted by GitBox <gi...@apache.org> on 2020/09/23 07:06:45 UTC, 0 replies.
- Re: Review Request 72897: Made offer constraints filter and protobuf non-optional inside the code. - posted by Andrei Sekretenko <as...@apache.org> on 2020/09/24 15:07:31 UTC, 2 replies.
- Re: Review Request 72709: Fixed the tests warning messages. - posted by Dong Zhu <dz...@d2iq.com> on 2020/09/25 02:21:28 UTC, 0 replies.
- Re: Review Request 72448: Fixed operator api event inconsistencies issue. - posted by Dong Zhu <dz...@d2iq.com> on 2020/09/25 02:39:40 UTC, 1 replies.
- [GitHub] [mesos] jeremyvdw opened a new pull request #368: Updated Marathon in Mesos mini docker container - posted by GitBox <gi...@apache.org> on 2020/09/28 07:22:25 UTC, 0 replies.