azagrebin commented on a change in pull request #10161: [FLINK-13986][runtime]
Clean up legacy code for FLIP-49.
URL: https://github.com/apache/flink/pull/10161#discussion_r347845778
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/TaskManagerOptions.java
##########
@@ -310,6 +285,18 @@
+ " off-heap, while the remaining is on-heap.
If unspecified, it will be derived to make up the"
+ " configured fraction of the Managed Memory
size.");
+ /**
+ * Memory allocation method (JVM heap or off-heap), used for managed
memory of the TaskManager
+ * as well as the network buffers.
+ **/
+ @Deprecated
+ public static final ConfigOption<Boolean> MEMORY_OFF_HEAP =
Review comment:
we can also remove `ConfigConstants#TASK_MANAGER_MEMORY_OFF_HEAP_KEY`
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services