-
Notifications
You must be signed in to change notification settings - Fork 588
Mpuissue #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mpuissue #163
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 <[email protected]>
Fix with HDDS-2470, HDDS-2471 HDDS-2477