Anilkumar Gingade created GEODE-3215:
----------------------------------------
Summary: Failure during oplog (.crf) creation does not clean up
other resources (.drf) created.
Key: GEODE-3215
URL: https://issues.apache.org/jira/browse/GEODE-3215
Project: Geode
Issue Type: Bug
Components: persistence
Reporter: Anilkumar Gingade
As part of oplog creation, system generates, .drf, .crf files. It creates .drf
first and later .crf, during .crf creating if there is any failure (preBlow) ,
it does not delete the .drf file.
In case of multiple disk directories, this will result in multiple .drf file to
be created, when concurrent compaction in progress. This results in recovery
failure with "Both the crf and drf for this oplog should be in the same
directory."
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)