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
Currently PutManager ChunkFiller goes into WAITING when there are no active operations (when there are no running operations that have started getting any data from the channel).
This can be improved so that the chunk filler goes to sleep when data stops arriving after it starts to arrive. This can get a little tricky and involved as we need to ensure that chunk filler gets notified in all the paths. For example, if data arrives and there are no chunks available to be filled, then when chunks eventually become available, the chunk filler should be notified.
The text was updated successfully, but these errors were encountered:
Currently PutManager ChunkFiller goes into WAITING when there are no active operations (when there are no running operations that have started getting any data from the channel).
This can be improved so that the chunk filler goes to sleep when data stops arriving after it starts to arrive. This can get a little tricky and involved as we need to ensure that chunk filler gets notified in all the paths. For example, if data arrives and there are no chunks available to be filled, then when chunks eventually become available, the chunk filler should be notified.
The text was updated successfully, but these errors were encountered: