Re: Review Request 71080: Master should store the list of completed framework ids for lifecycle.

2019-07-18 Thread Gastón Kleiman
ed data structures and I don't think that we should add a new one just for this. src/master/master.cpp Lines 11402 (patched) <https://reviews.apache.org/r/71080/#comment303979> Nit: s/ids/IDs/ - Gastón Kleiman On July 17, 2019, 11:

Re: Review Request 70528: Updated release guide.

2019-07-10 Thread Gastón Kleiman
) <https://reviews.apache.org/r/70528/#comment303732> Super minor nit: s/ / / =) - Gastón Kleiman On July 10, 2019, 7:58 a.m., Benno Evers wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: Review Request 70587: Fixed unguarded calls to `Option::get()` in the master.

2019-05-03 Thread Gastón Kleiman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70587/#review215039 --- Ship it! Ship It! - Gastón Kleiman On May 2, 2019, 3 p.m

Re: Review Request 70593: Fixed flaky test FrameworkPrincipalChangeFails.

2019-05-03 Thread Gastón Kleiman
://reviews.apache.org/r/70593/ ``` - Gastón Kleiman On May 3, 2019, 9:38 a.m., Andrei Sekretenko wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 70593: Fixed flaky test FrameworkPrincipalChangeFails.

2019-05-03 Thread Gastón Kleiman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70593/#review215022 --- Ship it! Ship It! - Gastón Kleiman On May 3, 2019, 9:38 a.m

Re: Review Request 70506: Added metrics to the operation feedback example framework.

2019-04-19 Thread Gastón Kleiman
://reviews.apache.org/r/70506/diff/2/ Changes: https://reviews.apache.org/r/70506/diff/1-2/ Testing --- Thanks, Gastón Kleiman

Review Request 70506: Added metrics to the operation feedback example framework.

2019-04-18 Thread Gastón Kleiman
: mesos Description --- Added metrics to the operation feedback example framework. Diffs - src/examples/operation_feedback_framework.cpp ab19605dda069db06b6215a95049014244fc2d4f Diff: https://reviews.apache.org/r/70506/diff/1/ Testing --- Thanks, Gastón Kleiman

Review Request 70478: Improved operation feedback example framework.

2019-04-15 Thread Gastón Kleiman
Diff: https://reviews.apache.org/r/70478/diff/1/ Testing --- Manual testing. Thanks, Gastón Kleiman

Re: Review Request 70377: Added tests to check that framework cannot change its principal.

2019-04-12 Thread Gastón Kleiman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70377/#review214641 --- Ship it! Ship It! - Gastón Kleiman On April 10, 2019, 8:31

Re: Review Request 70379: Added validation that the principal stays the same on resubscription.

2019-04-12 Thread Gastón Kleiman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70379/#review214640 --- Ship it! Ship It! - Gastón Kleiman On April 10, 2019, 8:35

Re: Review Request 70408: Deduplicated common validation code in Master::subscribe()'s.

2019-04-12 Thread Gastón Kleiman
, 2600 (patched) <https://reviews.apache.org/r/70408/#comment300826> Please shift this line left to fix the indentation. - Gastón Kleiman On April 10, 2019, 8:29 a.m., Andrei Sekretenko wrote: > > --- > This is an auto

Re: Review Request 70412: Made the operation feedback example framwork cleanup old reservations.

2019-04-09 Thread Gastón Kleiman
://reviews.apache.org/r/70412/diff/3/ Changes: https://reviews.apache.org/r/70412/diff/2-3/ Testing --- Manual testing. Thanks, Gastón Kleiman

Re: Review Request 70412: Made the operation feedback example framwork cleanup old reservations.

2019-04-09 Thread Gastón Kleiman
so we shouldn't get any status updates. - Gastón --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70412/#review214481 -------

Re: Review Request 70412: Made the operation feedback example framwork cleanup old reservations.

