Re: Review Request 32150: Enabled the master to handle reservation operations.

2015-04-22 Thread Alexander Rukletsov
check for principal match though. src/tests/master_validation_tests.cpp https://reviews.apache.org/r/32150/#comment131414 Don't you get an unused variable warning? - Alexander Rukletsov On April 15, 2015, 3:55 p.m., Michael Park wrote

Re: Review Request 32140: Enabled 'Resources' to handle 'Resource::ReservationInfo'.

2015-04-22 Thread Alexander Rukletsov
On March 18, 2015, 12:27 a.m., Alexander Rukletsov wrote: src/common/resources.cpp, lines 69-74 https://reviews.apache.org/r/32140/diff/1/?file=897349#file897349line69 Not yours, but resently, Vinod did a cleanup in equivalence operators for our proto messages in `type_utils.{hpp

Re: Review Request 33358: Moved implementation of StatusUpdateStream to a compilation unit.

2015-04-22 Thread Alexander Rukletsov
the following: StatusUpdateStream is not a template, hence we can reduce compilation time by moving method definitions into a `.cpp` file. As a drive-by change headers are cleaned up. Thank you for putting effort into reducing compilation time! - Alexander Rukletsov On April 22, 2015, 9:09 a.m

Re: Review Request 32140: Enabled 'Resources' to handle 'Resource::ReservationInfo'.

2015-04-22 Thread Alexander Rukletsov
/#comment131406 Won't this be equivalent to the auto-generated version? - Alexander Rukletsov On April 15, 2015, 4:12 p.m., Michael Park wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r

Re: Review Request 32139: Added 'Resource::ReservationInfo' protobuf message.

2015-04-22 Thread Alexander Rukletsov
/32139/#comment131402 Let's mention this principal should match `FrameworkInfo.princpal`. Actually all other as well: `Credential.principal` and `RateLimit.principal`, but I don't think we should reference them here. - Alexander Rukletsov On April 21, 2015, 8:35 p.m., Michael Park

Re: Review Request 32149: Enabled 'Resources::apply' to handle reservation operations.

2015-04-22 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32149/#review81148 --- Ship it! Modulo Tim's and Jie's comments. - Alexander Rukletsov

Re: Review Request 32844: Added SUBSCRIBE call and SUBSCRIBED event.

2015-04-21 Thread Alexander Rukletsov
On April 8, 2015, 5:52 p.m., Alexander Rukletsov wrote: Looks good to me, mind update the design doc? Vinod Kone wrote: isabel has kindly agreed to update the doc by EOD. Great! - Alexander --- This is an automatically

Re: Review Request 31265: Provided a factory for allocator in tests.

2015-04-21 Thread Alexander Rukletsov
://reviews.apache.org/r/31265/diff/ Testing --- make check (Mac OS 10.9.5, Ubuntu 14.04) Thanks, Alexander Rukletsov

Re: Review Request 31265: Provided a factory for allocator in tests.

2015-04-21 Thread Alexander Rukletsov
://reviews.apache.org/r/31265/diff/ Testing --- make check (Mac OS 10.9.5, Ubuntu 14.04) Thanks, Alexander Rukletsov

Re: Review Request 32845: Renamed UNREGISTER call to UNSUBSCRIBE.

2015-04-21 Thread Alexander Rukletsov
On April 8, 2015, 5:52 p.m., Alexander Rukletsov wrote: src/master/master.cpp, lines 1626-1628 https://reviews.apache.org/r/32845/diff/1/?file=915074#file915074line1626 Shall we check `framework-pid == from` as we do in `Master::unregisterFramework()`? Also metrcis

Re: Review Request 33358: Moved implementation of StatusUpdateStream to a compilation unit.

2015-04-21 Thread Alexander Rukletsov
April 21, 2015, 12:38 p.m.) Review request for mesos, Alexander Rukletsov, Joerg Schad, and Till Toenshoff. Bugs: MESOS-2609 https://issues.apache.org/jira/browse/MESOS-2609 Repository: mesos Description --- Moves the implementation of StatusUpdateStream

Re: Review Request 30612: Added /master/frameworks/{framework}/tasks/{task} endpoint.

