reswqa commented on code in PR #20371:
URL: https://github.com/apache/flink/pull/20371#discussion_r930894617
##########
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/hybrid/HsFileDataIndex.java:
##########
@@ -62,6 +62,9 @@ public interface HsFileDataIndex {
*/
void markBufferReadable(int subpartitionId, int bufferIndex);
+ /** Clean-up the {@link HsFileDataIndex} to free memory as soon as
possible. */
+ default void cleanUp() {}
Review Comment:
Removed this method as Insufficient motivation to clean up it.
--
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]