When you use Distributed File System Replication (DFSR), all files in a replicated folder are re-replicated between servers even though the file contents are unchanged. This behavior may occur in a "ping pong" manner between servers continuously. When you examine the files closely, you find the following conditions are true:
- The files are not visibly changed.
- The "Last Modified" date was not changed.
- Files are moving to the DFSR ConflictedAndDeleted folder.
- Users may notice that their recent file changes are being removed, and the file seems to be an older version.
Additionally, the DFSR debug logs show entries that resemble the following for each replicated file:
20090629 19:12:57.725 2532 USNC 2453 UsnConsumer::UpdateIdRecord ID record updated
from USN_RECORD:
+ USN_RECORD:
+ RecordLength: 96
+ MajorVersion: 2
+ MinorVersion: 0
+ FileRefNumber: 0xF000000005E74
+ ParentFileRefNumber: 0x5000000000127
+ USN: 0x2ba89c0
+ TimeStamp: 20090629 19:12:57.709 Eastern Standard Time
+ Reason: Basic Info Change Close Named Data Extend Stream Change
+ SourceInfo: 0x0
+ SecurityId: 0x0
+ FileAttributes: 0x20
+ FileNameLength: 32
+ FileNameOffset: 60
+ FileName: samplefile.rtf
Note The Reason text in this example includes "Stream Change." On the next update, the Reason text may change to "Data Truncation."