-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30749/
-----------------------------------------------------------
(Updated Feb. 20, 2015, 7:06 p.m.)
Review request for Aurora, Joshua Cohen and Zameer Manji.
Changes
-------
Address feedback.
Bugs: AURORA-1025
https://issues.apache.org/jira/browse/AURORA-1025
Repository: aurora
Description
-------
This makes the GC executor detect checkpoint roots via the PathDetector
interface. This paves the way to detecting checkpoint roots both from
/var/run/thermos and from /var/lib/mesos/**
Diffs (updated)
-----
src/main/python/apache/aurora/executor/bin/BUILD
6530f4914736754f92ba192c1a345e4b7e4a5398
src/main/python/apache/aurora/executor/bin/gc_executor_main.py
b903bcb3630a8a8d50a2008bfae532b2eb947356
src/main/python/apache/aurora/executor/bin/thermos_executor_main.py
0752d50015b2ff936f079c4a9f2777172dc00a93
src/main/python/apache/aurora/executor/gc_executor.py
dbec82ffe4e155059f3e6b1aa0e67ec4c52a9611
src/main/python/apache/thermos/bin/thermos.py
161bbdbc4de95c82e2b596e77b0eac7b920eae66
src/main/python/apache/thermos/monitoring/garbage.py
69bf8e4c2e2e5f85f6b822fbe45f828d61814d7f
src/test/python/apache/aurora/executor/bin/BUILD PRE-CREATION
src/test/python/apache/aurora/executor/bin/test_gc_executor_entry_point.py
PRE-CREATION
src/test/python/apache/aurora/executor/bin/test_thermos_executor_entry_point.py
PRE-CREATION
src/test/python/apache/aurora/executor/test_gc_executor.py
27dee7fa10a4141ec7e9f4440bde2dd257db1cc6
Diff: https://reviews.apache.org/r/30749/diff/
Testing
-------
./pants test.pytest --no-fast src/main/python::
Thanks,
Brian Wickman