2019-04-09 Thread Gastón Kleiman
/70412/diff/2/ Changes: https://reviews.apache.org/r/70412/diff/1-2/ Testing --- Manual testing. Thanks, Gastón Kleiman

Re: Review Request 70412: Made the operation feedback example framwork cleanup old reservations.

2019-04-09 Thread Gastón Kleiman
the presence of `RESERVATION_REFINEMENT`? > > Gastón Kleiman wrote: > This framework only pushes one reservation, so I guess that there should > only be one element for reservations made by it? > > The check would fail if the example framework shares a role with

Re: Review Request 70412: Made the operation feedback example framwork cleanup old reservations.

2019-04-08 Thread Gastón Kleiman
ated e-mail. To reply, visit: https://reviews.apache.org/r/70412/#review214468 ------- On April 5, 2019, 4:35 p.m., Gastón Kleiman wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apach

Review Request 70412: Made the operation feedback example framwork cleanup old reservations.

2019-04-05 Thread Gastón Kleiman
. Otherwise it will unreserve reservations made by another framework. Diffs - src/examples/operation_feedback_framework.cpp 2480c340c4ccb4246098c35e0315093f3eb44e81 Diff: https://reviews.apache.org/r/70412/diff/1/ Testing --- Manual testing. Thanks, Gastón Kleiman

Review Request 70411: Changed naming of example framework class fields to match convention.

2019-04-05 Thread Gastón Kleiman
, Gastón Kleiman

Re: Review Request 70377: Added tests to check that the framework cannot change its principal.

2019-04-04 Thread Gastón Kleiman
pp#L724-L747 The `MockHTTPScheduler` also has a `error` callback that can be used to check whether the master rejects the re-registration attempt. - Gastón Kleiman On April 3, 2019, 8:42 a.m., Andrei Sekretenko wrote: > > --- > Thi

Re: Review Request 70378: Wrapped access to hashmaps in `frameworks.principals` and `authorized`.

2019-04-04 Thread Gastón Kleiman
debase. - Gastón Kleiman On April 3, 2019, 9:01 a.m., Andrei Sekretenko wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request 70379: Added validation that the principal stays the same on resubscription.

2019-04-04 Thread Gastón Kleiman
src/master/master.cpp Lines 2598 (patched) <https://reviews.apache.org/r/70379/#comment300593> I think I'd rather not mention the old principal to prevent leaking information. src/master/master.cpp Lines 10763 (patched) <https://reviews.ap

Re: Review Request 70335: Sent FrameworkInfo to agents when applying operations.

2019-04-03 Thread Gastón Kleiman
--- > > (Updated March 28, 2019, 4:27 p.m.) > > > Review request for mesos, Benjamin Bannier, Benno Evers, Chun-Hung Hsiao, > Gastón Kleiman, Joseph Wu, and Meng Zhu. > > > Bugs: MESOS-8582 > https://issues.apache.org/jira/browse/MESOS

Re: Review Request 70335: Sent FrameworkInfo to agents when applying operations.

2019-04-01 Thread Gastón Kleiman
: I'd say: "Failed to unschedule framework directories scheduled for gc" I would also include the path that couldn't be gc'd. - Gastón Kleiman On March 28, 2019, 4:27 p.m., Greg Mann wrote: > > --- > This i

Review Request 70283: Improved handling of resources consumed by orphan operations.

2019-03-22 Thread Gastón Kleiman
283/diff/1/ Testing --- `OperationReconciliationTest.AgentPendingOperationAfterMasterFailover` passed over 5000 iterations under stress. Other tests still pass on GNU/Linux. Thanks, Gastón Kleiman

Re: Review Request 70243: Improved operation reconciliation for unsubscribed resource providers.

2019-03-21 Thread Gastón Kleiman
But I like Joseph's suggestion better =). - Gastón Kleiman On March 21, 2019, 3:26 p.m., Greg Mann wrote: > > --- > This is an automatically generated e-mail. To rep

