Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When cleanup is invoked on the cold standby segment store some files can be marked for deletion. When this happens, the files are never actually removed from disk.
The problem occurs because the cold standby segment store invokes FileStore.cleanup() on the wrapped segment store but ignores the return parameter, i.e. the files that the cleanup process marks for deletion.