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_r347846890
 
 

 ##########
 File path: 
flink-core/src/main/java/org/apache/flink/configuration/TaskManagerOptions.java
 ##########
 @@ -160,31 +160,6 @@
                        .defaultValue("32kb")
                        .withDescription("Size of memory buffers used by the 
network stack and the memory manager.");
 
-       /**
-        * Amount of memory to be allocated by the task manager's memory 
manager. If not
-        * set, a relative fraction will be allocated, as defined by {@link 
#MANAGED_MEMORY_FRACTION}.
-        */
-       @Deprecated
-       public static final ConfigOption<String> LEGACY_MANAGED_MEMORY_SIZE =
-                       key("taskmanager.memory.size")
 
 Review comment:
   we still have mentions of raw config name strings like 
`taskmanager.memory.size` in some places, e.g. in docs. I think it would be 
good to update those places, also for other removed options. 

----------------------------------------------------------------
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

Reply via email to