tillrohrmann commented on a change in pull request #10299: [FLINK-14560]
[runtime] The value of taskmanager.memory.size in flink…
URL: https://github.com/apache/flink/pull/10299#discussion_r385835194
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/TaskManagerOptions.java
##########
@@ -193,7 +193,7 @@
*/
public static final ConfigOption<String> MANAGED_MEMORY_SIZE =
key("taskmanager.memory.size")
- .defaultValue("0")
+ .noDefaultValue()
Review comment:
I think we cannot simply change the default value of a config option in a
minor release. Instead I would suggest to adapt the sanity check in
`ConfigurationParserUtils`.
----------------------------------------------------------------
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