2015-04-21 Thread Alexander Rukletsov
On April 21, 2015, 12:51 a.m., Marco Massenzio wrote: src/master/http.cpp, line 300 https://reviews.apache.org/r/30612/diff/12/?file=935462#file935462line300 can we have all routes patters as CONSTANTS defined in the class header? definitely easier to debug etc. Marco, we tend

Re: Review Request 32843: Updated KILL to include SlaveID.

2015-04-21 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32843/#review80990 --- Ship it! Modulo Ben's comments. - Alexander Rukletsov On April

Re: Review Request 32506: Added output stream operators for scheduler Calls and Events.

2015-04-21 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32506/#review80992 --- Ship it! Ship It! - Alexander Rukletsov On April 20, 2015, 8:02

Re: Review Request 31775: Removed Master::Flags dependency from Allocator.

2015-04-20 Thread Alexander Rukletsov
, Alexander Rukletsov

Re: Review Request 31266: Added support for allocator modules.

2015-04-20 Thread Alexander Rukletsov
d15a37365bcdd5c3906160b46b389635b38b1673 src/module/manager.cpp 82a38f06e57d034650a6ac32fd73527b38cc97b8 Diff: https://reviews.apache.org/r/31266/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31262: Moved allocator actions before TestAllocator.

2015-04-20 Thread Alexander Rukletsov
it compiles now since TestAllocator is a template. Diffs (updated) - src/tests/mesos.hpp 7744df55a2a31446327da7bd2b16457e90711d22 Diff: https://reviews.apache.org/r/31262/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31263: Refactored TestAllocator and allocator text fixture.

2015-04-20 Thread Alexander Rukletsov
7744df55a2a31446327da7bd2b16457e90711d22 src/tests/slave_recovery_tests.cpp 87f4a6aab27d142fa8eb7a6571f684a6ce59687e Diff: https://reviews.apache.org/r/31263/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31776: Moved allocator to public headers.

2015-04-20 Thread Alexander Rukletsov
: https://reviews.apache.org/r/31776/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31267: Added a test allocator module.

2015-04-20 Thread Alexander Rukletsov
b81144f56e94034feecf3a6a4992af078cf60a81 Diff: https://reviews.apache.org/r/31267/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Review Request 33356: Moved RoleInfo to mesos.master namespace.

2015-04-20 Thread Alexander Rukletsov
/tests/hierarchical_allocator_tests.cpp 0b564a74d3f04df46fe52fcbe1bf8d4d1e41c53c src/tests/mesos.hpp 7744df55a2a31446327da7bd2b16457e90711d22 Diff: https://reviews.apache.org/r/33356/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31776: Moved allocator to public headers.

2015-04-20 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31776/#review78690 --- On April 15, 2015, 2:16 p.m., Alexander Rukletsov wrote

Re: Review Request 31265: Provided a factory for allocator in tests.

2015-04-20 Thread Alexander Rukletsov
Diff: https://reviews.apache.org/r/31265/diff/ Testing --- make check (Mac OS 10.9.5, Ubuntu 14.04) Thanks, Alexander Rukletsov

Re: Review Request 31268: Wired up test allocator to allocator tests.

2015-04-20 Thread Alexander Rukletsov
/master_allocator_tests.cpp 03a1bb8c92b44bc1ad1b5f5cff8d1fb971df2302 Diff: https://reviews.apache.org/r/31268/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31265: Provided a factory for allocator in tests.

