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 has been archived by the owner on Jul 18, 2023. It is now read-only.
We use this library in a heavily multithreaded environment, and noticed that in heavy loads, this library introduces very serious lock contention issues in the IntervalBatcher class, which locks around the internal queue when enqueuing or emitting.
This eventually leads to 100% CPU usage on our servers, each of them waiting for this Influx client to release its locks.
The text was updated successfully, but these errors were encountered:
We use this library in a heavily multithreaded environment, and noticed that in heavy loads, this library introduces very serious lock contention issues in the IntervalBatcher class, which locks around the internal queue when enqueuing or emitting.
This eventually leads to 100% CPU usage on our servers, each of them waiting for this Influx client to release its locks.
The text was updated successfully, but these errors were encountered: