jerqi commented on PR #176: URL: https://github.com/apache/incubator-uniffle/pull/176#issuecomment-1222124087
> ### What changes were proposed in this pull request? > for issue #173, Add a new flush strategy for ShuffleBufferManager, flush if the size of a single buffer reaches `rss.server.buffer.flush.threshold`, which can make more full use of disk io without waiting for the buffer to reach `(rss.server.buffer.capacity * rss.server.memory.shuffle.highWaterMark.percentage)` > > ### Why are the changes needed? > ### Does this PR introduce any user-facing change? > ### How was this patch tested? > Already added This is a user-facing change, Could you add the configuration to the document? https://github.com/apache/incubator-uniffle/blob/master/README.md -- 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]
