Re: Review Request 24815: Refactoring SchedulerCore final part.

2014-09-05 Thread Maxim Khutornenko
81d1734a22a8744d6002aadb7fb446d132d10bd9 Diff: https://reviews.apache.org/r/24815/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 24815: Refactoring SchedulerCore final part.

2014-09-05 Thread Maxim Khutornenko
and doc to call out that the validation is based on things being _added_ to the existing task pool. Maxim Khutornenko wrote: | It would be nice for the parameter name and doc to call out that the validation is based on things being added to the existing task pool

Re: Review Request 24915: Adding initial GC task delay on scheduler restart.

2014-09-05 Thread Maxim Khutornenko
://reviews.apache.org/r/24915/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 24915: Adding initial GC task delay on scheduler restart.

2014-09-05 Thread Maxim Khutornenko
65f404915bc60ffe11a7a57d9861ac5b37fa646a src/test/java/org/apache/aurora/scheduler/async/GcExecutorLauncherTest.java 04137072891b2a1f0ad663182629dd469b09324f Diff: https://reviews.apache.org/r/24915/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 25309: Fix output formatting error in job status.

2014-09-04 Thread Maxim Khutornenko
://reviews.apache.org/r/25309/#comment91078 Curious, why not using multiple '\t' instead of spacing? - Maxim Khutornenko On Sept. 4, 2014, 1:24 p.m., Mark Chu-Carroll wrote: --- This is an automatically generated e-mail. To reply, visit

Re: Review Request 25309: Fix output formatting error in job status.

2014-09-04 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25309/#review52311 --- Ship it! Ship It! - Maxim Khutornenko On Sept. 4, 2014, 1:24

Re: Review Request 24915: Adding initial GC task delay on scheduler restart.

2014-09-04 Thread Maxim Khutornenko
this). I'll reply on the ticket to try to reach consensus on what the problem is and what it means to fix it. Maxim Khutornenko wrote: I don't think we are trying to fix a Mesos problem here. Regardless of the underlying Mesos resolution (MESOS-1646), I do think Aurora should be a good

Re: Review Request 24815: Refactoring SchedulerCore final part.

2014-09-04 Thread Maxim Khutornenko
only used from SchedulerThriftInterface. I suggest putting it there. Maxim Khutornenko wrote: Right now that is correct. However, I'd expect JobUpdateController to accept it in order to check quota any time an instance about to be added. Bill Farner wrote: in order to check quota

Re: Review Request 24815: Refactoring SchedulerCore final part.

2014-09-04 Thread Maxim Khutornenko
only used from SchedulerThriftInterface. I suggest putting it there. Maxim Khutornenko wrote: Right now that is correct. However, I'd expect JobUpdateController to accept it in order to check quota any time an instance about to be added. Bill Farner wrote: in order to check quota

Review Request 25357: Adding support for per-job task status metrics.

2014-09-04 Thread Maxim Khutornenko
/TaskVarsTest.java d02714c846a521ff9ac3e53d991731314e714ae2 Diff: https://reviews.apache.org/r/25357/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 25356: Add a factory to produce OneWayUpdate instances based on job state and update settings.

2014-09-04 Thread Maxim Khutornenko
--shards value fails the update. - Maxim Khutornenko On Sept. 4, 2014, 9:19 p.m., Bill Farner wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25356

Re: Review Request 24915: Adding initial GC task delay on scheduler restart.

2014-09-04 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24915/#review52328 --- On Aug. 20, 2014, 11:35 p.m., Maxim Khutornenko wrote

Re: Review Request 24815: Refactoring SchedulerCore final part.

2014-09-04 Thread Maxim Khutornenko
/gen/api.thrift.md5 81d1734a22a8744d6002aadb7fb446d132d10bd9 Diff: https://reviews.apache.org/r/24815/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 25357: Adding support for per-job task status metrics.

2014-09-04 Thread Maxim Khutornenko
6654c1675ac9f5f7d481e115cea7c224fb212467 src/test/java/org/apache/aurora/scheduler/TaskVarsTest.java d02714c846a521ff9ac3e53d991731314e714ae2 Diff: https://reviews.apache.org/r/25357/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 25357: Adding support for per-job task status metrics.

