You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zhangminglei <gi...@git.apache.org> on 2017/08/03 13:58:57 UTC

[GitHub] flink issue #4356: [FLINK-5486] Fix lacking of synchronization in BucketingS...

Github user zhangminglei commented on the issue:

    https://github.com/apache/flink/pull/4356
  
    ```
    Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 91.985 sec <<< FAILURE! - in org.apache.flink.test.checkpointing.ExternalizedCheckpointITCase
    testExternalizedFullRocksDBCheckpointsStandalone(org.apache.flink.test.checkpointing.ExternalizedCheckpointITCase)  Time elapsed: 29.976 sec  <<< ERROR!
    java.io.IOException: java.lang.Exception: Failed to complete checkpoint
    	at org.apache.flink.runtime.testingUtils.TestingCluster.requestCheckpoint(TestingCluster.scala:399)
    	at org.apache.flink.test.checkpointing.ExternalizedCheckpointITCase.testExternalizedCheckpoints(ExternalizedCheckpointITCase.java:218)
    	at org.apache.flink.test.checkpointing.ExternalizedCheckpointITCase.testExternalizedFullRocksDBCheckpointsStandalone(ExternalizedCheckpointITCase.java:78)
    Caused by: java.lang.Exception: Failed to complete checkpoint
    	at org.apache.flink.runtime.testingUtils.TestingJobManagerLike$$anonfun$handleTestingMessage$1$$anon$2.apply(TestingJobManagerLike.scala:375)
    	at org.apache.flink.runtime.testingUtils.TestingJobManagerLike$$anonfun$handleTestingMessage$1$$anon$2.apply(TestingJobManagerLike.scala:358)
    	at org.apache.flink.runtime.concurrent.impl.FlinkFuture$5.onComplete(FlinkFuture.java:272)
    	at akka.dispatch.OnComplete.internal(Future.scala:247)
    	at akka.dispatch.OnComplete.internal(Future.scala:245)
    	at akka.dispatch.japi$CallbackBridge.apply(Future.scala:175)
    	at akka.dispatch.japi$CallbackBridge.apply(Future.scala:172)
    	at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:32)
    ```


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---