Re: Review Request 70208: Added test for reconciliation of multiple operations.

2019-03-15 Thread Gastón Kleiman
/operation_reconciliation_tests.cpp Lines 284-293 (patched) <https://reviews.apache.org/r/70208/#comment299748> We could remove this if the first operation also reserved 0.1 CPUs - Gastón Kleiman On March 15, 2019, 3:53 p.m., Greg Mann

Re: Review Request 70221: Updated operation feedback documentation.

2019-03-15 Thread Gastón Kleiman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70221/#review213755 --- Ship it! Ship It! - Gastón Kleiman On March 15, 2019, 3:37

Re: Review Request 70200: Changed operation reconciliation to send updates on the event stream.

2019-03-15 Thread Gastón Kleiman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70200/#review213754 --- Ship it! Ship It! - Gastón Kleiman On March 15, 2019, 3:35

Re: Review Request 70208: Added test for reconciliation of multiple operations.

2019-03-15 Thread Gastón Kleiman
only `RESERVE` opertions don't need a resource provider. Removing the instantiation of the RP would make remove a lot of boilerplate and some amount of clock manipulation, thus making the test much shorter, readable and less prone to races. - Gastón Kleiman On March 13, 2019, 6:41 p.m., Greg

Re: Review Request 70200: Changed operation reconciliation to send updates on the event stream.

2019-03-15 Thread Gastón Kleiman
returns a response, but it just happens to be the case that no call does that at the moment. I would delete this comment. - Gastón Kleiman On March 14, 2019, 10:24 a.m., Greg Mann wrote: > > --- > This is an automatically genera

Re: Review Request 70200: Changed operation reconciliation to send updates on the event stream.

2019-03-13 Thread Gastón Kleiman
he updated test doesn't call `result->response()`, so there is no risk of it crashing. src/tests/storage_local_resource_provider_tests.cpp Lines 4658-4660 (original), 4662-4664 (patched) <https://reviews.apache.org/r/70200/#comment299693> `%s/ASSERT/EXPECT/g` - Gastón Kleiman

Re: Review Request 70186: Updated protobuf comments related to operation feedback.

2019-03-12 Thread Gastón Kleiman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70186/#review213626 --- Ship it! Ship It! - Gastón Kleiman On March 11, 2019, 12:18

Re: Review Request 70116: Added metrics for offer operation feedback.

2019-03-07 Thread Gastón Kleiman
ive? src/master/metrics.cpp Lines 684 (patched) <https://reviews.apache.org/r/70116/#comment299500> Can counters for terminal states be decremented? I guess not? If I'm correct, then we could add a `CHECK` here. - Gastón Kleiman On M

Re: Review Request 70156: Added helper to test for metrics values.

2019-03-07 Thread Gastón Kleiman
tps://reviews.apache.org/r/70156/#comment299492> Nit: I'd name this `EXPECT_METRIC_EQ`. - Gastón Kleiman On March 7, 2019, 8:59 a.m., Benno Evers wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://re

Re: Review Request 70115: Updated comment about operations.

2019-03-07 Thread Gastón Kleiman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70115/#review213539 --- Ship it! Ship It! - Gastón Kleiman On March 4, 2019, 9 a.m

Re: Review Request 69978: Added garbage collection of terminated operations status update streams.

2019-02-26 Thread Gastón Kleiman
ply, visit: https://reviews.apache.org/r/69978/#review213234 ----------- On Feb. 22, 2019, 5:28 p.m., Gastón Kleiman wrote: > > --- > This is an automatically ge

Re: Review Request 70044: Moved status update streams of operations on agent's default resources.

2019-02-26 Thread Gastón Kleiman
7ad495504e4ff144ac31812fbd4a3a1f4da86f02 src/slave/slave.cpp e3c2c005d865b5c333e92e50e49ef398fe06ad79 Diff: https://reviews.apache.org/r/70044/diff/2/ Changes: https://reviews.apache.org/r/70044/diff/1-2/ Testing --- Tests still pass on GNU/Linux + quite some manual testing. Thanks, Gastón Kleiman

