Hi,
I'm afraid for general normal dfs replication work mechanism, we couldn't do this operation. DFSR uses the update sequence number (USN) journal to detects changes on the volume, and then dfsr replicates the changes only after the file is closed.
If the latest operation is delate operation. This should be logged in USN journal. And after you close this file. The change should be synced to other dfs replication members.
Sometimes, multiple users do the operation for the same files. And the new change may not be logged and another new change is doing. Then there's the conflict files/folder. And will be moved to this folder. For how long will this folder kept, based on my knowledge, generally it will be cleared automatically when it arrive to the set size.
Best Regards,