bharatviswa504 commented on issue #159: HDDS-2477. TableCache cleanup issue for 
OM non-HA.
URL: https://github.com/apache/hadoop-ozone/pull/159#issuecomment-556527944
 
 
   Tested out on 3 node cluster, with this patch, I was able to upload files 
with larger sizes, which is reported in HDDS-2356 MPU for larger files is 
failing with CompleteMultipartUpload error. I have tried upload of files up to 
10GB, and able to upload successfully.
   
   
   ```
   [root@bh-ozone-2 ozone-0.5.0-SNAPSHOT]# cp ./10g-1.file 
/mount/mpunov19/new10g.file
   [root@bh-ozone-2 ozone-0.5.0-SNAPSHOT]# ls -al /mount/mpunov19/
   total 30408708
   drwxr-xr-x 2 root root        4096 Nov 20 14:49 .
   drwxr-xr-x 4 root root          39 Nov 19 12:37 ..
   -rw-r--r-- 1 root root 10737418240 Nov 19 13:40 10g-1.file
   -rw-r--r-- 1 root root  1073741824 Nov 19 12:48 1g-1.file
   -rw-r--r-- 1 root root  3221225472 Nov 19 13:29 3g-1.file
   -rw-r--r-- 1 root root  5368709120 Nov 19 13:35 5g-1.file
   -rw-r--r-- 1 root root 10737418240 Nov 20 14:49 new10g.file
   
   Get the object again, and verified data is correct or not. 
   [root@bh-ozone-2 ozone-0.5.0-SNAPSHOT]# ozones3api get-object --bucket 
mpunov19 --key new10g.file ./ozonenew10
   {
       "AcceptRanges": "bytes", 
       "ContentType": "application/octet-stream", 
       "LastModified": "Wed, 20 Nov 2019 22:49:35 GMT", 
       "ContentLength": 10737418240, 
       "Expires": "Wed, 20 Nov 2019 22:53:44 GMT", 
       "CacheControl": "no-cache", 
       "Metadata": {}
   }
   [root@bh-ozone-2 ozone-0.5.0-SNAPSHOT]# diff 10g-1.file ozonenew10 
   [root@bh-ozone-2 ozone-0.5.0-SNAPSHOT]
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to