Re: Review Request 70044: Moved status update streams of operations on agent's default resources.

2019-02-26 Thread Gastón Kleiman
sit: https://reviews.apache.org/r/70044/#review213205 --- On Feb. 22, 2019, 5:34 p.m., Gastón Kleiman wrote: > > --- > This is an automatically generated e-mail. To re

Review Request 70044: Moved status update streams of operations on agent's default resources.

2019-02-22 Thread Gastón Kleiman
: https://reviews.apache.org/r/70044/diff/1/ Testing --- Thanks, Gastón Kleiman

Re: Review Request 70044: Moved status update streams of operations on agent's default resources.

2019-02-22 Thread Gastón Kleiman
e3c2c005d865b5c333e92e50e49ef398fe06ad79 Diff: https://reviews.apache.org/r/70044/diff/1/ Testing (updated) --- Tests still pass on GNU/Linux + quite some manual testing. Thanks, Gastón Kleiman

Re: Review Request 69978: Added garbage collection of terminated operations status update streams.

2019-02-22 Thread Gastón Kleiman
://reviews.apache.org/r/69978/diff/5/ Changes: https://reviews.apache.org/r/69978/diff/4-5/ Testing --- Manual testing + existing tests still pass. Thanks, Gastón Kleiman

Re: Review Request 69978: Added garbage collection of terminated operations status update streams.

2019-02-21 Thread Gastón Kleiman
/69978/diff/3-4/ Testing --- Manual testing + existing tests still pass. Thanks, Gastón Kleiman

Re: Review Request 69977: Improved agent operation recovery process.

2019-02-21 Thread Gastón Kleiman
ck somewhere. i.e. > > ``` > > // NOTE: Operations found in the `ResourceState`, but not in the > > // operation update streams directory are streams to be created. > > // These operations have nothing to recover. > > ``` I agree,

Re: Review Request 69977: Improved agent operation recovery process.

2019-02-21 Thread Gastón Kleiman
/ Changes: https://reviews.apache.org/r/69977/diff/2-3/ Testing --- Manual testing + existing tests still pass. Thanks, Gastón Kleiman

Re: Review Request 69960: Added the concept of "orphaned operations" to the master.

2019-02-21 Thread Gastón Kleiman
-- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/69960/ > --- > > (Updated Feb. 19, 2019, 4:45 p.m.) > > > Review request for mesos, Benno Evers

Re: Review Request 69978: Added garbage collection of terminated operations status update streams.

2019-02-21 Thread Gastón Kleiman
/r/69977/ which makes `Slave::_recoverOperations()` handle that case. - Gastón --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69978/#review213008 ----------

Re: Review Request 69978: Added garbage collection of terminated operations status update streams.

2019-02-20 Thread Gastón Kleiman
inuation, we will no longer > > remove the operation if there is an error when calling > > `operationStatusUpdateManager.acknowledgement()`; is that what we want? > > Perhaps we should add a `removeOperation()` call in the `err()` helper as > > well? > > Ga

Re: Review Request 69978: Added garbage collection of terminated operations status update streams.

2019-02-20 Thread Gastón Kleiman
/r/69978/diff/2-3/ Testing --- Manual testing + existing tests still pass. Thanks, Gastón Kleiman

Re: Review Request 69978: Added garbage collection of terminated operations status update streams.

2019-02-20 Thread Gastón Kleiman
nother corner case that the SLRP handles and I had missed: the agent could fail over right before executing this lambda. It should notice that during recovery and garbage collect the stream —  I'm adding a new patch to this chain that does this. - Gastón Kleiman On Feb. 13, 2019, 3:15 p.m.,

Re: Review Request 69978: Added garbage collection of terminated operations status update streams.

