apache / incubator-uniffle

Uniffle is a high performance, general purpose Remote Shuffle Service.
https://uniffle.apache.org/
Apache License 2.0
388 stars 149 forks source link

[Improvement] Support reg app conf to server and avoid update committed/cached blockIds bitmap #2197

Closed maobaolong closed 1 month ago

maobaolong commented 1 month ago

Code of Conduct

Search before asking

What would you like to be improved?

Avoid update committed/cached blockIds bitmap while storage type is with memory.

How should we improve?

Reg app conf to server so that sever can check whether the client use a storage type with memory, if so, server do not update the cachedBlockIds and committedBlockIds bitmap to reduce the cpu useage.

Are you willing to submit PR?