You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It came to my attention in googleapis/google-cloud-python#9457 that when a gRPC Google Cloud client object is destroyed, it doesn't clean up all the underlying resources from the gRPC transport layer.
I'd like to address this at the Google Cloud client level by providing better support for short-lived gRPC clients, but in the meantime, we need to call bqstorage_client.transport.close() when we are done using a BigQuery Storage API client.
The text was updated successfully, but these errors were encountered:
tswast
added
the
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
label
Nov 8, 2019
It came to my attention in googleapis/google-cloud-python#9457 that when a gRPC Google Cloud client object is destroyed, it doesn't clean up all the underlying resources from the gRPC transport layer.
I'd like to address this at the Google Cloud client level by providing better support for short-lived gRPC clients, but in the meantime, we need to call
bqstorage_client.transport.close()
when we are done using a BigQuery Storage API client.The text was updated successfully, but these errors were encountered: