Re: [ceph-users] radosgw (0.87) and multipart upload (result object size = 0)

2015-01-29 Thread Yehuda Sadeh
On Tue, Jan 20, 2015 at 5:15 PM, Gleb Borisov wrote: > Hi, > > We're experiencing some issues with our radosgw setup. Today we tried to > copy bunch of objects between two separate clusters (using our own tool > built on top of java s3 api). > > All went smooth until we start copying large objects

Re: [ceph-users] radosgw (0.87) and multipart upload (result object size = 0)

2015-01-29 Thread Yehuda Sadeh
I assume that the problem is not with the object itself, but with one of the upload mechanism (either client, or rgw, or both). I would be curious, however, to see if a different S3 client (not the homebrew one) could upload the object correctly using multipart upload. Yehuda On Thu, Jan 29, 2015

Re: [ceph-users] radosgw (0.87) and multipart upload (result object size = 0)

2015-01-29 Thread Dong Yuan
I am curious whether the object can be uploaded without MultiUpload, so we can determine which part is wrong. On 21 January 2015 at 09:15, Gleb Borisov wrote: > Hi, > > We're experiencing some issues with our radosgw setup. Today we tried to > copy bunch of objects between two separate clusters (

[ceph-users] radosgw (0.87) and multipart upload (result object size = 0)

2015-01-29 Thread Gleb Borisov
Hi, We're experiencing some issues with our radosgw setup. Today we tried to copy bunch of objects between two separate clusters (using our own tool built on top of java s3 api). All went smooth until we start copying large objects (200G+). We can see that our code handles this case correctly and