ce88270340
Makes the proc log cleaner smarter. Current method: starting from oldest log, keep deleting WALs until we encounter one which contains state of an active proc. Note that the state may be stale. New method: Same as current method, but will also delete the wals which contain stale state. In the starting, iterate from newest completed log (just before currently active log) and mark it for delete if it doesn't contain any state which will be required in case of recovery. Tested: unittests. Change-Id: Ie7499652e25af4aac8e9d71a42d60c61a03fd4e4 |
||
---|---|---|
.. | ||
src | ||
pom.xml |