xianjingfeng commented on issue #926:
URL: 
https://github.com/apache/incubator-uniffle/issues/926#issuecomment-1790232897

   @leixm @zuston
   I have discussed this issue with @jerqi offline. We think we can use 
skipList to store blocks in `ShuffleBuffer`, but the key of the skipList should 
be a self-increment id.
   Another reason to use skipList is that if we assign a lot of memory(1TB) to 
the shuffle server, it will be slow while getting memory data with current 
implementation.


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