You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@aurora.apache.org by Maxim Khutornenko <ma...@apache.org> on 2014/05/01 23:49:36 UTC

Review Request 20986: Adding min_instance_count threshold to improve safe domain results.

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

Review request for Aurora and Brian Wickman.


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


Repository: aurora


Description
-------

Low instance count jobs prevent hosts from showing up in the safe domain list. Adding an option to control jobs included into results.


Diffs
-----

  src/main/python/apache/aurora/client/api/__init__.py d8a23274bc9d0ba2d0ebc232652ff8c4c5da6eb1 
  src/main/python/apache/aurora/client/api/sla.py bb705caab4ef7749971613e23c8f6b0d3968ba23 
  src/main/python/apache/aurora/client/commands/admin.py 912851af1da0f6f706e55e28f6e949e1750b9897 
  src/test/python/apache/aurora/client/api/test_sla.py 359599af400d621e5652c2e56d01802a804abcc9 
  src/test/python/apache/aurora/client/commands/test_admin_sla.py aaf6c7f05caf8c809429a122e3d02e8ebb2fa54e 

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


Testing
-------

./pants src/test/python:all


Thanks,

Maxim Khutornenko


Re: Review Request 20986: Adding min_instance_count threshold to improve safe domain results.

Posted by Maxim Khutornenko <ma...@apache.org>.

> On May 6, 2014, 6:44 p.m., Brian Wickman wrote:
> > src/main/python/apache/aurora/client/api/sla.py, line 158
> > <https://reviews.apache.org/r/20986/diff/1/?file=573054#file573054line158>
> >
> >     rather than make this required, maybe define
> >     
> >     DEFAULT_MIN_INSTANCE_COUNT=2
> >     
> >     and do min_instance_count=DEFAULT_MIN_INSTANCE_COUNT in the initializer.  this way it's not required everywhere.
> >

Done.


> On May 6, 2014, 6:44 p.m., Brian Wickman wrote:
> > src/main/python/apache/aurora/client/api/sla.py, line 293
> > <https://reviews.apache.org/r/20986/diff/1/?file=573054#file573054line293>
> >
> >     hosts should be passed in as hosts=hosts to differentiate it from positional args in general.  this is mostly just style though.

Done.


- Maxim


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


On May 1, 2014, 9:49 p.m., Maxim Khutornenko wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/20986/
> -----------------------------------------------------------
> 
> (Updated May 1, 2014, 9:49 p.m.)
> 
> 
> Review request for Aurora and Brian Wickman.
> 
> 
> Bugs: AURORA-305
>     https://issues.apache.org/jira/browse/AURORA-305
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> Low instance count jobs prevent hosts from showing up in the safe domain list. Adding an option to control jobs included into results.
> 
> 
> Diffs
> -----
> 
>   src/main/python/apache/aurora/client/api/__init__.py d8a23274bc9d0ba2d0ebc232652ff8c4c5da6eb1 
>   src/main/python/apache/aurora/client/api/sla.py bb705caab4ef7749971613e23c8f6b0d3968ba23 
>   src/main/python/apache/aurora/client/commands/admin.py 912851af1da0f6f706e55e28f6e949e1750b9897 
>   src/test/python/apache/aurora/client/api/test_sla.py 359599af400d621e5652c2e56d01802a804abcc9 
>   src/test/python/apache/aurora/client/commands/test_admin_sla.py aaf6c7f05caf8c809429a122e3d02e8ebb2fa54e 
> 
> Diff: https://reviews.apache.org/r/20986/diff/
> 
> 
> Testing
> -------
> 
> ./pants src/test/python:all
> 
> 
> Thanks,
> 
> Maxim Khutornenko
> 
>


Re: Review Request 20986: Adding min_instance_count threshold to improve safe domain results.

Posted by Brian Wickman <wi...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20986/#review42337
-----------------------------------------------------------



src/main/python/apache/aurora/client/api/sla.py
<https://reviews.apache.org/r/20986/#comment76106>

    rather than make this required, maybe define
    
    DEFAULT_MIN_INSTANCE_COUNT=2
    
    and do min_instance_count=DEFAULT_MIN_INSTANCE_COUNT in the initializer.  this way it's not required everywhere.
    



src/main/python/apache/aurora/client/api/sla.py
<https://reviews.apache.org/r/20986/#comment76108>

    hosts should be passed in as hosts=hosts to differentiate it from positional args in general.  this is mostly just style though.


- Brian Wickman


On May 1, 2014, 9:49 p.m., Maxim Khutornenko wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/20986/
> -----------------------------------------------------------
> 
> (Updated May 1, 2014, 9:49 p.m.)
> 
> 
> Review request for Aurora and Brian Wickman.
> 
> 
> Bugs: AURORA-305
>     https://issues.apache.org/jira/browse/AURORA-305
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> Low instance count jobs prevent hosts from showing up in the safe domain list. Adding an option to control jobs included into results.
> 
> 
> Diffs
> -----
> 
>   src/main/python/apache/aurora/client/api/__init__.py d8a23274bc9d0ba2d0ebc232652ff8c4c5da6eb1 
>   src/main/python/apache/aurora/client/api/sla.py bb705caab4ef7749971613e23c8f6b0d3968ba23 
>   src/main/python/apache/aurora/client/commands/admin.py 912851af1da0f6f706e55e28f6e949e1750b9897 
>   src/test/python/apache/aurora/client/api/test_sla.py 359599af400d621e5652c2e56d01802a804abcc9 
>   src/test/python/apache/aurora/client/commands/test_admin_sla.py aaf6c7f05caf8c809429a122e3d02e8ebb2fa54e 
> 
> Diff: https://reviews.apache.org/r/20986/diff/
> 
> 
> Testing
> -------
> 
> ./pants src/test/python:all
> 
> 
> Thanks,
> 
> Maxim Khutornenko
> 
>