2014-09-04 Thread Maxim Khutornenko
--- On Sept. 4, 2014, 9:42 p.m., Maxim Khutornenko wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25357

Re: Review Request 25337: Preserve executor HealthCheckerThread name

2014-09-04 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25337/#review52393 --- Ship it! LGTM mod HttpSignaler mocking. - Maxim Khutornenko

Re: Review Request 25285: Upgrade to latest in jetty 7.x series.

2014-09-03 Thread Maxim Khutornenko
/JettyServerModule.java https://reviews.apache.org/r/25285/#comment90944 typo - Maxim Khutornenko On Sept. 3, 2014, 5:23 a.m., Bill Farner wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r

Re: Review Request 25300: Add a state machine to react to job update status changes.

2014-09-03 Thread Maxim Khutornenko
state no-op transitions or throw here only if from != to? - Maxim Khutornenko On Sept. 3, 2014, 4:02 p.m., Bill Farner wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25300

Re: Review Request 25208: Increment Mesos version to 0.20.0

2014-09-03 Thread Maxim Khutornenko
/thermos_task_runner.py https://reviews.apache.org/r/25208/#comment90949 mesos_pb2 looks a bit cryptic here. How about the approach you sued elsewhere: from mesos.interface.mesos_pb2 import TaskState - Maxim Khutornenko On Sept. 3, 2014, 4:06 a.m., Joe Smith wrote

Re: Review Request 25204: Adding get job update client APIs.

