AkshathPatkar opened a new issue #8075:
URL: https://github.com/apache/pinot/issues/8075


   If we enable deep storage on GCS bucket with CMEK enabled some times GCS 
segment upload is failing with error.
   
   `{
     "error": {
       "code": 400,
       "message": "Bad Cloud KMS crypto key: 
projects/atomic-sled-797/locations/us/keyRings/tst-gcs-key-us-01/cryptoKeys/gcs-01/cryptoKeyVersions/4",
       "errors": [
         {
           "message": "Bad Cloud KMS crypto key: 
projects/atomic-sled-797/locations/us/keyRings/tst-gcs-key-us-01/cryptoKeys/gcs-01/cryptoKeyVersions/4",
           "domain": "global",
           "reason": "invalid"
         }
       ]
     }
   }`
   
   After discussing further it looks like bug in OLD version of api being used 
   
https://github.com/apache/pinot/blob/d789ae70eec7ebafe0a688017c78c70d8caef798/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml#L48-L49
   
   This issue is fixed in later versions of google api 
   https://github.com/googleapis/java-storage/issues/502
   
   Can we get this upgraded 


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to