HDDS-6092. commitKey() to upload file checksum to OM.
What changes were proposed in this pull request?
When KeyOutputStream is closed, it sends a request to OM to commit the final change. Compute the file checksum at this point so that it can be uploaded to OM and be persisted.
The serialization of the KeyArgs is not yet implemented. That'll be completed in a follow-up jira.
What is the link to the Apache JIRA
HDDS-6092
How was this patch tested?
Existing UT
Hey @jojochuang, could you rebase this PR? I can help with the review.
@jojochuang can you please rebase this patch.
This re-run passed precommit check https://github.com/jojochuang/hadoop-ozone/actions/runs/2506622668
@jojochuang thanks for this patch , could you proceed?
@jojochuang does this PR need to be revisited?