Details
-
Sub-task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
public BufferAndBacklog getNextBuffer() throws IOException, InterruptedException { //... int newBacklog = parent.decreaseBuffersInBacklog(current); return new BufferAndBacklog(current, newBacklog > 0, newBacklog, nextBufferIsEvent);
relies on the backlog to signal further data availability. However, if there are only events left in the buffer queue, their buffers are not included in the backlog counting and therefore, isMoreAvailable will be wrongly false here.
Attachments
Issue Links
- links to