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
{{ message }}
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
When using a BigQueryWriteClient with a custom ExecutorProvider
And that executorProvider has shouldAutoClose == false
The watchdog that gets spun up in ClientContext uses this provided executor, but is marked as shouldAutoClose == true (which is correct, because the watchdog has futures that need to be closed)
This results in the watchdog awaiting on executor shutdown when awaitTermination is called