Simon Willnauer 50a56b6c9d [RECOVERY] Only iterate the files that we recovered from the commit
Today we use Directory#listAll() to find all the files we recovered. Yet,
this is not accurate since there might be leftovers etc. It's better to
only iterate over the known files from the segments info that we recovered.
2015-02-19 17:37:37 +01:00
..