2015-04-19 Thread Alexander Rukletsov
., Alexander Rukletsov wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31265/ --- (Updated April 15, 2015, 2:19 p.m

Re: Review Request 31263: Refactored TestAllocator and allocator text fixture.

2015-04-19 Thread Alexander Rukletsov
; } virtual void TearDown() { destroy(); MeosTest::TearDown(); } private: TestAllocator* allocator; }; ``` Alexander Rukletsov wrote: We used to have a lifecycle method but decided to remove

Re: Review Request 31265: Provided a factory for allocator in tests.

2015-04-19 Thread Alexander Rukletsov
://reviews.apache.org/r/31265/#review80445 --- On April 15, 2015, 2:19 p.m., Alexander Rukletsov wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 33263: Extended SlaveTest.ShutdownUnregisteredExecutor test with a reason check.

2015-04-17 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33263/#review80447 --- Ship it! Ship It! - Alexander Rukletsov On April 16, 2015, 2:31

Re: Review Request 31265: Provided a factory for allocator in tests.

2015-04-15 Thread Alexander Rukletsov
On April 2, 2015, 7:59 p.m., Vinod Kone wrote: src/master/allocator/mesos/allocator.hpp, line 47 https://reviews.apache.org/r/31265/diff/6/?file=912110#file912110line47 Do you still want the constructor public? Alexander Rukletsov wrote: I think there is no reason to hide

Re: Review Request 31266: Added support for allocator modules.

2015-04-15 Thread Alexander Rukletsov
d15a37365bcdd5c3906160b46b389635b38b1673 src/module/manager.cpp 82a38f06e57d034650a6ac32fd73527b38cc97b8 Diff: https://reviews.apache.org/r/31266/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31267: Added a test allocator module.

2015-04-15 Thread Alexander Rukletsov
b81144f56e94034feecf3a6a4992af078cf60a81 Diff: https://reviews.apache.org/r/31267/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31265: Provided a factory for allocator in tests.

2015-04-15 Thread Alexander Rukletsov
/tests/mesos.hpp 42e42ac425a448fcc5e93db1cef1112cbf5e67c4 Diff: https://reviews.apache.org/r/31265/diff/ Testing --- make check (Mac OS 10.9.5, Ubuntu 14.04) Thanks, Alexander Rukletsov

Re: Review Request 31263: Refactored TestAllocator and allocator text fixture.

2015-04-15 Thread Alexander Rukletsov
882a9ff4d09aace486182828bf43b643b0d0c519 src/tests/slave_recovery_tests.cpp 87f4a6aab27d142fa8eb7a6571f684a6ce59687e Diff: https://reviews.apache.org/r/31263/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31262: Moved allocator actions before TestAllocator.

2015-04-15 Thread Alexander Rukletsov
(updated) - src/tests/mesos.hpp 42e42ac425a448fcc5e93db1cef1112cbf5e67c4 Diff: https://reviews.apache.org/r/31262/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31776: Moved allocator to public headers.

2015-04-15 Thread Alexander Rukletsov
://reviews.apache.org/r/31776/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31268: Wired up test allocator to allocator tests.

2015-04-15 Thread Alexander Rukletsov
/master_allocator_tests.cpp 03a1bb8c92b44bc1ad1b5f5cff8d1fb971df2302 Diff: https://reviews.apache.org/r/31268/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 32140: Enabled 'Resources' to handle 'Resource::ReservationInfo'.

2015-04-15 Thread Alexander Rukletsov
reservation set, `isReserved(resource, *)` is going to return `true`? Given that 'resource' is invalid, we should return a `false` in that case? Alexander Rukletsov wrote: Can we have a resource with `role == *` and reservations set? Excuse my premature comment earlier, I'm slowly starting

Re: Review Request 32140: Enable 'Resources' to handle 'Resource::ReservationInfo'.

2015-04-15 Thread Alexander Rukletsov
e-mail. To reply, visit: https://reviews.apache.org/r/32140/ --- (Updated April 7, 2015, 9:56 p.m.) Review request for mesos, Alexander Rukletsov, Ben Mahler, and Jie Yu. Bugs: MESOS-2476 https://issues.apache.org/jira

Re: Review Request 32140: Enabled 'Resources' to handle 'Resource::ReservationInfo'.

2015-04-15 Thread Alexander Rukletsov
currently make. src/tests/mesos.hpp https://reviews.apache.org/r/32140/#comment129998 Why not putting the definition into `tests/mesos.cpp`? Here and below. - Alexander Rukletsov On April 15, 2015, 4:12 p.m., Michael Park wrote

Re: Review Request 32139: Added 'Resource::ReservationInfo' protobuf message.

2015-04-15 Thread Alexander Rukletsov
/#comment129976 While `required` here, `principal` is `optional` in `FrameworkInfo`. Let's update the comment there to hint folks they should provide `principal` of they want their framework to reserve resources. - Alexander Rukletsov On April 15, 2015, 4:13 p.m., Michael Park wrote

Re: Review Request 32850: Moved cram-md5 authenticatee process definition into implementation file.

2015-04-14 Thread Alexander Rukletsov
/#comment129774 `#include logging/logging.hpp`? src/authentication/cram_md5/authenticatee.cpp https://reviews.apache.org/r/32850/#comment129775 `#include process/dispatch.hpp? - Alexander Rukletsov On April 10, 2015, 2:58 a.m., Till Toenshoff wrote

