Uh oh!
There was an error while loading. Please reload this page.
Mpuissue - #163
Conversation
bharatviswa504
commented
Nov 14, 2019
@timmylicheng Use this branch for testing. |
timmylicheng
commented
Nov 14, 2019
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
|
bharatviswa504
commented
Nov 14, 2019
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.
|
bharatviswa504
commented
Nov 22, 2019
…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-2471HDDS-2477