[jira] [Commented] (FLINK-11440) ChainLengthIncreaseTest failed on Travis

2019-01-30 Thread vinoyang (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-11440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16756800#comment-16756800
 ] 

vinoyang commented on FLINK-11440:
--

[~aljoscha] In fact, I am not very sure whether this failure is due to my PR. 
Coincidentally, my PR is to refactor the checkpoint implementation. In the 
refactoring logic, there is an operation that triggers the ExecutionVertex#fail 
call in the CheckpointCoordinator. I will ping you in this PR related code, can 
you help determine if this operation will have side effects?

> ChainLengthIncreaseTest failed on Travis
> 
>
> Key: FLINK-11440
> URL: https://issues.apache.org/jira/browse/FLINK-11440
> Project: Flink
>  Issue Type: Test
>  Components: Tests
>Reporter: vinoyang
>Priority: Major
>  Labels: test-stability
>
>  
> {code:java}
> 12:55:46.212 [ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time 
> elapsed: 11.875 s <<< FAILURE! - in 
> org.apache.flink.test.state.operator.restore.unkeyed.ChainLengthIncreaseTest
> 12:55:46.214 [ERROR] testMigrationAndRestore[Migrate Savepoint: 
> 1.7](org.apache.flink.test.state.operator.restore.unkeyed.ChainLengthIncreaseTest)
>   Time elapsed: 0.109 s  <<< ERROR!
> java.util.concurrent.ExecutionException: 
> java.util.concurrent.CompletionException: java.lang.IllegalStateException: 
> Checkpoint executing was failureTask received cancellation from one of its 
> inputs.
> Caused by: java.util.concurrent.CompletionException: 
> java.lang.IllegalStateException: Checkpoint executing was failureTask 
> received cancellation from one of its inputs.
> Caused by: java.lang.IllegalStateException: Checkpoint executing was 
> failureTask received cancellation from one of its inputs.
> {code}
>  
> log details : https://api.travis-ci.org/v3/job/485352065/log.txt
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-11440) ChainLengthIncreaseTest failed on Travis

2019-01-30 Thread Aljoscha Krettek (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-11440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755928#comment-16755928
 ] 

Aljoscha Krettek commented on FLINK-11440:
--

I'm assuming this is not easily reproducible on your PR? Or is it related to 
any changes?

> ChainLengthIncreaseTest failed on Travis
> 
>
> Key: FLINK-11440
> URL: https://issues.apache.org/jira/browse/FLINK-11440
> Project: Flink
>  Issue Type: Test
>  Components: Tests
>Reporter: vinoyang
>Priority: Major
>  Labels: test-stability
>
>  
> {code:java}
> 12:55:46.212 [ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time 
> elapsed: 11.875 s <<< FAILURE! - in 
> org.apache.flink.test.state.operator.restore.unkeyed.ChainLengthIncreaseTest
> 12:55:46.214 [ERROR] testMigrationAndRestore[Migrate Savepoint: 
> 1.7](org.apache.flink.test.state.operator.restore.unkeyed.ChainLengthIncreaseTest)
>   Time elapsed: 0.109 s  <<< ERROR!
> java.util.concurrent.ExecutionException: 
> java.util.concurrent.CompletionException: java.lang.IllegalStateException: 
> Checkpoint executing was failureTask received cancellation from one of its 
> inputs.
> Caused by: java.util.concurrent.CompletionException: 
> java.lang.IllegalStateException: Checkpoint executing was failureTask 
> received cancellation from one of its inputs.
> Caused by: java.lang.IllegalStateException: Checkpoint executing was 
> failureTask received cancellation from one of its inputs.
> {code}
>  
> log details : https://api.travis-ci.org/v3/job/485352065/log.txt
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)