2019-02-20 Thread Gastón Kleiman
reply, visit: https://reviews.apache.org/r/69978/#review212881 ------- On Feb. 13, 2019, 3:15 p.m., Gastón Kleiman wrote: > > --- > This is an automatically

Review Request 70028: Added garbage collection of terminated operation status streams.

2019-02-20 Thread Gastón Kleiman
--- Tests are still passing. Thanks, Gastón Kleiman

Re: Review Request 69977: Improved agent operation recovery process.

2019-02-20 Thread Gastón Kleiman
/diff/2/ Changes: https://reviews.apache.org/r/69977/diff/1-2/ Testing --- Manual testing + existing tests still pass. Thanks, Gastón Kleiman

Re: Review Request 69957: Updated master operation handling to account for new agent capability.

2019-02-15 Thread Gastón Kleiman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69957/#review212883 --- Ship it! Ship It! - Gastón Kleiman On Feb. 13, 2019, 8:09

Re: Review Request 69909: Tested unreachable task behavior on agent GC.

2019-02-14 Thread Gastón Kleiman
ed, so the task shoudl have been removed from the master's unreachable tasks list` - Gastón Kleiman On Feb. 6, 2019, 8:41 a.m., Vinod Kone wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request 69908: Removed unreachable tasks from `Master::Framework` on agent GC.

2019-02-14 Thread Gastón Kleiman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69908/#review212849 --- Ship it! Ship It! - Gastón Kleiman On Feb. 6, 2019, 8:38

Re: Review Request 69907: Fixed variable names in `Master::_doRegistryGC()`.

2019-02-14 Thread Gastón Kleiman
(original), 1799 (patched) <https://reviews.apache.org/r/69907/#comment298733> Can you fix it here too? - Gastón Kleiman On Feb. 6, 2019, 8:35 a.m., Vinod Kone wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 69969: Updated docs related to agent capabilities.

2019-02-13 Thread Gastón Kleiman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69969/#review212814 --- Ship it! Ship It! - Gastón Kleiman On Feb. 12, 2019, 6:46

Re: Review Request 69964: Added tests related to operation feedback agent capabilities.

2019-02-13 Thread Gastón Kleiman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69964/#review212813 --- Ship it! Ship It! - Gastón Kleiman On Feb. 12, 2019, 6:39

Re: Review Request 69978: Added garbage collection of terminated operations status update streams.

2019-02-13 Thread Gastón Kleiman
: https://reviews.apache.org/r/69978/diff/1-2/ Testing --- Manual testing + existing tests still pass. Thanks, Gastón Kleiman

Review Request 69978: Added garbage collection of terminated operations status update streams.

2019-02-13 Thread Gastón Kleiman
of the `Slave::operationStatusAcknowledgement` method. Diffs - src/slave/slave.cpp e3c2c005d865b5c333e92e50e49ef398fe06ad79 Diff: https://reviews.apache.org/r/69978/diff/1/ Testing --- Manual testing + existing tests still pass. Thanks, Gastón Kleiman

Review Request 69977: Improved agent operation recovery process.

2019-02-13 Thread Gastón Kleiman
fails over while processing the acknowledgement of a terminal operation status update. Diffs - src/slave/slave.cpp e3c2c005d865b5c333e92e50e49ef398fe06ad79 Diff: https://reviews.apache.org/r/69977/diff/1/ Testing --- Manual testing + existing tests still pass. Thanks, Gastón

Re: Review Request 69964: Added tests related to operation feedback agent capabilities.

2019-02-12 Thread Gastón Kleiman
tps://reviews.apache.org/r/69964/#comment298687> Can we check here that the framework doesn't get any operation status updates? - Gastón Kleiman On Feb. 12, 2019, 3:42 p.m., Greg Mann wrote: > > --- > This is an automatically g

Re: Review Request 69958: Made an agent capability required for agent startup.

2019-02-12 Thread Gastón Kleiman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69958/#review212778 --- Ship it! Ship It! - Gastón Kleiman On Feb. 12, 2019, 1:53