2014-09-03 Thread Maxim Khutornenko
--- On Aug. 29, 2014, 10:28 p.m., Maxim Khutornenko wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25204/ --- (Updated Aug. 29, 2014

Re: Review Request 25309: Fix output formatting error in job status.

2014-09-03 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25309/#review52212 --- Ship it! Ship It! - Maxim Khutornenko On Sept. 3, 2014, 6:17

Re: Review Request 25300: Add a state machine to react to job update status changes.

2014-09-03 Thread Maxim Khutornenko
On Sept. 3, 2014, 5:33 p.m., Maxim Khutornenko wrote: src/main/java/org/apache/aurora/scheduler/updater/JobUpdateStateMachine.java, lines 74-76 https://reviews.apache.org/r/25300/diff/1/?file=675222#file675222line74 This will also throw for in-place transitions (e.g

Re: Review Request 25300: Add a state machine to react to job update status changes.

2014-09-03 Thread Maxim Khutornenko
On Sept. 3, 2014, 5:33 p.m., Maxim Khutornenko wrote: src/main/java/org/apache/aurora/scheduler/updater/JobUpdateStateMachine.java, lines 74-76 https://reviews.apache.org/r/25300/diff/1/?file=675222#file675222line74 This will also throw for in-place transitions (e.g

Re: Review Request 25300: Add a state machine to react to job update status changes.

2014-09-03 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25300/#review52231 --- Ship it! Ship It! - Maxim Khutornenko On Sept. 3, 2014, 4:02

Review Request 25311: Checking for cron jobs in startJobUpdate()

2014-09-03 Thread Maxim Khutornenko
f5682801902589552907415b4563af5b069af929 Diff: https://reviews.apache.org/r/25311/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 25255: Implement server-driven update commands.

2014-09-03 Thread Maxim Khutornenko
with start_update? Any chance to avoid sharing the option set here? - Maxim Khutornenko On Sept. 2, 2014, 4:36 p.m., Mark Chu-Carroll wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r

Re: Review Request 25311: Checking for cron jobs in startJobUpdate()

2014-09-03 Thread Maxim Khutornenko
, why not. - Maxim --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25311/#review52232 --- On Sept. 3, 2014, 7:41 p.m., Maxim Khutornenko

Re: Review Request 25311: Checking for cron jobs in startJobUpdate()

2014-09-03 Thread Maxim Khutornenko
/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java f5682801902589552907415b4563af5b069af929 Diff: https://reviews.apache.org/r/25311/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 24815: Refactoring SchedulerCore final part.

2014-09-03 Thread Maxim Khutornenko
://reviews.apache.org/r/24815/#review52089 --- On Aug. 18, 2014, 8:04 p.m., Maxim Khutornenko wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 24915: Adding initial GC task delay on scheduler restart.

2014-09-03 Thread Maxim Khutornenko
--- On Aug. 20, 2014, 11:35 p.m., Maxim Khutornenko wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24915

Re: Review Request 25204: Adding get job update client APIs.

2014-09-03 Thread Maxim Khutornenko
for the JobUpdateQuery constructor, but with different parameter names. It makes the code harder to follow, not easier. Maxim Khutornenko wrote: The reason for this is mostly consistency (see build_query above) but I personally prefer this approach as it decouples query building from

Review Request 25204: Adding get job update client APIs.

2014-08-29 Thread Maxim Khutornenko
b47b6db31842fffba797c7f616b5f4deb8d04a86 Diff: https://reviews.apache.org/r/25204/diff/ Testing --- ./pants src/test/python/apache/aurora/client/api:api -s Thanks, Maxim Khutornenko

Re: Review Request 24995: Adding support for a pre-update quota check.

2014-08-28 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24995/#review51781 --- Ping, Kevin. - Maxim Khutornenko On Aug. 22, 2014, 8:55 p.m

Review Request 25159: Adding pause/resume/abort client APIs.

2014-08-28 Thread Maxim Khutornenko
237d4abacae78ff9d024f43d777ff6d3328b1dd9 Diff: https://reviews.apache.org/r/25159/diff/ Testing --- ./pants src/test/python/apache/aurora/client/api:api Thanks, Maxim Khutornenko

Re: Review Request 25158: Aurora Update UI

2014-08-28 Thread Maxim Khutornenko
generated e-mail. To reply, visit: https://reviews.apache.org/r/25158/ --- (Updated Aug. 28, 2014, 6:13 p.m.) Review request for Aurora, Joshua Cohen, Maxim Khutornenko, and Bill Farner. Bugs: AURORA-614 None Description

Re: Review Request 24995: Adding support for a pre-update quota check.

2014-08-28 Thread Maxim Khutornenko
build Thanks, Maxim Khutornenko

Re: Review Request 24995: Adding support for a pre-update quota check.

2014-08-28 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24995/#review51837 --- On Aug. 28, 2014, 8:58 p.m., Maxim Khutornenko wrote

Review Request 25133: Fixing race in task secondary index.

2014-08-27 Thread Maxim Khutornenko
://reviews.apache.org/r/25133/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 25133: Fixing race in task secondary index.

2014-08-27 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25133/#review51736 --- On Aug. 28, 2014, 1:19 a.m., Maxim Khutornenko wrote

Review Request 24982: Fixing checkstyle build break.

2014-08-22 Thread Maxim Khutornenko
Diff: https://reviews.apache.org/r/24982/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 24871: Converting perform_maintenance_hosts into host_drain.

2014-08-22 Thread Maxim Khutornenko
? - Maxim --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24871/#review51306 --- On Aug. 21, 2014, 11:23 p.m., Maxim Khutornenko wrote

Review Request 24995: Adding support for a pre-update quota check.

2014-08-22 Thread Maxim Khutornenko
fa611a913bad40a8c0515c578b394c460340e574 src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java 997ade0be58723d1d91725061bb128ccf45e25b4 Diff: https://reviews.apache.org/r/24995/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 24871: Converting perform_maintenance_hosts into host_drain.

2014-08-22 Thread Maxim Khutornenko
the callback anymore. (It'll remove some complexity here, and we can just make the callers worry about formatting and such) Maxim Khutornenko wrote: I don't see why we should remove it. This is a nice to have feature, which adds flexibility in case someone needs to run a post-drain script

Re: Review Request 24871: Converting perform_maintenance_hosts into host_drain.

2014-08-22 Thread Maxim Khutornenko
/diff/ Testing --- ./pants src/test/python:all Thanks, Maxim Khutornenko

Re: Review Request 24871: Converting perform_maintenance_hosts into host_drain.

2014-08-22 Thread Maxim Khutornenko
a748c0183997a59f1773a2be62ec17f6c11ddd3a Diff: https://reviews.apache.org/r/24871/diff/ Testing --- ./pants src/test/python:all Thanks, Maxim Khutornenko

Re: Review Request 24953: Fix bug in handling of pystachio bindings.

2014-08-21 Thread Maxim Khutornenko
https://reviews.apache.org/r/24953/#comment89288 trailing space src/test/python/apache/aurora/client/cli/test_create.py https://reviews.apache.org/r/24953/#comment89293 Any change to add some asserts here that would verify instances_binding and cluster_binding values? - Maxim Khutornenko

Review Request 24915: Adding initial GC task delay on scheduler restart.

2014-08-20 Thread Maxim Khutornenko
/async/GcExecutorLauncher.java 65f404915bc60ffe11a7a57d9861ac5b37fa646a src/test/java/org/apache/aurora/scheduler/async/GcExecutorLauncherTest.java 04137072891b2a1f0ad663182629dd469b09324f Diff: https://reviews.apache.org/r/24915/diff/ Testing --- gradle -Pq build Thanks, Maxim

Re: Review Request 24852: Add command output tests for job create, job killall, job kill

2014-08-19 Thread Maxim Khutornenko
log or a client one (i.e. loglens)? src/test/python/apache/aurora/client/cli/test_create.py https://reviews.apache.org/r/24852/#comment88860 This is the existing test, right? Diff shows it in green for some reason... - Maxim Khutornenko On Aug. 19, 2014, 3:22 p.m., Mark Chu-Carroll

Re: Review Request 24827: Add a pubsub event adapter to the JobUpdateController.

2014-08-19 Thread Maxim Khutornenko
/JobUpdateController.java https://reviews.apache.org/r/24827/#comment88861 A TODO to follow up on deleted flag removal? src/main/thrift/org/apache/aurora/gen/api.thrift https://reviews.apache.org/r/24827/#comment88862 Is there really anything to resume for the paused updates? - Maxim Khutornenko

Re: Review Request 24852: Add command output tests for job create, job killall, job kill

2014-08-19 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24852/#review50981 --- Ship it! Ship It! - Maxim Khutornenko On Aug. 19, 2014, 3:22

Re: Review Request 24852: Add command output tests for job create, job killall, job kill

2014-08-19 Thread Maxim Khutornenko
On Aug. 19, 2014, 3:47 p.m., Maxim Khutornenko wrote: src/test/python/apache/aurora/client/cli/test_create.py, lines 233-234 https://reviews.apache.org/r/24852/diff/1/?file=664291#file664291line233 This is the existing test, right? Diff shows it in green for some reason

Re: Review Request 24827: Add a pubsub event adapter to the JobUpdateController.

2014-08-19 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24827/#review50995 --- Ship it! Ship It! - Maxim Khutornenko On Aug. 19, 2014, 5:43

Re: Review Request 24835: Implementing pause/resume/abort APIs.

2014-08-19 Thread Maxim Khutornenko
--- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 24662: Implementing job update get thrift APIs.

2014-08-19 Thread Maxim Khutornenko
. - Maxim --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24662/#review51008 --- On Aug. 14, 2014, 8:20 p.m., Maxim Khutornenko wrote

Re: Review Request 24662: Implementing job update get thrift APIs.

2014-08-19 Thread Maxim Khutornenko
/aurora/scheduler/updater/JobUpdateEventSubscriberTest.java 2a7d9659d649f30d849ef2eb5eac4b8a4f040d7a Diff: https://reviews.apache.org/r/24662/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Review Request 24871: Converting perform_maintenance_hosts into host_drain.

2014-08-19 Thread Maxim Khutornenko
/test_maintenance.py a748c0183997a59f1773a2be62ec17f6c11ddd3a Diff: https://reviews.apache.org/r/24871/diff/ Testing --- ./pants src/test/python:all Thanks, Maxim Khutornenko

Re: Review Request 24720: Expand actions in JobUpdateAction

2014-08-18 Thread Maxim Khutornenko
On Aug. 16, 2014, 12:23 a.m., Maxim Khutornenko wrote: src/main/thrift/org/apache/aurora/gen/api.thrift, line 538 https://reviews.apache.org/r/24720/diff/2/?file=661560#file661560line538 What action is going to be used for an instance that failed to update and the job rollback

Review Request 24815: Refactoring SchedulerCore final part.

2014-08-18 Thread Maxim Khutornenko
/org/apache/aurora/scheduler/thrift/ThriftIT.java 43265fdab1ae900fb828374f6c69e562def2d682 Diff: https://reviews.apache.org/r/24815/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 24744: Dropping lock from startJobUpdate parameters.

2014-08-18 Thread Maxim Khutornenko
). - Maxim --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24744/#review50930 --- On Aug. 18, 2014, 8:10 p.m., Maxim Khutornenko wrote

Re: Review Request 24813: Add a job update controller interface.

2014-08-18 Thread Maxim Khutornenko
/JobUpdateController.java https://reviews.apache.org/r/24813/#comment88819 s/../. - Maxim Khutornenko On Aug. 18, 2014, 7:41 p.m., Bill Farner wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 24823: Use convenience function in Numbers to group instance IDs.

2014-08-18 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24823/#review50941 --- Ship it! Ship It! - Maxim Khutornenko On Aug. 18, 2014, 11:33

Re: Review Request 24727: Store a lock association with job updates.

2014-08-15 Thread Maxim Khutornenko
/SchedulerThriftInterface.java https://reviews.apache.org/r/24727/#comment88585 Why this change? The lock is supposed to be already acquired by the time startJobUpdate is executed, hense the Lock instance in the argument set. How is it supposed to work now? - Maxim Khutornenko On Aug. 15, 2014, 3:19 a.m

Re: Review Request 24727: Store a lock association with job updates.

2014-08-15 Thread Maxim Khutornenko
On Aug. 15, 2014, 3:47 p.m., Maxim Khutornenko wrote: src/main/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterface.java, lines 1293-1299 https://reviews.apache.org/r/24727/diff/2/?file=661215#file661215line1293 Why this change? The lock is supposed to be already

Re: Review Request 24727: Store a lock association with job updates.

2014-08-15 Thread Maxim Khutornenko
On Aug. 15, 2014, 3:47 p.m., Maxim Khutornenko wrote: src/main/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterface.java, lines 1293-1299 https://reviews.apache.org/r/24727/diff/2/?file=661215#file661215line1293 Why this change? The lock is supposed to be already

Re: Review Request 24720: Expand actions in JobUpdateAction

2014-08-15 Thread Maxim Khutornenko
://reviews.apache.org/r/24720/#comment88609 Rolling back assumes removing new (INSTANCE_REMOVED) and adding old (INSTANCE_ADDED). Do we want to distinct those actions from the forward roll? - Maxim Khutornenko On Aug. 15, 2014, 5:52 p.m., David McLaughlin wrote

Review Request 24744: Dropping lock from startJobUpdate parameters.

2014-08-15 Thread Maxim Khutornenko
/client/api:: Thanks, Maxim Khutornenko

Re: Review Request 24744: Dropping lock from startJobUpdate parameters.

2014-08-15 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24744/#review50755 --- On Aug. 15, 2014, 6:14 p.m., Maxim Khutornenko wrote

Re: Review Request 24744: Dropping lock from startJobUpdate parameters.

2014-08-15 Thread Maxim Khutornenko
interfere with the updater. Maxim Khutornenko wrote: How do we ensure pause/resume/abort is authorized to act on the update then? Sure, storing the lock on the client is not a good idea but unless we have some secondary way to authorize the action anyone could interfere with the update

Re: Review Request 24744: Dropping lock from startJobUpdate parameters.

2014-08-15 Thread Maxim Khutornenko
interfere with the updater. Maxim Khutornenko wrote: How do we ensure pause/resume/abort is authorized to act on the update then? Sure, storing the lock on the client is not a good idea but unless we have some secondary way to authorize the action anyone could interfere with the update

Re: Review Request 24720: Expand actions in JobUpdateAction

2014-08-15 Thread Maxim Khutornenko
://reviews.apache.org/r/24720/#comment88672 What action is going to be used for an instance that failed to update and the job rollback is disabled? - Maxim Khutornenko On Aug. 15, 2014, 5:52 p.m., David McLaughlin wrote

Review Request 24702: Implementing client job lock and start update APIs.

2014-08-14 Thread Maxim Khutornenko
src/test/python/apache/aurora/client/api:api Thanks, Maxim Khutornenko

Re: Review Request 24702: Implementing client job lock and start update APIs.

2014-08-14 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24702/#review50598 --- On Aug. 14, 2014, 4:08 p.m., Maxim Khutornenko wrote: --- This is an automatically

Re: Review Request 24655: Implementing startJobUpdate thrift API.

2014-08-14 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24655/#review50594 --- On Aug. 13, 2014, 5:32 p.m., Maxim Khutornenko wrote

Re: Review Request 24655: Implementing startJobUpdate thrift API.

2014-08-14 Thread Maxim Khutornenko
/ThriftIT.java 2562ff944b7cb304ce5a60d3f74beee22f6cc7bc Diff: https://reviews.apache.org/r/24655/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Review Request 24662: Implementing job update get thrift APIs.

2014-08-13 Thread Maxim Khutornenko
/StorageTestUtil.java 4bad83963b98002f42b470d03e58f832bd96d568 src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java d34bd6f5fedddb8d70996dc0806b4158f4136874 Diff: https://reviews.apache.org/r/24662/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 24662: Implementing job update get thrift APIs.

2014-08-13 Thread Maxim Khutornenko
://reviews.apache.org/r/24662/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 24521: Finalizing DB mapper implementation.

2014-08-12 Thread Maxim Khutornenko
6bc6ccf37a34bfe6baf260034584be758a4c83f5 Diff: https://reviews.apache.org/r/24521/diff/ Testing --- gradle -Pq build ./pants src/test/python/apache/aurora/client/api:scheduler_client Thanks, Maxim Khutornenko

Re: Review Request 24521: Finalizing DB mapper implementation.

2014-08-12 Thread Maxim Khutornenko
6bc6ccf37a34bfe6baf260034584be758a4c83f5 Diff: https://reviews.apache.org/r/24521/diff/ Testing --- gradle -Pq build ./pants src/test/python/apache/aurora/client/api:scheduler_client Thanks, Maxim Khutornenko

Re: Review Request 24521: Finalizing DB mapper implementation.

2014-08-12 Thread Maxim Khutornenko
/api.thrift.md5 6bc6ccf37a34bfe6baf260034584be758a4c83f5 Diff: https://reviews.apache.org/r/24521/diff/ Testing --- gradle -Pq build ./pants src/test/python/apache/aurora/client/api:scheduler_client Thanks, Maxim Khutornenko

Re: Review Request 24521: Finalizing DB mapper implementation.

2014-08-12 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24521/#review50348 --- On Aug. 12, 2014, 6:58 p.m., Maxim Khutornenko wrote: --- This is an automatically

Re: Review Request 24616: Upgrade to mesos 0.19.1 and fix broken vagrant provisioner.

2014-08-12 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24616/#review50365 --- Ship it! Ship It! - Maxim Khutornenko On Aug. 12, 2014, 8:56

Re: Review Request 24521: Finalizing DB mapper implementation.

2014-08-12 Thread Maxim Khutornenko
--- gradle -Pq build ./pants src/test/python/apache/aurora/client/api:scheduler_client Thanks, Maxim Khutornenko

Re: Review Request 24521: Finalizing DB mapper implementation.

2014-08-11 Thread Maxim Khutornenko
duplicates in the result? Maxim Khutornenko wrote: This is the only way to preserve ordering in the result set. I am happy to revert it if we decide to sort on the client. It's a bit weird to support paging with partial results coming out of order though. David McLaughlin wrote

Re: Review Request 24465: Add a one-way job update controller.

2014-08-11 Thread Maxim Khutornenko
, 2014, 8:19 p.m.) Review request for Aurora, Kevin Sweeney and Maxim Khutornenko. Bugs: AURORA-613 https://issues.apache.org/jira/browse/AURORA-613 Repository: aurora Description --- There are 3 levels to performing an update: 1. Move the job from state A to state B

