pnowojski commented on a change in pull request #7938: [FLINK-10941] Keep slots which contain
unconsumed result partitions (on top of #7186)
URL: https://github.com/apache/flink/pull/7938#discussion_r273039300
##########
File path: flink-core/src/main/java/org/apache/flink/configuration/ResourceManagerOptions.java
##########
@@ -106,6 +106,24 @@
.text("The timeout for an idle task manager to be released.")
.build());
+ /**
+ * Release task executor only when each produced result partition is either consumed or
failed.
+ *
+ * <p>Currently, produced result partition is released when it fails or consumer sends
close request
+ * to confirm successful end of consumption and to close the communication channel.
+ */
+ public static final ConfigOption<Boolean> TASK_MANAGER_RELEASE_WHEN_RESULT_CONSUMED
= ConfigOptions
Review comment:
mark as deprecated?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
|