You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/05 00:26:13 UTC

[GitHub] [beam] damccorm opened a new issue, #21577: Log GCS upload ID for Python GCS connector

damccorm opened a new issue, #21577:
URL: https://github.com/apache/beam/issues/21577

   We already do this for Java: https://github.com/apache/beam/blob/master/sdks/java/extensions/google-cloud-platform-core/src/main/java/org/apache/beam/sdk/extensions/gcp/util/UploadIdResponseInterceptor.java
   
   To prevent excessive logging, this should only be done when DEBUG logs are enabled.
   
   Imported from Jira [BEAM-14147](https://issues.apache.org/jira/browse/BEAM-14147). Original Jira may contain additional context.
   Reported by: chamikara.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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


[GitHub] [beam] liferoad commented on issue #21577: Log GCS upload ID for Python GCS connector

Posted by "liferoad (via GitHub)" <gi...@apache.org>.
liferoad commented on issue #21577:
URL: https://github.com/apache/beam/issues/21577#issuecomment-1504080811

   @Geddy05 are you still working on 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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] Geddy05 commented on issue #21577: Log GCS upload ID for Python GCS connector

Posted by GitBox <gi...@apache.org>.
Geddy05 commented on issue #21577:
URL: https://github.com/apache/beam/issues/21577#issuecomment-1369800597

   .take-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: github-unsubscribe@beam.apache.org

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


Re: [I] Log GCS upload ID for Python GCS connector [beam]

Posted by "yuwtennis (via GitHub)" <gi...@apache.org>.
yuwtennis commented on issue #21577:
URL: https://github.com/apache/beam/issues/21577#issuecomment-2009405325

   Hello. Is this issue already implemented ? I see `upload_id` when I increase the log level.
   
   ```
   DEBUG:urllib3.connectionpool:https://storage.googleapis.com:443 "PUT /upload/storage/v1/b/MY_PROJECT/o?uploadType=resumable&upload_id=ABPtcPqDgGcN_cmYiKCbbu4McvSfJmQx64VuFR_sQPHXbZVCE_RPBNbqJSQVqju83uev-Skbo6--j25ctUSDhHeyx
   7h7dyTntFT9fHZKhN93wvuL HTTP/1.1" 200 1164
   ```


-- 
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: github-unsubscribe@beam.apache.org

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