Re: Review Request 24465: Add a one-way job update controller.

2014-08-08 Thread Maxim Khutornenko
/r/24465/#comment87555 I thought the thrift JobUpdateAction is what we would use here, no? - Maxim Khutornenko On Aug. 7, 2014, 11:11 p.m., Bill Farner wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 24521: Finalizing DB mapper implementation.

2014-08-08 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24521/#review50098 --- On Aug. 9, 2014, 12:15 a.m., Maxim Khutornenko wrote

Re: Review Request 24431: Implementing SQL mappers for saveUpdate and fetchDetails.

2014-08-07 Thread Maxim Khutornenko
://reviews.apache.org/r/24431/#review49860 --- On Aug. 7, 2014, 12:01 a.m., Maxim Khutornenko wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r

Re: Review Request 24431: Implementing SQL mappers for saveUpdate and fetchDetails.

2014-08-07 Thread Maxim Khutornenko
://reviews.apache.org/r/24431/#review49863 --- On Aug. 7, 2014, 12:01 a.m., Maxim Khutornenko wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24431

Re: Review Request 24431: Implementing SQL mappers for saveUpdate and fetchDetails.

2014-08-07 Thread Maxim Khutornenko
-mail. To reply, visit: https://reviews.apache.org/r/24431/#review49860 --- On Aug. 7, 2014, 12:01 a.m., Maxim Khutornenko wrote: --- This is an automatically generated e-mail

