zuston commented on code in PR #2059:
URL:
https://github.com/apache/incubator-uniffle/pull/2059#discussion_r1726917433
##########
server/src/main/java/org/apache/uniffle/server/buffer/AbstractShuffleBuffer.java:
##########
@@ -41,8 +41,12 @@ public abstract class AbstractShuffleBuffer implements
ShuffleBuffer {
protected long size;
+ protected volatile boolean closed;
Review Comment:
the naming of closed sounds weired to me. How about dropped? or evicted?
--
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]