You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2016/06/06 13:48:21 UTC

[jira] [Resolved] (FLINK-3960) Disable, fix and re-enable EventTimeWindowCheckpointingITCase

     [ https://issues.apache.org/jira/browse/FLINK-3960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aljoscha Krettek resolved FLINK-3960.
-------------------------------------
    Resolution: Fixed

Reverted in https://github.com/apache/flink/commit/cfffdc87e3a3ac8aa7e33db87223df7bb7c8aef9

> Disable, fix and re-enable EventTimeWindowCheckpointingITCase
> -------------------------------------------------------------
>
>                 Key: FLINK-3960
>                 URL: https://issues.apache.org/jira/browse/FLINK-3960
>             Project: Flink
>          Issue Type: Bug
>          Components: Streaming, Tests
>    Affects Versions: 1.1.0
>            Reporter: Maximilian Michels
>            Assignee: Aljoscha Krettek
>              Labels: test-stability
>             Fix For: 1.1.0
>
>
> As a follow-up issue of FLINK-3909, our tests fail with the following. I believe [~aljoscha] is working on a fix.
> {noformat}
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  SIGSEGV (0xb) at pc=0x00007fae0c62a264, pid=72720, tid=140385528268544
> #
> # JRE version: Java(TM) SE Runtime Environment (7.0_76-b13) (build 1.7.0_76-b13)
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.76-b04 mixed mode linux-amd64 compressed oops)
> # Problematic frame:
> # C  [librocksdbjni78704726610339516..so+0x13c264]  rocksdb_iterator_helper(rocksdb::DB*, rocksdb::ReadOptions, rocksdb::ColumnFamilyHandle*)+0x4
> #
> # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
> #
> # An error report file with more information is saved as:
> # /home/travis/build/mxm/flink/flink-tests/target/hs_err_pid72720.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.java.com/bugreport/crash.jsp
> # The crash happened outside the Java Virtual Machine in native code.
> # See problematic frame for where to report the bug.
> #
> Aborted (core dumped)
> {noformat}
> I propose to disable the test case in the meantime because it is blocking our test execution which we need for pull requests.



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