You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by ro...@apache.org on 2022/08/22 11:54:43 UTC

[incubator-uniffle] branch master updated (df4163fd -> 6cbd9b7b)

This is an automated email from the ASF dual-hosted git repository.

roryqi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


    from df4163fd [BUGFIX] Fix resource leak when shuffle read (#174)
     add 6cbd9b7b [Improvement] ShuffleBufferManager supports triggering flush according to the size of single ShuffleBuffer (#176)

No new revisions were added by this update.

Summary of changes:
 README.md                                          |  2 +
 .../apache/uniffle/server/ShuffleServerConf.java   | 12 ++++++
 .../server/buffer/ShuffleBufferManager.java        | 13 ++++++
 .../server/buffer/ShuffleBufferManagerTest.java    | 49 ++++++++++++++++++++++
 4 files changed, 76 insertions(+)