TanYuxin-tyx commented on code in PR #22960: URL: https://github.com/apache/flink/pull/22960#discussion_r1259355549
########## flink-runtime/src/main/java/org/apache/flink/runtime/io/network/buffer/Buffer.java: ########## @@ -87,6 +87,13 @@ public interface Buffer { */ BufferRecycler getRecycler(); + /** + * Sets the buffer's recycler. + * + * @param bufferRecycler the new buffer recycler + */ + void setRecycler(BufferRecycler bufferRecycler); Review Comment: Fixed. Added docs to describe the method. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org