Re: Review Request 32171: Change update list subcommand to accept a hierarchy.

2015-03-17 Thread Aurora ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32171/#review76807 --- Master (4b39d26) is red with this patch.

Review Request 32175: Add a test to ensure annotations exist for AuroraSchedulerManager

2015-03-17 Thread Kevin Sweeney
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32175/ --- Review request for Aurora, Joshua Cohen and Bill Farner. Bugs: AURORA-1187

Review Request 32164: Moving pending task search into PreemptorImpl

2015-03-17 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32164/ --- Review request for Aurora and Bill Farner. Repository: aurora Description

Re: Review Request 32141: Introduce AnnotatedAuroraAdmin superclass for annotations.

2015-03-17 Thread Kevin Sweeney
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32141/ --- (Updated March 17, 2015, 11:55 a.m.) Review request for Aurora, Joshua Cohen

Re: Review Request 32013: Cache TaskDetectors for reuse.

2015-03-17 Thread Brian Wickman
On March 17, 2015, 7:49 p.m., Zameer Manji wrote: src/main/python/apache/aurora/executor/common/path_detector.py, line 34 https://reviews.apache.org/r/32013/diff/3/?file=896451#file896451line34 What's the rationale behind this change? I think the callers should be doing the

Re: Review Request 32175: Add a test to ensure annotations exist for AuroraSchedulerManager

2015-03-17 Thread Aurora ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32175/#review76825 --- Master (a419863) is red with this patch.

Re: Review Request 32175: Add a test to ensure annotations exist for AuroraSchedulerManager

2015-03-17 Thread Kevin Sweeney
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32175/ --- (Updated March 17, 2015, 2:59 p.m.) Review request for Aurora, Joshua Cohen

Re: Review Request 32175: Add a test to ensure annotations exist for AuroraSchedulerManager

2015-03-17 Thread Aurora ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32175/#review76827 --- Ship it! Master (a419863) is green with this patch.

Re: Review Request 32164: Moving pending task search into PreemptorImpl

2015-03-17 Thread Aurora ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32164/#review76747 --- Ship it! Master (b847bbf) is green with this patch.

Re: Review Request 32164: Moving pending task search into PreemptorImpl

2015-03-17 Thread Bill Farner
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32164/#review76753 --- I actually meant this should be outside the preemptor altogether.

Re: Review Request 32164: Moving pending task search into PreemptorImpl

2015-03-17 Thread Bill Farner
On March 17, 2015, 6:05 p.m., Bill Farner wrote: I actually meant this should be outside the preemptor altogether. The preemptor is being called, and then internally deciding the caller should have not called in the first place. I claim this is odd behavior. I think it would make

Re: Review Request 32141: Introduce AnnotatedAuroraAdmin superclass for annotations.

2015-03-17 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32141/#review76774 --- Ship it!

Re: Review Request 32171: Change update list subcommand to accept a hierarchy.

2015-03-17 Thread Zameer Manji
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32171/#review76844 --- Ship it! Ship It! - Zameer Manji On March 17, 2015, 1:50 p.m.,

Re: Review Request 32181: Only warn about insufficient GC resources when actually needed

2015-03-17 Thread Aurora ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32181/#review76839 --- Ship it! Master (a419863) is green with this patch.

Re: Review Request 32171: Change update list subcommand to accept a hierarchy.

2015-03-17 Thread Bill Farner
On March 17, 2015, 11:36 p.m., Aurora ReviewBot wrote: Master (a419863) is red with this patch. ./build-support/jenkins/build.sh Installing

Re: Review Request 32171: Change update list subcommand to accept a hierarchy.

2015-03-17 Thread Bill Farner
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32171/ --- (Updated March 17, 2015, 11:30 p.m.) Review request for Aurora, David

Re: Review Request 32175: Add a test to ensure annotations exist for AuroraSchedulerManager

2015-03-17 Thread Joshua Cohen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32175/#review76828 --- Ship it! Ship It! - Joshua Cohen On March 17, 2015, 9:59 p.m.,

Review Request 32181: Fix clusters.patch contextmanager cleanup

2015-03-17 Thread Stephan Erb
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32181/ --- Review request for Aurora. Repository: aurora Description --- Only warn

Re: Review Request 32181: Only warn about insufficient GC resources when actually needed

2015-03-17 Thread Stephan Erb
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32181/ --- (Updated March 17, 2015, 11:50 p.m.) Review request for Aurora. Summary

Re: Review Request 32181: Only warn about insufficient GC resources when actually needed

2015-03-17 Thread Bill Farner
On March 17, 2015, 11:12 p.m., Maxim Khutornenko wrote: src/main/java/org/apache/aurora/scheduler/async/GcExecutorLauncher.java, line 208 https://reviews.apache.org/r/32181/diff/1/?file=898407#file898407line208 This reordering will result in pulsing the hostname even when an

Re: Review Request 32181: Only warn about insufficient GC resources when actually needed

2015-03-17 Thread Maxim Khutornenko
On March 17, 2015, 11:12 p.m., Maxim Khutornenko wrote: src/main/java/org/apache/aurora/scheduler/async/GcExecutorLauncher.java, line 208 https://reviews.apache.org/r/32181/diff/1/?file=898407#file898407line208 This reordering will result in pulsing the hostname even when an

Re: Review Request 32171: Change update list subcommand to accept a hierarchy.

2015-03-17 Thread David McLaughlin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32171/#review76853 --- src/test/python/apache/aurora/client/cli/test_supdate.py

Re: Review Request 32171: Change update list subcommand to accept a hierarchy.

