Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.6.0, 2.5.1
-
None
Description
this requests queue is a blocking queue,however, enqueueing while reading a file is non-blocking,and the queue is not capped
the same to the write queue , furthermore, the write queue is a non-blocking queue
downloading large files concurrently may cause OOM