Re: Review Request 20986: Adding min_instance_count threshold to improve safe domain results.

Posted by Brian Wickman <wi...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20986/#review42415
-----------------------------------------------------------

Ship it!


Ship It!

- Brian Wickman


On May 7, 2014, 1:06 a.m., Maxim Khutornenko wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/20986/
> -----------------------------------------------------------
> 
> (Updated May 7, 2014, 1:06 a.m.)
> 
> 
> Review request for Aurora and Brian Wickman.
> 
> 
> Bugs: AURORA-305
>     https://issues.apache.org/jira/browse/AURORA-305
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> Low instance count jobs prevent hosts from showing up in the safe domain list. Adding an option to control jobs included into results.
> 
> 
> Diffs
> -----
> 
>   src/main/python/apache/aurora/client/api/__init__.py d8a23274bc9d0ba2d0ebc232652ff8c4c5da6eb1 
>   src/main/python/apache/aurora/client/api/sla.py bb705caab4ef7749971613e23c8f6b0d3968ba23 
>   src/main/python/apache/aurora/client/commands/admin.py 912851af1da0f6f706e55e28f6e949e1750b9897 
>   src/test/python/apache/aurora/client/api/test_sla.py 359599af400d621e5652c2e56d01802a804abcc9 
>   src/test/python/apache/aurora/client/commands/test_admin_sla.py aaf6c7f05caf8c809429a122e3d02e8ebb2fa54e 
> 
> Diff: https://reviews.apache.org/r/20986/diff/
> 
> 
> Testing
> -------
> 
> ./pants src/test/python:all
> 
> 
> Thanks,
> 
> Maxim Khutornenko
> 
>


Re: Review Request 20986: Adding min_instance_count threshold to improve safe domain results.

Posted by Maxim Khutornenko <ma...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20986/
-----------------------------------------------------------

(Updated May 7, 2014, 1:06 a.m.)


Review request for Aurora and Brian Wickman.


Changes
-------

CR comments.


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


Repository: aurora


Description
-------

Low instance count jobs prevent hosts from showing up in the safe domain list. Adding an option to control jobs included into results.


Diffs (updated)
-----

  src/main/python/apache/aurora/client/api/__init__.py d8a23274bc9d0ba2d0ebc232652ff8c4c5da6eb1 
  src/main/python/apache/aurora/client/api/sla.py bb705caab4ef7749971613e23c8f6b0d3968ba23 
  src/main/python/apache/aurora/client/commands/admin.py 912851af1da0f6f706e55e28f6e949e1750b9897 
  src/test/python/apache/aurora/client/api/test_sla.py 359599af400d621e5652c2e56d01802a804abcc9 
  src/test/python/apache/aurora/client/commands/test_admin_sla.py aaf6c7f05caf8c809429a122e3d02e8ebb2fa54e 

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


Testing
-------

./pants src/test/python:all


Thanks,

Maxim Khutornenko


Re: Review Request 20986: Adding min_instance_count threshold to improve safe domain results.

Posted by Maxim Khutornenko <ma...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20986/#review42311
-----------------------------------------------------------


Ping, Brian.

- Maxim Khutornenko


On May 1, 2014, 9:49 p.m., Maxim Khutornenko wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/20986/
> -----------------------------------------------------------
> 
> (Updated May 1, 2014, 9:49 p.m.)
> 
> 
> Review request for Aurora and Brian Wickman.
> 
> 
> Bugs: AURORA-305
>     https://issues.apache.org/jira/browse/AURORA-305
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> Low instance count jobs prevent hosts from showing up in the safe domain list. Adding an option to control jobs included into results.
> 
> 
> Diffs
> -----
> 
>   src/main/python/apache/aurora/client/api/__init__.py d8a23274bc9d0ba2d0ebc232652ff8c4c5da6eb1 
>   src/main/python/apache/aurora/client/api/sla.py bb705caab4ef7749971613e23c8f6b0d3968ba23 
>   src/main/python/apache/aurora/client/commands/admin.py 912851af1da0f6f706e55e28f6e949e1750b9897 
>   src/test/python/apache/aurora/client/api/test_sla.py 359599af400d621e5652c2e56d01802a804abcc9 
>   src/test/python/apache/aurora/client/commands/test_admin_sla.py aaf6c7f05caf8c809429a122e3d02e8ebb2fa54e 
> 
> Diff: https://reviews.apache.org/r/20986/diff/
> 
> 
> Testing
> -------
> 
> ./pants src/test/python:all
> 
> 
> Thanks,
> 
> Maxim Khutornenko
> 
>