2015-03-17 Thread Maxim Khutornenko
On March 18, 2015, 12:04 a.m., Kevin Sweeney wrote: src/test/python/apache/aurora/client/cli/test_supdate.py, lines 404-406 https://reviews.apache.org/r/32171/diff/3/?file=898440#file898440line404 How would you feel about including all of the currently available data with a

Re: Review Request 32171: Change update list subcommand to accept a hierarchy.

2015-03-17 Thread Aurora ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32171/#review76855 --- Master (a419863) is red with this patch.

Re: Review Request 32141: Introduce AnnotatedAuroraAdmin superclass for annotations.

2015-03-17 Thread Kevin Sweeney
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32141/ --- (Updated March 17, 2015, 12:18 p.m.) Review request for Aurora, Joshua Cohen

Re: Review Request 32141: Introduce AnnotatedAuroraAdmin superclass for annotations.

2015-03-17 Thread Joshua Cohen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32141/#review76787 --- Ship it!

Re: Review Request 32141: Introduce AnnotatedAuroraAdmin superclass for annotations.

2015-03-17 Thread Joshua Cohen
On March 17, 2015, 7:56 p.m., Joshua Cohen wrote: src/main/java/org/apache/aurora/scheduler/thrift/aop/AnnotatedAuroraAdmin.java, line 39 https://reviews.apache.org/r/32141/diff/5/?file=898006#file898006line39 Can you add a corresponding comment to api.thrift that any new methods

Re: Review Request 32013: Cache TaskDetectors for reuse.

2015-03-17 Thread Aurora ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32013/#review76800 --- Ship it! Master (4b39d26) is green with this patch.

Re: Review Request 32164: Moving pending task search into PreemptorImpl

2015-03-17 Thread Maxim Khutornenko
On March 17, 2015, 6:05 p.m., Bill Farner wrote: I actually meant this should be outside the preemptor altogether. The preemptor is being called, and then internally deciding the caller should have not called in the first place. I claim this is odd behavior. I think it would make

Re: Review Request 32164: Moving pending task search into PreemptorImpl

2015-03-17 Thread Bill Farner
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32164/#review76766 --- Ship it! Ship It! - Bill Farner On March 17, 2015, 5:19 p.m.,

Re: Review Request 32141: Introduce AnnotatedAuroraAdmin superclass for annotations.

2015-03-17 Thread Kevin Sweeney
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32141/ --- (Updated March 17, 2015, 12:16 p.m.) Review request for Aurora, Joshua Cohen

Re: Review Request 32141: Introduce AnnotatedAuroraAdmin superclass for annotations.

2015-03-17 Thread Kevin Sweeney
On March 17, 2015, 12:56 p.m., Joshua Cohen wrote: src/main/java/org/apache/aurora/scheduler/thrift/aop/AnnotatedAuroraAdmin.java, line 39 https://reviews.apache.org/r/32141/diff/5/?file=898006#file898006line39 Can you add a corresponding comment to api.thrift that any new

Re: Review Request 32141: Introduce AnnotatedAuroraAdmin superclass for annotations.

2015-03-17 Thread Kevin Sweeney
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32141/ --- (Updated March 17, 2015, 1:03 p.m.) Review request for Aurora, Joshua Cohen

Re: Review Request 32141: Introduce AnnotatedAuroraAdmin superclass for annotations.

2015-03-17 Thread Aurora ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32141/#review76790 --- Ship it! Master (38d0a6c) is green with this patch.

Re: Review Request 32013: Cache TaskDetectors for reuse.

2015-03-17 Thread Brian Wickman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32013/ --- (Updated March 17, 2015, 8:24 p.m.) Review request for Aurora, Joe Smith and

Re: Review Request 32141: Introduce AnnotatedAuroraAdmin superclass for annotations.

2015-03-17 Thread Kevin Sweeney
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32141/ --- (Updated March 17, 2015, 12:41 p.m.) Review request for Aurora, Joshua Cohen

Re: Review Request 32012: Improve TaskDetector performance by memoizing regular expressions

2015-03-17 Thread Joe Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32012/#review76782 --- Ship it! - Joe Smith On March 13, 2015, 12:38 p.m., Brian

Re: Review Request 32141: Introduce AnnotatedAuroraAdmin superclass for annotations.

2015-03-17 Thread Aurora ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32141/#review76783 --- Master (38d0a6c) is red with this patch.

Re: Review Request 32161: Create a packer definition to build a base vagrant box.

2015-03-17 Thread Joshua Cohen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32161/#review76786 --- I tried this out locally and `vagrant up` wall time went from 5m24s

Re: Review Request 32013: Cache TaskDetectors for reuse.

2015-03-17 Thread Joe Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32013/#review76794 --- Ship it! Ship It! - Joe Smith On March 17, 2015, 1:24 p.m.,

Re: Review Request 31380: Now that we've identified not calling .converge as a source of flakiness, remove epsilon from health checker tests.

2015-03-17 Thread Bill Farner
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31380/#review76736 --- Is this review stale? If so, discard? - Bill Farner On Feb. 24,

Re: Review Request 32141: Introduce AnnotatedAuroraAdmin superclass for annotations.

2015-03-17 Thread Bill Farner
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32141/#review76735 --- Ship it! LGTM mod nits below and satisfying the build bot.

Re: Review Request 30818: Support separate routes for job controller tabs.

2015-03-17 Thread Bill Farner
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30818/#review76737 --- Update or discard? - Bill Farner On Feb. 10, 2015, 6:01 a.m.,

Re: Review Request 32141: Introduce AnnotatedAuroraAdmin superclass for annotations.

2015-03-17 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32141/#review76741 ---

Re: Review Request 32161: Create a packer definition to build a base vagrant box.

2015-03-17 Thread Aurora ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32161/#review76743 --- Ship it! Master (b847bbf) is green with this patch.