Skip to content
Snippets Groups Projects
Commit 0e597b99 authored by felmer's avatar felmer
Browse files

SSDM-13501: create entry into .faulty_paths also in failed marker-file detection case

parent 980dcd61
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -383,8 +383,8 @@ public abstract class AbstractOmniscientTopLevelDataSetRegistrator<T extends Dat
{
return true;
}
return state.getMarkerFileUtility().deleteAndLogIsFinishedMarkerFile(
incomingDataSetFileOrIsFinishedFile);
return didOperationSucceed ? state.getMarkerFileUtility().deleteAndLogIsFinishedMarkerFile(
incomingDataSetFileOrIsFinishedFile) : true;
}
};
} else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment