Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 89377200B4B for ; Wed, 6 Jul 2016 16:16:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 88291160A64; Wed, 6 Jul 2016 14:16:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D9B9A160A55 for ; Wed, 6 Jul 2016 16:16:11 +0200 (CEST) Received: (qmail 91774 invoked by uid 500); 6 Jul 2016 14:16:11 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 91756 invoked by uid 99); 6 Jul 2016 14:16:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2016 14:16:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F17EB2C027F for ; Wed, 6 Jul 2016 14:16:10 +0000 (UTC) Date: Wed, 6 Jul 2016 14:16:10 +0000 (UTC) From: "Till Rohrmann (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (FLINK-4162) Event-Time CEP Job Fails after Restart MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 06 Jul 2016 14:16:12 -0000 [ https://issues.apache.org/jira/browse/FLINK-4162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann reassigned FLINK-4162: ------------------------------------ Assignee: Till Rohrmann > Event-Time CEP Job Fails after Restart > -------------------------------------- > > Key: FLINK-4162 > URL: https://issues.apache.org/jira/browse/FLINK-4162 > Project: Flink > Issue Type: Bug > Components: CEP > Affects Versions: 1.1.0, 1.0.3 > Reporter: Aljoscha Krettek > Assignee: Till Rohrmann > Priority: Blocker > > With the fix for FLINK-4149 a restarting event-time CEP job fails with this exception: > {code} > java.lang.IllegalStateException: Detected an underflow in the pruning timestamp. This indicates that either the window length is too long (10) or that the timestamp has not been set correctly (e.g. Long.MIN_VALUE). > at org.apache.flink.cep.nfa.NFA.process(NFA.java:185) > at org.apache.flink.cep.operator.KeyedCEPPatternOperator.processEvent(KeyedCEPPatternOperator.java:48) > at org.apache.flink.cep.operator.AbstractKeyedCEPPatternOperator.processWatermark(AbstractKeyedCEPPatternOperator.java:163) > at org.apache.flink.streaming.runtime.io.StreamInputProcessor.processInput(StreamInputProcessor.java:165) > at org.apache.flink.streaming.runtime.tasks.OneInputStreamTask.run(OneInputStreamTask.java:66) > at org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:265) > at org.apache.flink.runtime.taskmanager.Task.run(Task.java:588) > at java.lang.Thread.run(Thread.java:745) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)