You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/11/22 12:47:41 UTC

[GitHub] pnowojski commented on a change in pull request #6829: [FLINK-10367][network] Introduce NotificationResult for BufferListener to solve recursive stack overflow

pnowojski commented on a change in pull request #6829: [FLINK-10367][network] Introduce NotificationResult for BufferListener to solve recursive stack overflow
URL: https://github.com/apache/flink/pull/6829#discussion_r235653067
 
 

 ##########
 File path: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/buffer/BufferListener.java
 ##########
 @@ -24,6 +24,41 @@
  */
 public interface BufferListener {
 
+	/**
+	 * Status of the notification result from the buffer listener.
+	 */
+	enum NotificationResult {
+		NONE(false, false),
 
 Review comment:
   Rename to `BUFFER_REJECTED`? `BUFFER_NOT_USED`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services