Re: Review Request 32850: Moved cram-md5 authenticatee process definition into implementation file.

2015-04-14 Thread Alexander Rukletsov
On April 14, 2015, 6:17 p.m., Joerg Schad wrote: src/authentication/cram_md5/authenticatee.cpp, line 33 https://reviews.apache.org/r/32850/diff/4/?file=927033#file927033line33 Actually according to Google's styleguide this should be the first include, shouldn't it?

Re: Review Request 32850: Moved cram-md5 authenticatee process definition into implementation file.

2015-04-14 Thread Alexander Rukletsov
On April 14, 2015, 2:16 p.m., Alexander Rukletsov wrote: src/authentication/cram_md5/authenticatee.cpp, lines 46-47 https://reviews.apache.org/r/32850/diff/3/?file=922370#file922370line46 Let's move to newline to avoid jaggeddness. Btw, what does clang-format suggest? Kapil

Re: Review Request 32536: Updated variable naming style.

2015-04-14 Thread Alexander Rukletsov
: https://reviews.apache.org/r/32536/diff/ Testing --- None (not a functional change). Thanks, Alexander Rukletsov

Re: Review Request 32967: Cleaned upstyle and comments in modules.

2015-04-09 Thread Alexander Rukletsov
On April 8, 2015, 1:20 p.m., Alexander Rukletsov wrote: Please check my comment to https://reviews.apache.org/r/32608/. Also, please add Kapil Arya karya, myself alex-mesos and a committer to the list of reviewers. Aditi Dixit wrote: Would adding any committer be ok? Or should I

Re: Review Request 32967: Cleaned upstyle and comments in modules.

2015-04-09 Thread Alexander Rukletsov
On April 8, 2015, 1:20 p.m., Alexander Rukletsov wrote: Please check my comment to https://reviews.apache.org/r/32608/. Also, please add Kapil Arya karya, myself alex-mesos and a committer to the list of reviewers. Aditi Dixit wrote: Would adding any committer be ok? Or should I

Re: Review Request 32997: Removed stale 'Code Internals' document.

2015-04-09 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32997/#review79534 --- Ship it! Ship It! - Alexander Rukletsov On April 9, 2015, 12:30

Re: Review Request 30952: Adding scheduler validations to master

2015-04-09 Thread Alexander Rukletsov
/#comment128948 Minor nit: I believe we use trailing underscores in this case. Think prime symbols. - Alexander Rukletsov On April 8, 2015, 9:11 p.m., Isabel Jimenez wrote: --- This is an automatically generated e-mail. To reply, visit

Re: Review Request 32967: Cleaned upstyle and comments in modules.

2015-04-09 Thread Alexander Rukletsov
name as discussed in MESOS-2565. Same for other entries. - Alexander Rukletsov On April 8, 2015, 8:05 p.m., Aditi Dixit wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32967

Re: Review Request 31666: Piped hashmapSlaveID, Resources from master through to allocator.

2015-04-08 Thread Alexander Rukletsov
On March 6, 2015, 10:57 p.m., Alexander Rukletsov wrote: src/master/allocator/allocator.hpp, line 67 https://reviews.apache.org/r/31666/diff/2/?file=883424#file883424line67 In `updateAllocation()` and `recoverResources()` we pass both `SlaveID` and `FrameworkID` as function

Re: Review Request 32967: [MESOS-2565] Cleaned upstyle and comments in modules

2015-04-08 Thread Alexander Rukletsov
/. Also, please add Kapil Arya karya, myself alex-mesos and a committer to the list of reviewers. - Alexander Rukletsov On April 8, 2015, 12:44 p.m., Aditi Dixit wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 31667: Piped hashmapSlaveID, Resources from allocator through to sorter.

2015-04-08 Thread Alexander Rukletsov
`_allocations` is per-client allocation, let's reflect this in the name and get rid of leading underscore. How about `clientAllocations`? - Alexander Rukletsov On March 7, 2015, 10:03 a.m., Michael Park wrote

Re: Review Request 31665: Updated master::Framework::usedResources and master::Framework::offerResources from Resources to hashmapSlaveID, Resources.

