lwllvyb commented on PR #2059: URL: https://github.com/apache/incubator-uniffle/pull/2059#issuecomment-2309259271
> Could you help describe more why this(remove/cache buffer) will happen at the same time? When i test the configuration "rss.server.huge-partition.size.hard.limit", the test failed because the partition was oversized. (in chronological order) 1. In function ShuffleBufferManager@cacheShuffleData, getShuffleBufferEntry be called and return success. 2. Function removeResources be triggered and appId be removed from bufferPool. 3. In function ShuffleBufferManager@cacheShuffleData, buffer.append be called and the ByteBuf be added to the buffer. This ByteBuf will never be released. -- 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]
