xintongsong opened a new pull request #10677: [FLINK-15371] Change FLIP-49 memory configurations to use the new memory type config options URL: https://github.com/apache/flink/pull/10677 ## What is the purpose of the change This PR updates config options in TaskManagerOptions to use the new strongly typed ConfigOption, to make validation automatic and save from breaking the options later. ## Brief change log - f7752e224dc99a1f16db516bfe4ecf1eec934d51: Update for config options of primitive types. - e956c1c08eaebf1fdbe46f75a9364f7301616e97: Update for config options of memory types. - 17230db62c0249b34037dda6c8fb4dd8de0e92bc: Update for config options of duration types. - Strictly speaking, this change does not belong to this JIRA ticket (it's not related to FLIP-49), and it's also not a hotfix (the config type changes in document is user-aware). ## Verifying this change This change is a trivial rework / code cleanup without any test coverage. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (no) - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes) - The serializers: (no) - The runtime per-record code paths (performance sensitive): (no) - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no) - The S3 file system connector: (no) ## Documentation - Does this pull request introduce a new feature? (no) - If yes, how is the feature documented? (not applicable)
---------------------------------------------------------------- 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
