Conversation
|
@timmylicheng Use this branch for testing. |
|
Test shows new error: |
|
This PR has a slight bug, and it caused the termination of OM. This is caused because cleaning up readyBuffer in Line 172 and using it later caused this issue. Once I reordered the fix, it worked for me. I was able to upload 1G,2G,3G,4G,5G files. Updated the PR with the fix.
Below is the successful snippet from OM Audit log. 1GB file 5GB file
|
|
And also one more thing I observed is during reading directly from the mounted path I see Input/Output exception, and some weird things happening to the node, like connection to OM lost, hostname not resolved. But when I use aws commands it worked. I just want to compare the uploaded file to ozone with the original file.
|
…r to Prevent ClassCastException. (apache#6950) (apache#163) (cherry picked from commit 86c4339) Co-authored-by: Arafat2198 <arafatp126@gmail.com>
Fix with HDDS-2470, HDDS-2471 HDDS-2477