zentol commented on a change in pull request #6645: [hotfix] Update deprecated
parameters in WebOptions
URL: https://github.com/apache/flink/pull/6645#discussion_r214549713
##########
File path: flink-jepsen/src/jepsen/flink/db.clj
##########
@@ -51,7 +51,7 @@
:high-availability.zookeeper.quorum (zookeeper-quorum test)
:high-availability.storageDir (str (:ha-storage-dir test) "/ha")
:state.savepoints.dir (str (:ha-storage-dir test)
"/savepoints")
- :web.port 8081
+ :rest.port 8081
Review comment:
values are no longer aligned properly
----------------------------------------------------------------
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