advancedxy commented on PR #428:
URL: 
https://github.com/apache/incubator-uniffle/pull/428#issuecomment-1362590440

   >  `if (usedMemory.get() - preAllocatedSize.get() - inFlushSize.get() > 
highWaterMark) { `
   
   If I understand this code correctly, `usedMemory` is not updated for 
preAllocated buffer. `inFlushSize` is not related to this PR. 
`preAllocatedSize` is still decreased but slightly slowly. 
   
   In that sense, it will have less change to trigger flush. Therefore 
`LOCAL_ORDER` is not influenced?
   


-- 
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