----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59539/ -----------------------------------------------------------
(Updated May 24, 2017, 8:51 p.m.) Review request for Aurora, Santhosh Kumar Shanmugham, Stephan Erb, and Zameer Manji. Changes ------- Add link to index page. Repository: aurora Description ------- The struct exposed here is the one used to make preemption decisions - it has the entire state of running tasks. It's a very handy summary structure to analyse the state of the current scheduling results. Exposing it here to make it easier to do analysis on our test clusters (currently have to process backups). Diffs (updated) ----- src/main/java/org/apache/aurora/scheduler/http/JettyServerModule.java 53ebc0b60e60a8e1800f9e8b4ddc292bb44b4330 src/main/java/org/apache/aurora/scheduler/http/State.java PRE-CREATION src/main/resources/scheduler/assets/index.html 9bd22a8d5b1aebe7e19ebfd1077fb36f82ea6c36 src/test/java/org/apache/aurora/scheduler/http/StateTest.java PRE-CREATION Diff: https://reviews.apache.org/r/59539/diff/2/ Changes: https://reviews.apache.org/r/59539/diff/1-2/ Testing ------- Tests pass. Also ran in vagrant. Thanks, David McLaughlin