Re: Review Request 24431: Implementing SQL mappers for saveUpdate and fetchDetails.

2014-08-07 Thread Maxim Khutornenko
/test/resources/org/apache/aurora/gen/api.thrift.md5 f01e4b33ee94ee7e8a36aa71688b699a87bc0566 Diff: https://reviews.apache.org/r/24431/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 24431: Implementing SQL mappers for saveUpdate and fetchDetails.

2014-08-07 Thread Maxim Khutornenko
build Thanks, Maxim Khutornenko

Re: Review Request 24431: Implementing SQL mappers for saveUpdate and fetchDetails.

2014-08-07 Thread Maxim Khutornenko
48600b59b918434ef963b758279c48584ccd34ef src/test/resources/org/apache/aurora/gen/api.thrift.md5 f01e4b33ee94ee7e8a36aa71688b699a87bc0566 Diff: https://reviews.apache.org/r/24431/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 24357: Refactor InstanceUpdater to remove the callback interface.

2014-08-06 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24357/#review49782 --- Ship it! Ship It! - Maxim Khutornenko On Aug. 6, 2014, 5:52 p.m

Review Request 24431: Implementing SQL mappers for saveUpdate and fetchDetails.

2014-08-06 Thread Maxim Khutornenko
--- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 24432: Fix incorrect join type used in LockMapper.xml.

