[GitHub] flink issue #6346: [FLINK-9598] Refine java-doc about the min pause between ...

2018-07-17 Thread Myasuka
Github user Myasuka commented on the issue: https://github.com/apache/flink/pull/6346 @zentol Sorry, it's really my fault to affect the public APIs by mistake, I'm reverting API-changes back to original ones and only refine the docs. ---

[GitHub] flink pull request #6346: [FLINK-9598] Refine java-doc about the min pause b...

2018-07-17 Thread Myasuka
GitHub user Myasuka opened a pull request: https://github.com/apache/flink/pull/6346 [FLINK-9598] Refine java-doc about the min pause between checkpoints ## What is the purpose of the change This pull request makes docs about config `minPauseBetweenCheckpoints` more clear

[GitHub] flink issue #6260: [FLINK-9758] Fix ContinuousFileProcessingTest failure due...

2018-07-14 Thread Myasuka
Github user Myasuka commented on the issue: https://github.com/apache/flink/pull/6260 @dawidwys thanks for your suggestion, I have already refactor code with a helper method to create the continuous-monitoring function. ---

[GitHub] flink pull request #6260: [FLINK-9758] Fix ContinuousFileProcessingTest fail...

2018-07-04 Thread Myasuka
GitHub user Myasuka opened a pull request: https://github.com/apache/flink/pull/6260 [FLINK-9758] Fix ContinuousFileProcessingTest failure due to not setting runtimeContext ## What is the purpose of the change Fix ContinuousFileProcessingTest failue due to not setting

[GitHub] flink issue #5984: [FLINK-9328][state] Fix RocksDBStateBackend restore probl...

2018-07-03 Thread Myasuka
Github user Myasuka commented on the issue: https://github.com/apache/flink/pull/5984 The failing UT JobManagerFailsITCase in [#25170.9-build](https://travis-ci.org/apache/flink/jobs/393258719) is not related with this PR, shall I re-trigger the CI process? ---

[GitHub] flink issue #5984: [FLINK-9328][state] Fix RocksDBStateBackend restore probl...

2018-06-17 Thread Myasuka
Github user Myasuka commented on the issue: https://github.com/apache/flink/pull/5984 Sorry for the late reply, @tzulitai I have already rebased on the latest master now. ---

[GitHub] flink pull request #5984: [FLINK-9328][state] Fix RocksDBStateBackend restor...

2018-05-10 Thread Myasuka
GitHub user Myasuka opened a pull request: https://github.com/apache/flink/pull/5984 [FLINK-9328][state] Fix RocksDBStateBackend restore problem due to StateBackendTestBase not registering snapshots ## What is the purpose of the change Currently, StateBackendTestBase