2015-04-08 Thread Alexander Rukletsov
, not the intermediate variable. src/master/http.cpp https://reviews.apache.org/r/31665/#comment128604 Not sure what you mean here. Is it worth creating a JIRA ticket? - Alexander Rukletsov On March 7, 2015, 10:02 a.m., Michael Park wrote

Re: Review Request 32843: Updated KILL to include SlaveID.

2015-04-08 Thread Alexander Rukletsov
` in the kill request. But I'd better comment on MESOS-1127 instead. src/tests/scheduler_tests.cpp https://reviews.apache.org/r/32843/#comment128649 s/ / here and below. - Alexander Rukletsov On April 3, 2015, 11:40 p.m., Vinod Kone wrote

Re: Review Request 32501: Removed REQUEST call from scheduler.proto.

2015-04-08 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32501/#review79354 --- Ship it! - Alexander Rukletsov On March 31, 2015, 12:06 a.m

Re: Review Request 32502: Updated RECONCILE call to always specifiy slave id.

2015-04-08 Thread Alexander Rukletsov
you want to update metrics here? `++metrics-messages_reconcile_tasks;` - Alexander Rukletsov On April 3, 2015, 11:36 p.m., Vinod Kone wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org

Re: Review Request 32509: Documented the scheduler Event/Call protobufs.

2015-04-08 Thread Alexander Rukletsov
/scheduler/scheduler.proto https://reviews.apache.org/r/32509/#comment128674 Not yours, but could you fix the length please? - Alexander Rukletsov On April 3, 2015, 11:55 p.m., Vinod Kone wrote: --- This is an automatically

Re: Review Request 32504: Removed MasterInfo from REGISTER and REREGISTER scheduler calls.

2015-04-08 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32504/#review79368 --- Ship it! - Alexander Rukletsov On March 31, 2015, 12:08 a.m

Re: Review Request 32845: Renamed UNREGISTER call to UNSUBSCRIBE.

2015-04-08 Thread Alexander Rukletsov
s/ / here and below. - Alexander Rukletsov On April 3, 2015, 11:50 p.m., Vinod Kone wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32845

Re: Review Request 32505: Added SHUTDOWN scheduler call.

2015-04-08 Thread Alexander Rukletsov
failure here? Maybe it makes sense to write a short comment to the test as well. - Alexander Rukletsov On April 3, 2015, 11:38 p.m., Vinod Kone wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 32844: Added SUBSCRIBE call and SUBSCRIBED event.

2015-04-08 Thread Alexander Rukletsov
we do want to break it. src/master/master.cpp https://reviews.apache.org/r/32844/#comment128659 Could you please re-format this comment? src/scheduler/scheduler.cpp https://reviews.apache.org/r/32844/#comment128663 s/should not/may not/ - Alexander Rukletsov On April 3, 2015, 11

Re: Review Request 32506: Added output stream operators for scheduler Calls and Events.

2015-04-08 Thread Alexander Rukletsov
::Event_Type_Name()` for clarity? - Alexander Rukletsov On April 3, 2015, 11:42 p.m., Vinod Kone wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32506

Re: Review Request 32500: Removed LAUNCH call from scheduler.proto.

2015-04-08 Thread Alexander Rukletsov
`Master::accept()` and not via `Master::launchTasks()`. If this is the case, then it looks like we do not update some metrics, namely: `++metrics-messages_launch_tasks;` `++metrics-messages_decline_offers;` Do you plan to adress this later on or am I missing something? - Alexander

Re: Review Request 31776: Moved allocator to public headers.

2015-04-07 Thread Alexander Rukletsov
, visit: https://reviews.apache.org/r/31776/#review78690 --- On April 1, 2015, 2:25 p.m., Alexander Rukletsov wrote: --- This is an automatically generated e-mail. To reply, visit

Re: Review Request 31263: Refactored TestAllocator and allocator text fixture.