Re: Review Request 69964: Added tests related to operation feedback agent capabilities.

2019-02-12 Thread Gastón Kleiman
(patched) <https://reviews.apache.org/r/69964/#comment298686> Should we do `GET_OPERATIONS` here and check the response? - Gastón Kleiman On Feb. 12, 2019, 3:42 p.m., Greg Mann wrote: > > --- > This is an automatically g

Re: Review Request 69957: Updated master operation handling to account for new agent capability.

2019-02-12 Thread Gastón Kleiman
t;; ``` If they get that, then it might be easier for them to debug missing capabilities. src/master/master.cpp Line 8725 (original) <https://reviews.apache.org/r/69957/#comment298683> Would the following assertion hold? `CHE

Re: Review Request 69911: Added tests for reconciliation of operations on agent default resources.

2019-02-08 Thread Gastón Kleiman
ly, visit: https://reviews.apache.org/r/69911/#review212654 ------- On Feb. 8, 2019, 3:12 p.m., Gastón Kleiman wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 69911: Added tests for reconciliation of operations on agent default resources.

2019-02-08 Thread Gastón Kleiman
d Thanks, Gastón Kleiman

Re: Review Request 69910: Added tests for feedback for operations on agent default resources.

2019-02-08 Thread Gastón Kleiman
-tests.sh--gtest_filter="*AgentOperationFeedbackTest*" --gtest_repeat=5000 --gtest_break_on_failure` Thanks, Gastón Kleiman

Re: Review Request 69910: Added tests for feedback for operations on agent default resources.

2019-02-07 Thread Gastón Kleiman
, visit: https://reviews.apache.org/r/69910/#review212651 ------- On Feb. 7, 2019, 1:53 p.m., Gastón Kleiman wrote: > > --- > This is an automatically gener

Re: Review Request 69913: Added more operation reconciliation tests.

2019-02-07 Thread Gastón Kleiman
://reviews.apache.org/r/69913/diff/1/ Testing --- `GLOG_v=1 bin/mesos-tests.sh --verbose --gtest_filter="*OperationReconciliationTest*"` passed Thanks, Gastón Kleiman

Re: Review Request 69922: Added test to verify that frameworks receive OPERATION_DROPPED updates.

2019-02-07 Thread Gastón Kleiman
/agent_operation_feedback_tests.cpp Lines 564 (patched) <https://reviews.apache.org/r/69922/#comment298500> Can we also check that the agent ID is set and that the RP ID isn't? - Gastón Kleiman On Feb. 7, 2019, 3:23 p.m., Greg Mann

Review Request 69920: Removed `MasterAPITest.OperationFeedbackOnAgentDefaultResources`.

2019-02-07 Thread Gastón Kleiman
428e14ef2e6b9f0e622a6ce05c469dd0ed97d07e Diff: https://reviews.apache.org/r/69920/diff/1/ Testing --- Thanks, Gastón Kleiman

Review Request 69919: Added missing periods at the end of comments.

2019-02-07 Thread Gastón Kleiman
--- Thanks, Gastón Kleiman

Re: Review Request 69910: Added tests for feedback for operations on agent default resources.

2019-02-07 Thread Gastón Kleiman
eedback_tests.cpp PRE-CREATION > > > Diff: https://reviews.apache.org/r/69910/diff/1/ > > > Testing > --- > > `bin/mesos-tests.sh--gtest_filter="*AgentOperationFeedbackTest*" > --gtest_repeat=5000 --gtest_break_on_failure` > > > Thanks, > > Gastón Kleiman > >

Re: Review Request 69911: Added tests for reconciliation of operations on agent default resources.

2019-02-07 Thread Gastón Kleiman
This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69911/#review212632 --- On Feb. 7, 2019, 1:55 p.m., Gastón Kleiman wrote: > > ---

Re: Review Request 69913: Added more operation reconciliation tests.

2019-02-07 Thread Gastón Kleiman
eviews.apache.org/r/69913/#review212635 ------- On Feb. 6, 2019, 2:04 p.m., Gastón Kleiman wrote: > > --- > This is an automatically generated e-mail. To re

Re: Review Request 69911: Added tests for reconciliation of operations on agent default resources.

2019-02-07 Thread Gastón Kleiman
="*OperationReconciliationTest*" --gtest_repeat=5000 --gtest_break_on_failure` passed Thanks, Gastón Kleiman

