tillrohrmann commented on a change in pull request #15838:
URL: https://github.com/apache/flink/pull/15838#discussion_r627245575
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/ClusterOptions.java
##########
@@ -132,11 +132,7 @@
"Defines whether the cluster uses fine-grained
resource management.");
public static boolean isDeclarativeResourceManagementEnabled(Configuration
configuration) {
Review comment:
I don't fully understand why it is not possible. I thought that the
declarative resource management is now always enabled. Hence
`isFineGrainedResourceManagementEnabled` could be changed by removing the first
if check which checks if declarative resource management is not activated. Then
we should be able to remove the `ENABLE_DECLARATIVE_RESOURCE_MANAGEMENT` config
option.
--
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]