zentol commented on a change in pull request #9541:
[FLINK-13828][configuration] Deprecate ConfigConstants.LOCAL_START_WEBSERVER
URL: https://github.com/apache/flink/pull/9541#discussion_r318483271
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java
##########
@@ -1866,6 +1866,10 @@
@Deprecated
public static final int DEFAULT_LOCAL_NUMBER_RESOURCE_MANAGER = 1;
+ /**
+ * Ineffective any more. Will be removed in 2.0.
Review comment:
```suggestion
* @deprecated Has no effect; the web-server is always started. Will be
removed in 2.0.
```
----------------------------------------------------------------
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