Re: Review Request 69912: Added agent/RP IDs to some operation updates generated by the master.

2019-02-07 Thread Gastón Kleiman
status updates that it generates. Diffs (updated) - src/master/master.cpp 4c9ef2528d0ab74b565dcb03d05c5189d0aa0c0f Diff: https://reviews.apache.org/r/69912/diff/2/ Changes: https://reviews.apache.org/r/69912/diff/1-2/ Testing --- `bin/mesos-tests.sh` passed Thanks, Gastón

Re: Review Request 69910: Added tests for feedback for operations on agent default resources.

2019-02-07 Thread Gastón Kleiman
: https://reviews.apache.org/r/69910/diff/1-2/ Testing --- `bin/mesos-tests.sh--gtest_filter="*AgentOperationFeedbackTest*" --gtest_repeat=5000 --gtest_break_on_failure` Thanks, Gastón Kleiman

Re: Review Request 69913: Added more operation reconciliation tests.

2019-02-07 Thread Gastón Kleiman
eviews.apache.org/r/69913/#review212635 ------- On Feb. 6, 2019, 2:04 p.m., Gastón Kleiman wrote: > > --- > This is an automatically generated e-mail. To re

Re: Review Request 69912: Added agent/RP IDs to some operation updates generated by the master.

2019-02-07 Thread Gastón Kleiman
``` - Gastón --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69912/#review212634 ------- On Feb. 6

Review Request 69913: Added more operation reconciliation tests.

2019-02-06 Thread Gastón Kleiman
--- `GLOG_v=1 bin/mesos-tests.sh --verbose --gtest_filter="*OperationReconciliationTest*"` passed Thanks, Gastón Kleiman

Review Request 69912: Added agent/RP IDs to some operation updates generated by the master.

2019-02-06 Thread Gastón Kleiman
4c9ef2528d0ab74b565dcb03d05c5189d0aa0c0f Diff: https://reviews.apache.org/r/69912/diff/1/ Testing --- `bin/mesos-tests.sh` passed Thanks, Gastón Kleiman

Review Request 69911: Added tests for reconciliation of operations on agent default resources.

2019-02-06 Thread Gastón Kleiman
/69911/diff/1/ Testing --- `bin/mesos-tests.sh --gtest_filter="*OperationReconciliationTest*" --gtest_repeat=5000 --gtest_break_on_failure` passed Thanks, Gastón Kleiman

Review Request 69910: Added tests for feedback for operations on agent default resources.

2019-02-06 Thread Gastón Kleiman
src/tests/agent_operation_feedback_tests.cpp PRE-CREATION Diff: https://reviews.apache.org/r/69910/diff/1/ Testing --- `bin/mesos-tests.sh--gtest_filter="*AgentOperationFeedbackTest*" --gtest_repeat=5000 --gtest_break_on_failure` Thanks, Gastón Kleiman

Re: Review Request 69876: Removed operations from master state when an agent is downgraded.

2019-02-05 Thread Gastón Kleiman
> On Feb. 4, 2019, 4:28 p.m., Gastón Kleiman wrote: > > src/tests/master_tests.cpp > > Lines 9419 (patched) > > <https://reviews.apache.org/r/69876/diff/1/?file=2123554#file2123554line9419> > > > > We should consider making the agent not recover t

Re: Review Request 69876: Removed operations from master state when an agent is downgraded.

2019-02-04 Thread Gastón Kleiman
(patched) <https://reviews.apache.org/r/69876/#comment298353> We should consider making the agent not recover the operation status update manager if it isn't started with the `AGENT_OPERATION_FEEDBACK` capability. - Gastón Kleiman On Jan. 31, 2019, 3:08 p.m., Greg Mann

Re: Review Request 69880: Added header comments for two master methods.

2019-02-04 Thread Gastón Kleiman
slave failed recovery and hence registering as a new // slave before the master removed the old slave from its map. // - If the slave was shutting down while it had a registration // retry scheduled. See MESOS-8463. ``` - Gastón Kleiman On Feb. 4, 2019, 1:

