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
fix: prevent process deadlock if the batch write thread dies
This is one part of a fix for influxdata#558
It:
* Adds a WriteOption `max_close_wait` (default 500,000ms)
* Adjust `__del__` so that we'll only wait `max_close_wait`ms for queued writes to complete
* Adds a warning if the threshold is hit
0 commit comments