Details
-
Improvement
-
Status: Patch Available
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
While working on related issue, it was noticed there are some places in distcp that's better to be improved and cleaned up. Particularly, after a file is coped to target cluster, it will check the copied file is fine or not. For replicated files, when checking, if the source block size and checksum option are not preserved while copying, we can avoid comparing the file checksums, which may save some time.