Re: Review Request 69871: Added more documentation for operation feedback.

2019-02-04 Thread Gastón Kleiman
600 (patched) <https://reviews.apache.org/r/69871/#comment298345> Nit: remove this extra line. - Gastón Kleiman On Jan. 31, 2019, 9:57 a.m., Greg Mann wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 69795: Made agent recover atomically checkpointed resources and operations.

2019-01-29 Thread Gastón Kleiman
/r/69795/diff/7-8/ Testing --- Current tests still pass. Thanks, Gastón Kleiman

Re: Review Request 69843: Track operations on agent default resources in master state.

2019-01-29 Thread Gastón Kleiman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69843/#review212429 --- Ship it! Ship It! - Gastón Kleiman On Jan. 25, 2019, 6:22

Re: Review Request 69795: Made agent recover atomically checkpointed resources and operations.

2019-01-29 Thread Gastón Kleiman
/69795/diff/6-7/ Testing --- Current tests still pass. Thanks, Gastón Kleiman

Re: Review Request 69851: Added end-to-end test for operations affecting agent default resources.

2019-01-29 Thread Gastón Kleiman
epeat=5000 --gtest_break_on_failure` passed on CentOS 7.4.1708. Thanks, Gastón Kleiman

Re: Review Request 69795: Made agent recover atomically checkpointed resources and operations.

2019-01-28 Thread Gastón Kleiman
/diff/5-6/ Testing --- Current tests still pass. Thanks, Gastón Kleiman

Re: Review Request 69794: Made agent checkpoint operations affecting default resources.

2019-01-28 Thread Gastón Kleiman
/slave.cpp ed92f672f5155d70a36ba3619bb6f06fa09bc836 src/tests/slave_tests.cpp 9168e06348a83dcb20400a2fe0e3bb1f26e6ff1b Diff: https://reviews.apache.org/r/69794/diff/5/ Changes: https://reviews.apache.org/r/69794/diff/4-5/ Testing --- Current tests still pass. Thanks, Gastón Kleiman

Re: Review Request 69793: Added the `ResourceState` agent protobuf message.

2019-01-28 Thread Gastón Kleiman
new proto with both cmake and autotools. Thanks, Gastón Kleiman

Re: Review Request 69790: Fixed a typo.

2019-01-28 Thread Gastón Kleiman
--- Thanks, Gastón Kleiman

Review Request 69851: Added end-to-end test for operations affecting agent default resources.

2019-01-28 Thread Gastón Kleiman
/ Testing --- `GLOG_v=1 bin/mesos-tests.sh --verbose --gtest_filter="*Slave*RetryOperationStatusUpdateAfterRecovery*" --gtest_repeat=5000 --gtest_break_on_failure` passed on CentOS 7.4.1708. Thanks, Gastón Kleiman

Re: Review Request 69795: Made agent recover atomically checkpointed resources and operations.

2019-01-25 Thread Gastón Kleiman
/69795/diff/4-5/ Testing --- Current tests still pass. Thanks, Gastón Kleiman

Re: Review Request 69786: Added agent capability for operation feedback on default resources.

2019-01-25 Thread Gastón Kleiman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69786/#review212351 --- Ship it! Ship It! - Gastón Kleiman On Jan. 17, 2019, 6:30

  1   2   3   4   5   6   7   8   >