[GitHub] flink issue #6242: [FLINK-9711][CLI] Filter only RUNNING jobs when --running...

2018-07-03 Thread satybald
Github user satybald commented on the issue: https://github.com/apache/flink/pull/6242 yep, it's flink 1.5.0. I'm closing PR then. ---

[GitHub] flink pull request #6242: [FLINK-9711][CLI] Filter only RUNNING jobs when --...

2018-07-03 Thread satybald
Github user satybald closed the pull request at: https://github.com/apache/flink/pull/6242 ---

[GitHub] flink issue #6242: [FLINK-9711][CLI] Filter only RUNNING jobs when --running...

2018-07-03 Thread satybald
Github user satybald commented on the issue: https://github.com/apache/flink/pull/6242 I'd agree with you that CREATED, RESTARTING and RUNNING is part of the definition of the running job. However, CLI does include CANCELED jobs as RUNNING one if --running options

[GitHub] flink pull request #6242: [FLINK-9711][CLI] Filter only RUNNING jobs when --...

2018-07-03 Thread satybald
GitHub user satybald opened a pull request: https://github.com/apache/flink/pull/6242 [FLINK-9711][CLI] Filter only RUNNING jobs when --running option provided in CLI ## What is the purpose of the change In Flink CLI there's a command list with option --running

[GitHub] flink pull request #6229: [docs]Replaced deprecated `high-availability.stora...

2018-06-29 Thread satybald
GitHub user satybald opened a pull request: https://github.com/apache/flink/pull/6229 [docs]Replaced deprecated `high-availability.storageDir` parameter from doc ## What is the purpose of the change Replace depricated paramater [high-availability.zookpeer.storageDir](https

[GitHub] flink issue #5328: [hotfix][codestyle] Refactor equals for StreamRecord

2018-01-22 Thread satybald
Github user satybald commented on the issue: https://github.com/apache/flink/pull/5328 thanks for the feedback @StephanEwen ---

[GitHub] flink pull request #5328: [hotfix][codestyle] Refactor equals for StreamReco...

2018-01-22 Thread satybald
Github user satybald closed the pull request at: https://github.com/apache/flink/pull/5328 ---

[GitHub] flink pull request #5328: [hotfix][codestyle] Refactor equals for StreamReco...

2018-01-21 Thread satybald
GitHub user satybald opened a pull request: https://github.com/apache/flink/pull/5328 [hotfix][codestyle] Refactor equals for StreamRecord ## What is the purpose of the change Removing nested `IF`s for `StreamRecord#equals` method without changing the comparison logic

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-21 Thread satybald
Github user satybald commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r162814676 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/LeaderHolder.java --- @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache