You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/04 12:03:59 UTC

[jira] [Commented] (FLINK-3948) EventTimeWindowCheckpointingITCase Fails with Core Dump

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

ASF GitHub Bot commented on FLINK-3948:
---------------------------------------

GitHub user aljoscha opened a pull request:

    https://github.com/apache/flink/pull/2072

    [FLINK-3948] Protect RocksDB cleanup by cleanup lock

    Before, it could happen that an asynchronous checkpoint was going on
    when trying to do cleanup. Now we protect cleanup and asynchronous
    checkpointing by a lock.
    
    This was what caused `EventTimeWindowCheckpointingITCase` to fail. I now ran it more than a 100 times on travis and haven't observed a build failure related to this.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aljoscha/flink rocksdb/fix-core-dump

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2072.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2072
    
----
commit c8456b45c47e67cc316d5bb979de36a6225eebd4
Author: Aljoscha Krettek <al...@gmail.com>
Date:   2016-06-04T05:59:48Z

    Revert "[FLINK-3960] ignore EventTimeWindowCheckpointingITCase for now"
    
    This reverts commit 98a939552e12fc699ff39111bbe877e112460ceb.

commit 13c8593ec9074aa086caf4329b21e331a1c54d58
Author: Aljoscha Krettek <al...@gmail.com>
Date:   2016-05-20T20:37:14Z

    [FLINK-3948] Protect RocksDB cleanup by cleanup lock
    
    Before, it could happen that an asynchronous checkpoint was going on
    when trying to do cleanup. Now we protect cleanup and asynchronous
    checkpointing by a lock.

----


> EventTimeWindowCheckpointingITCase Fails with Core Dump
> -------------------------------------------------------
>
>                 Key: FLINK-3948
>                 URL: https://issues.apache.org/jira/browse/FLINK-3948
>             Project: Flink
>          Issue Type: Bug
>          Components: state backends
>    Affects Versions: 1.1.0
>            Reporter: Aljoscha Krettek
>            Assignee: Aljoscha Krettek
>            Priority: Critical
>
> It fails because of a core dump in RocksDB. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)