[GitHub] flink pull request #6013: [FLINK-9284] [doc] update the cli page,change rest...

2018-05-14 Thread trionesadam
GitHub user trionesadam opened a pull request: https://github.com/apache/flink/pull/6013 [FLINK-9284] [doc] update the cli page,change rest port from 6123 to … ## What is the purpose of the change the flink 1.5 change the REST port from 6123 to 8081,so we need to change

[GitHub] flink issue #5920: [FLINK-9231] [web] Enable SO_REUSEADDR on listen sockets ...

2018-05-14 Thread trionesadam
Github user trionesadam commented on the issue: https://github.com/apache/flink/pull/5920 @zentol i saw that you refactor the WebFrontendBootstrap code. could you please take a look at this PR? ---

[GitHub] flink pull request #5920: [FLINK-9231] [web] Enable SO_REUSEADDR on listen s...

2018-04-26 Thread trionesadam
GitHub user trionesadam opened a pull request: https://github.com/apache/flink/pull/5920 [FLINK-9231] [web] Enable SO_REUSEADDR on listen sockets for WebFront… ## What is the purpose of the change Enable SO_REUSEADDR on listen sockets for WebFrontendBootstrap,This allows

[GitHub] flink issue #5802: [FLINK-9087] [runtime] change the method signature of Rec...

2018-04-11 Thread trionesadam
Github user trionesadam commented on the issue: https://github.com/apache/flink/pull/5802 @NicoK thanks a lot ---

[GitHub] flink issue #5802: [FLINK-9087] [runtime] change the method signature of Rec...

2018-04-10 Thread trionesadam
Github user trionesadam commented on the issue: https://github.com/apache/flink/pull/5802 This PR is ready for having another review. @NicoK , @tedyu , Thank you. @tedyu , do we need change the description of this jira? ---

[GitHub] flink pull request #5802: [FLINK-9087] [runtime] close the BufferConsumer in...

2018-04-02 Thread trionesadam
GitHub user trionesadam opened a pull request: https://github.com/apache/flink/pull/5802 [FLINK-9087] [runtime] close the BufferConsumer in RecordWriter.broad… ## What is the purpose of the change BufferConsumer is Closeable, we'd better close it at last