maqingxiang commented on a change in pull request #6645: [hotfix] Update
deprecated parameters in WebOptions
URL: https://github.com/apache/flink/pull/6645#discussion_r214565291
##########
File path:
flink-core/src/test/java/org/apache/flink/configuration/RestOptionsTest.java
##########
@@ -46,7 +46,7 @@ public void testBindAddressFirstDeprecatedKey() {
public void testBindAddressSecondDeprecatedKey() {
final Configuration configuration = new Configuration();
final String expectedAddress = "foobar";
- configuration.setString("jobmanager.web.address",
expectedAddress);
Review comment:
Sorry, I was careless. It's been recovered.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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