-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21440/
-----------------------------------------------------------

(Updated June 6, 2014, 5:55 p.m.)


Review request for Aurora, Mark Chu-Carroll and Brian Wickman.


Changes
-------

CR comments and rebasing.


Bugs: AURORA-350
    https://issues.apache.org/jira/browse/AURORA-350


Repository: aurora


Description
-------

The updater now spawns upto batch_size threads to process one instance per 
thread. 

All mutating calls are multiplexed by the SchedulerMux to do batch 
kill/add/restart calls. This is the first step towards a fully multiplexed 
SchedulerProxy and is intended to mitigate LDAP/scheduler load.


Diffs (updated)
-----

  src/main/python/apache/aurora/client/api/instance_watcher.py 
e09aa9a6c32c17f13c9b8ff3a589919587bd839b 
  src/main/python/apache/aurora/client/api/job_monitor.py 
d176995fca68d42fcc2d3989483eaf520d0d737f 
  src/main/python/apache/aurora/client/api/scheduler_client.py 
86ccdd982ddd678a8eb86f3d7be2761ced1d7b6c 
  src/main/python/apache/aurora/client/api/updater.py 
de7912ce10f04d9e4c73faac4198741f47189258 
  src/main/python/apache/aurora/client/api/updater_util.py 
6b689c11b86c99ef5538c0b7bf4dbb81e0df2d13 
  src/test/python/apache/aurora/client/api/test_instance_watcher.py 
723a5b6f429f85202ee4ad3a004f019cec632a98 
  src/test/python/apache/aurora/client/api/test_job_monitor.py 
3aa96075e085ac7c2607a8c303ee5daf6e3e43b0 
  src/test/python/apache/aurora/client/api/test_updater.py 
0ee342c848e15666d34fd38d3cd22574b9346ee3 
  src/test/python/apache/aurora/client/cli/test_create.py 
224adc31c8a4a32c55384359d319d0fa6bef4f19 
  src/test/python/apache/aurora/client/cli/test_kill.py 
e9e167991cd06e556dbbc839eb9a808eb7d88fe9 
  src/test/python/apache/aurora/client/cli/test_restart.py 
407eb41eb6e78721ef29baefdee5699e605193f9 
  src/test/python/apache/aurora/client/cli/test_update.py 
08be49e81f190822dca80f3728845138d341574b 
  src/test/python/apache/aurora/client/cli/util.py 
070718caaf912374f00fa89fdb9266ab95b3c483 
  src/test/python/apache/aurora/client/commands/test_create.py 
4cd1343b19e9d13abe20d3b88dc7460ec512d57b 
  src/test/python/apache/aurora/client/commands/test_kill.py 
94bbe1bfff1c8d333837aa6bb14700714f46288b 
  src/test/python/apache/aurora/client/commands/test_restart.py 
0c6d5a069c43d96098c126aa340a734cb37c667a 
  src/test/python/apache/aurora/client/commands/test_update.py 
ea8e092267fd65ccd24ca1be3c04f50ba89f5236 
  src/test/python/apache/aurora/client/commands/util.py 
84784171816797f3a4fa4c5238d19b626e68ff44 
  src/test/python/apache/aurora/client/fake_scheduler_proxy.py 
2a4773c81efb390385f675854e9631500b263a45 
  src/test/sh/org/apache/aurora/e2e/http/http_example.aurora 
80871273fc4d47558253e6b09c92724e8693bc11 
  src/test/sh/org/apache/aurora/e2e/http/http_example_updated.aurora 
fc723cf232ddbc10458fc394e37358c8523118c2 
  src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh 
9c5652829ac306dda5f7e95e164c85713e18988f 
  src/test/sh/org/apache/aurora/e2e/test_end_to_end_v2.sh 
2af256d65850bd861111279dff4b5c53f234cf7a 

Diff: https://reviews.apache.org/r/21440/diff/


Testing
-------

./pants src/test/python:all
src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh


Thanks,

Maxim Khutornenko

Reply via email to