2014-08-06 Thread Maxim Khutornenko
/db/LockMapper.xml https://reviews.apache.org/r/24432/#comment87223 How about INNER JOIN instead to be totally explicit? - Maxim Khutornenko On Aug. 7, 2014, 12:03 a.m., Bill Farner wrote: --- This is an automatically generated e

Re: Review Request 24432: Fix incorrect join type used in LockMapper.xml.

2014-08-06 Thread Maxim Khutornenko
On Aug. 7, 2014, 12:05 a.m., Maxim Khutornenko wrote: src/main/resources/org/apache/aurora/scheduler/storage/db/LockMapper.xml, line 63 https://reviews.apache.org/r/24432/diff/1/?file=654349#file654349line63 How about INNER JOIN instead to be totally explicit? Bill Farner

Re: Review Request 24432: Fix incorrect join type used in LockMapper.xml.

2014-08-06 Thread Maxim Khutornenko
On Aug. 7, 2014, 12:05 a.m., Maxim Khutornenko wrote: src/main/resources/org/apache/aurora/scheduler/storage/db/LockMapper.xml, line 63 https://reviews.apache.org/r/24432/diff/1/?file=654349#file654349line63 How about INNER JOIN instead to be totally explicit? Bill Farner

Review Request 24317: Initial implementation of the UpdateStore (save events).

2014-08-05 Thread Maxim Khutornenko
/storage/log/LogStorageTest.java bef0ee70abf6a5d77ded65ba2aa581f97e26a851 Diff: https://reviews.apache.org/r/24317/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Review Request 24334: Initial implementation of the UpdateStore (fetch and snapshot).

2014-08-05 Thread Maxim Khutornenko
a93291e9d422a93114a94f0edd25a22e9b16ebfb Diff: https://reviews.apache.org/r/24334/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

Re: Review Request 24334: Initial implementation of the UpdateStore (fetch and snapshot).

2014-08-05 Thread Maxim Khutornenko
/resources/org/apache/aurora/gen/storage.thrift.md5 a93291e9d422a93114a94f0edd25a22e9b16ebfb Diff: https://reviews.apache.org/r/24334/diff/ Testing --- gradle -Pq build Thanks, Maxim Khutornenko

<    3   4   5   6   7   8   9   10   11   12   >