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 user satybald closed the pull request at:
https://github.com/apache/flink/pull/6242
---
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 option
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 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 user satybald commented on the issue:
https://github.com/apache/flink/pull/5328
thanks for the feedback @StephanEwen
---
Github user satybald closed the pull request at:
https://github.com/apache/flink/pull/5328
---
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 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