2015-04-07 Thread Alexander Rukletsov
--- On April 1, 2015, 2:27 p.m., Alexander Rukletsov wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31263/ --- (Updated April 1

Re: Review Request 31265: Provided a factory for allocator in tests.

2015-04-07 Thread Alexander Rukletsov
/31265/#review78711 --- On April 1, 2015, 2:28 p.m., Alexander Rukletsov wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31265

Re: Review Request 31776: Moved allocator to public headers.

2015-04-07 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31776/#review78690 --- On April 1, 2015, 2:25 p.m., Alexander Rukletsov wrote

Re: Review Request 31267: Added a test allocator module.

2015-04-07 Thread Alexander Rukletsov
: https://reviews.apache.org/r/31267/#review78694 --- On April 1, 2015, 2:26 p.m., Alexander Rukletsov wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 31776: Moved allocator to public headers.

2015-04-07 Thread Alexander Rukletsov
://reviews.apache.org/r/31776/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31775: Removed Master::Flags dependency from Allocator.

2015-04-07 Thread Alexander Rukletsov
, Alexander Rukletsov

Re: Review Request 31266: Added support for allocator modules.

2015-04-07 Thread Alexander Rukletsov
9c01f5d6c692f835100e7cade928748cc4763cc8 src/module/manager.cpp 82a38f06e57d034650a6ac32fd73527b38cc97b8 Diff: https://reviews.apache.org/r/31266/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31267: Added a test allocator module.

2015-04-07 Thread Alexander Rukletsov
/module.cpp b81144f56e94034feecf3a6a4992af078cf60a81 Diff: https://reviews.apache.org/r/31267/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31262: Moved allocator actions before TestAllocator.

2015-04-07 Thread Alexander Rukletsov
(updated) - src/tests/mesos.hpp 0e98572a62ae05437bd2bc800c370ad1a0c43751 Diff: https://reviews.apache.org/r/31262/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31265: Provided a factory for allocator in tests.

2015-04-07 Thread Alexander Rukletsov
/ Testing --- make check (Mac OS 10.9.5, Ubuntu 14.04) Thanks, Alexander Rukletsov

Re: Review Request 31268: Wired up test allocator to allocator tests.

2015-04-07 Thread Alexander Rukletsov
/master_allocator_tests.cpp 03a1bb8c92b44bc1ad1b5f5cff8d1fb971df2302 Diff: https://reviews.apache.org/r/31268/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 30032: Added support for cache control in libprocess when dealing with static files.

2015-04-01 Thread Alexander Rukletsov
On March 26, 2015, 4:32 p.m., Alexander Rukletsov wrote: 3rdparty/libprocess/src/process.cpp, line 6 https://reviews.apache.org/r/30032/diff/4/?file=834184#file834184line6 One thing captures my attention is how we include C headers. AFAIK, the standard requires to include them

Re: Review Request 32543: Documented problem and solution with slave recovery and systemd settings.

2015-04-01 Thread Alexander Rukletsov
question: If an executor is killed, does this systemd mode affect whether its tasks would get killed? Alexander Rukletsov wrote: Adam, could you please explain what use case do you have in mind and how it is related to slave recovery? Adam B wrote: It's not related to slave recovery

Re: Review Request 32543: Documented problem and solution with slave recovery and systemd settings.

2015-04-01 Thread Alexander Rukletsov
question: If an executor is killed, does this systemd mode affect whether its tasks would get killed? Alexander Rukletsov wrote: Adam, could you please explain what use case do you have in mind and how it is related to slave recovery? Adam B wrote: It's not related to slave recovery

Re: Review Request 31267: Added a test allocator module.

2015-04-01 Thread Alexander Rukletsov
/31267/#review78070 --- On March 27, 2015, 4:26 p.m., Alexander Rukletsov wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31267

Re: Review Request 31268: Wired up test allocator to allocator tests.

2015-04-01 Thread Alexander Rukletsov
, TestDRFAllocator AllocatorTypes; ``` Alexander Rukletsov wrote: I don't know what is consistent here, `src/tests/cram_md5_authentication_tests.cpp` use the indentation I use. Also, clang-format gives something that is more similar to the way I propose. Michael Park wrote: Yeah I did see

Re: Review Request 31775: Removed Master::Flags dependency from Allocator.

2015-04-01 Thread Alexander Rukletsov
, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31266: Added support for allocator modules.

2015-04-01 Thread Alexander Rukletsov
9c01f5d6c692f835100e7cade928748cc4763cc8 src/module/manager.cpp 82a38f06e57d034650a6ac32fd73527b38cc97b8 Diff: https://reviews.apache.org/r/31266/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31776: Moved allocator to public headers.

2015-04-01 Thread Alexander Rukletsov
://reviews.apache.org/r/31776/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31267: Added a test allocator module.

2015-04-01 Thread Alexander Rukletsov
/module.cpp b81144f56e94034feecf3a6a4992af078cf60a81 Diff: https://reviews.apache.org/r/31267/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31265: Provided a factory for allocator in tests.

2015-04-01 Thread Alexander Rukletsov
/ Testing --- make check (Mac OS 10.9.5, Ubuntu 14.04) Thanks, Alexander Rukletsov

Re: Review Request 31263: Refactored TestAllocator and allocator text fixture.

2015-04-01 Thread Alexander Rukletsov
882a9ff4d09aace486182828bf43b643b0d0c519 src/tests/slave_recovery_tests.cpp 87f4a6aab27d142fa8eb7a6571f684a6ce59687e Diff: https://reviews.apache.org/r/31263/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31268: Wired up test allocator to allocator tests.

2015-04-01 Thread Alexander Rukletsov
/master_allocator_tests.cpp 03a1bb8c92b44bc1ad1b5f5cff8d1fb971df2302 Diff: https://reviews.apache.org/r/31268/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31776: Moved allocator to public headers.

2015-03-27 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31776/#review77477 --- On March 23, 2015, 2:02 p.m., Alexander Rukletsov wrote

Re: Review Request 31266: Added support for allocator modules.

2015-03-27 Thread Alexander Rukletsov
://reviews.apache.org/r/31266/#review77528 --- On March 23, 2015, 2:03 p.m., Alexander Rukletsov wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 31267: Added a test allocator module.

2015-03-27 Thread Alexander Rukletsov
b81144f56e94034feecf3a6a4992af078cf60a81 Diff: https://reviews.apache.org/r/31267/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31265: Provided a factory for allocator in tests.

2015-03-27 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31265/#review77570 --- On March 23, 2015, 2:11 p.m., Alexander Rukletsov wrote

Re: Review Request 31267: Added a test allocator module.

2015-03-27 Thread Alexander Rukletsov
e-mail. To reply, visit: https://reviews.apache.org/r/31267/#review77531 --- On March 27, 2015, 3:08 p.m., Alexander Rukletsov wrote: --- This is an automatically generated e-mail

Re: Review Request 31776: Moved allocator to public headers.

2015-03-27 Thread Alexander Rukletsov
://reviews.apache.org/r/31776/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31266: Added support for allocator modules.

2015-03-27 Thread Alexander Rukletsov
7a06c7028eca8164b1f5fdea6a7ecd37ee6826bb src/module/manager.cpp 82a38f06e57d034650a6ac32fd73527b38cc97b8 Diff: https://reviews.apache.org/r/31266/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31775: Removed Master::Flags dependency from Allocator.

2015-03-27 Thread Alexander Rukletsov
, Alexander Rukletsov

Re: Review Request 31262: Moved allocator actions before TestAllocator.

2015-03-27 Thread Alexander Rukletsov
(updated) - src/tests/mesos.hpp 0e98572a62ae05437bd2bc800c370ad1a0c43751 Diff: https://reviews.apache.org/r/31262/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31267: Added a test allocator module.

2015-03-27 Thread Alexander Rukletsov
/module.cpp b81144f56e94034feecf3a6a4992af078cf60a81 Diff: https://reviews.apache.org/r/31267/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31268: Wired up test allocator to allocator tests.

2015-03-27 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31268/#review77572 --- On March 23, 2015, 2:27 p.m., Alexander Rukletsov wrote

Re: Review Request 31268: Wired up test allocator to allocator tests.

2015-03-27 Thread Alexander Rukletsov
/master_allocator_tests.cpp 03a1bb8c92b44bc1ad1b5f5cff8d1fb971df2302 Diff: https://reviews.apache.org/r/31268/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

Re: Review Request 31263: Refactored TestAllocator and allocator text fixture.

2015-03-27 Thread Alexander Rukletsov
882a9ff4d09aace486182828bf43b643b0d0c519 src/tests/slave_recovery_tests.cpp 87f4a6aab27d142fa8eb7a6571f684a6ce59687e Diff: https://reviews.apache.org/r/31263/diff/ Testing --- make check (Mac OS 10.9.5, CentOS 7.0) Thanks, Alexander Rukletsov

  1   2   3   4   5   >