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
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
btasker
added a commit
to btasker/influxdb-client-python
that referenced
this issue
Feb 9, 2023
The other part of the fix for influxdata#558
If a configured callback results in an exception we'll trap it and log
the details rather than allowing it to interrupt the parent thread
Specifications
Code sample to reproduce problem
Attaching repro script
repro_lockup.py.gz
Expected behavior
Script should exit once processing in
main()
is complete, even if the callback handlers fail (for whatever reason)Actual behavior
Script runs until killed.
Strace shows processing is stuck in sleep
Looks to be this while loop
Additional info
No response
The text was updated successfully, but these errors were encountered: