You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/01/26 23:42:04 UTC

[GitHub] [pinot] AkshathPatkar opened a new issue #8075: Pinot GCS write fails to GCS bucket WITH CMEK enabled

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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] Jackie-Jiang commented on issue #8075: Pinot GCS write fails to GCS bucket WITH CMEK enabled

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #8075:
URL: https://github.com/apache/pinot/issues/8075#issuecomment-1023535011


   Thanks for investigating into the issue. Would you mind helping contribute a fix for this?


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] AkshathPatkar commented on issue #8075: Pinot GCS write fails to GCS bucket WITH CMEK enabled

Posted by GitBox <gi...@apache.org>.
AkshathPatkar commented on issue #8075:
URL: https://github.com/apache/pinot/issues/8075#issuecomment-1029345617


   Thanks I have sent a PR over https://github.com/apache/pinot/pull/8121. Let me know if you need more information on this


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] Jackie-Jiang commented on issue #8075: Pinot GCS write fails to GCS bucket WITH CMEK enabled

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #8075:
URL: https://github.com/apache/pinot/issues/8075#issuecomment-1029507950


   Thanks for submitting the fix. The fix has been merged, and closing this issue


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] Jackie-Jiang closed issue #8075: Pinot GCS write fails to GCS bucket WITH CMEK enabled

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang closed issue #8075:
URL: https://github.com/apache/pinot/issues/8075


   


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org