qijiale76 opened a new pull request, #8582:
URL: https://github.com/apache/hadoop/pull/8582
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'HADOOP-17799. Your PR title ...'.
-->
### Description of PR
This PR adds an optional FedBalance verification phase after the final
DistCp succeeds.
The verification is disabled by default. When enabled, FedBalance compares
the source and destination ContentSummary directory count, file count, and
length after excluding snapshot content. A mismatch fails the job, while
transient ContentSummary read failures are retried by the procedure scheduler.
This provides a lightweight built-in verification mechanism without changing
the default FedBalance behavior.
### How was this patch tested?
Ran FedBalance unit tests locally and validated on a production cluster.
### AI Tooling
Contains content generated by Codex.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]