[
https://issues.apache.org/jira/browse/FLINK-8882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16391314#comment-16391314
]
Stefan Richter commented on FLINK-8882:
---------------------------------------
Got to double check again, maybe the problem is also turning the WAL off,
again, for no obvious reason.
I don't think that a shared resource makes sense: there is only one write
options object ever created and owned per backend and this is managed along the
primary DB object - disposing always covers both.
> 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)