xianjingfeng commented on PR #2562:
URL: https://github.com/apache/uniffle/pull/2562#issuecomment-3135592481

   > The single-buffer triggered event will be added to the flushing queue. To 
improve the maximum flushing throughput, would it be possible to assign 
different priorities to these events? @xianjingfeng
   
   @zuston  I think this is not very useful, because even if the event is put 
into the flush queue, if the flush speed of a single buffer can't keep up, the 
memory can't be released. The difference is whether to keep the blocks in the 
memory into blocksMap or inFlushBlockMap.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to