Soumitra Sulav created HDDS-5964:
------------------------------------

             Summary: [S3-TDE] ClassCastException on S3 encrypted bucket with 
range option
                 Key: HDDS-5964
                 URL: https://issues.apache.org/jira/browse/HDDS-5964
             Project: Apache Ozone
          Issue Type: Bug
          Components: S3
    Affects Versions: 1.2.0
            Reporter: Soumitra Sulav
         Attachments: Error1_get-object_range, 
Error2_get-object_range_multiupload

Errors were observed on get-object with range option on a key inside an 
encrypted bucket.
 
*Command 1: Normal upload key*


{code:java}
aws s3api --ca-bundle=/usr/local/share/ca-certificates/ca.crt --endpoint 
https://quasar-byhidn-2.quasar-byhidn.root.hwx.site:9879/ get-object --bucket 
bucketrange --range bytes=0-215754 --key file1634895936 
/tmp/getObjectFile1634895936

An error occurred (500) when calling the GetObject operation (reached max 
retries: 4): Internal Server Error
{code}

Error 1 : ClassCastException Error1_get-object_range
 
 
*Command 2: Multi part upload key*


{code:java}
aws s3api  --ca-bundle=/usr/local/share/ca-certificates/ca.crt --endpoint 
https://quasar-byhidn-2.quasar-byhidn.root.hwx.site:9879/  get-object --bucket 
bucketmultiupload  --key file1634895999 --range bytes=0-2157 
/tmp/getObjectFile1634895999-range

An error occurred (500) when calling the GetObject operation (reached max 
retries: 4): Internal Server Error
{code}
Error 2 : java.lang.NullPointerException Error2_get-object_range_multiupload
 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to