RickyMa

Results 168 comments of RickyMa

Done by https://github.com/apache/incubator-uniffle/pull/1574

Can we display `usedDirectMemory` on the Dashboard's shuffle server page(which is very useful in my opinion)? Maybe add a column? If you think there are too many columns and it...

A good feature! +1 for this. Hope someone can pick this up. I'm currently not available.

![image](https://github.com/apache/incubator-uniffle/assets/13834479/9270431b-d877-43c2-8731-ea60642cda3e) `usedDirectMemory` has already become a very important metric in the latest Uniffle(especially when enabling Netty). I'm just making a suggestion for your reference. Since the `Id` is not very...

I think this is not finished yet.

Can you run `jmap -histo:live` to show what occupies the memory when the process of RSS Server is still alive? I think it will probably be `io.netty.buffer.ReadOnlyByteBufferBuf` from `org.apache.uniffle.common.ShufflePartitionedBlock`.

I've encountered this problem too. Any ideas to fix this? @zuston