[ https://issues.apache.org/jira/browse/FLINK-8882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16391300#comment-16391300 ]
Stefan Richter commented on FLINK-8882: --------------------------------------- It seems like the problem was introduced by the changes from FLINK-8859, but it remains unclear how exactly this change produces the problem. However, I think the problem is gone when we create a dedicated \{{WriteOptions}} object that is only used for the restore loop. > flink-tests fails with core dump > -------------------------------- > > Key: FLINK-8882 > URL: https://issues.apache.org/jira/browse/FLINK-8882 > Project: Flink > Issue Type: Bug > Components: Tests > Affects Versions: 1.5.0 > Reporter: Chesnay Schepler > Assignee: Stefan Richter > Priority: Blocker > Fix For: 1.5.0 > > > {code} > ... > org.apache.flink.test.checkpointing.FileBackendEventTimeWindowCheckpointingITCase#testPreAggregatedSlidingTimeWindow. > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.618 sec - > in > org.apache.flink.test.checkpointing.FileBackendEventTimeWindowCheckpointingITCase > Tests run: 12, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 42.854 sec - > in > org.apache.flink.test.checkpointing.utils.LegacyStatefulJobSavepointMigrationITCase > pure virtual method called > terminate called without an active exception > Running > org.apache.flink.test.checkpointing.utils.StatefulJobSavepointMigrationITCase > Connected to JobManager at > Actor[akka.tcp://flink@localhost:37394/user/jobmanager#-110084021] with > leader session id 00000000-0000-0000-0000-000000000000. > Connected to JobManager at > Actor[akka.tcp://flink@localhost:37300/user/jobmanager#1250458061] with > leader session id 00000000-0000-0000-0000-000000000000. > {code} > https://travis-ci.org/apache/flink/builds/349737587 -- This message was sent by Atlassian JIRA (v7.6.3#76005)