Github user mxm commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2618#discussion_r83440189
  
    --- Diff: 
flink-tests/src/test/java/org/apache/flink/test/checkpointing/ContinuousFileProcessingCheckpointITCase.java
 ---
    @@ -217,13 +217,12 @@ public void invoke(String value) throws Exception {
                        }
     
                        // add some latency so that we have at least one 
checkpoint in
    -                   if (!hasFailed && successfulCheckpoints == 0) {
    -                           Thread.sleep(2);
    +                   if (!hasFailed && !hasSuccessfulCheckpoints) {
    +                           Thread.sleep(5);
    --- End diff --
    
    Then I suppose we could release the checkpoint lock here and loop until the 
checkpoint has been created?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to