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
when thousands of data chunks exist, the Chunkio file handler needed to count how many chunks were up in memory, this operation was called many times generating high CPU and generating latency to the service.
The new version of Chunk I/O 1.0.1 added native counters as a state instead of count every time, no more performance issues are seeing.
Please test the following Docker image in your test environment and provide us some feedback:
Bug Report
When the storage backlog system has thousands of pending chunks, the start of the service is slow and it might slow down the delivery of data.
This issue has been reported by @rmacian. Confirmed through Zoom video session.
The text was updated successfully, but these errors were encountered: