Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Distcp -update currently relies on File size, block size, and Checksum comparisons to figure out which files should be skipped or copied.
Since different cloud stores have different checksum algorithms we should check for modification time as well to the checks.
This would ensure that while performing -update if the files are perceived to be out of sync we should copy them. The machines between which the file transfers occur should be in time sync to avoid any extra copies.
Improving testing and documentation for modification time checks between different object stores to ensure no incorrect skipping of files.
Attachments
Issue Links
- causes
-
HADOOP-18633 fix test AbstractContractDistCpTest#testDistCpUpdateCheckFileSkip
- Resolved
- links to