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 229F9200C1A for ; Mon, 13 Feb 2017 16:52:48 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 210DF160B60; Mon, 13 Feb 2017 15:52:48 +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 6BBB1160B4D for ; Mon, 13 Feb 2017 16:52:47 +0100 (CET) Received: (qmail 2746 invoked by uid 500); 13 Feb 2017 15:52:46 -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 2737 invoked by uid 99); 13 Feb 2017 15:52:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2017 15:52:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 2D37FC0E29 for ; Mon, 13 Feb 2017 15:52:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id HW8qxRTMc277 for ; Mon, 13 Feb 2017 15:52:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 4793A5F252 for ; Mon, 13 Feb 2017 15:52:43 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7E67DE062B for ; Mon, 13 Feb 2017 15:52:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id BDA1B21D66 for ; Mon, 13 Feb 2017 15:52:41 +0000 (UTC) Date: Mon, 13 Feb 2017 15:52:41 +0000 (UTC) From: "Nico Kruber (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (FLINK-5553) Job fails during deployment with IllegalStateException from subpartition request MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 13 Feb 2017 15:52:48 -0000 [ https://issues.apache.org/jira/browse/FLINK-5553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nico Kruber reassigned FLINK-5553: ---------------------------------- Assignee: Nico Kruber > Job fails during deployment with IllegalStateException from subpartition request > -------------------------------------------------------------------------------- > > Key: FLINK-5553 > URL: https://issues.apache.org/jira/browse/FLINK-5553 > Project: Flink > Issue Type: Bug > Components: Network > Affects Versions: 1.3.0 > Reporter: Robert Metzger > Assignee: Nico Kruber > Attachments: application-1484132267957-0076 > > > While running a test job with Flink 1.3-SNAPSHOT (6fb6967b9f9a31f034bd09fcf76aaf147bc8e9a0) the job failed with this exception: > {code} > 2017-01-18 14:56:27,043 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Sink: Unnamed (9/10) (befc06d0e792c2ce39dde74b365dd3cf) switched from DEPLOYING to RUNNING. > 2017-01-18 14:56:27,059 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Flat Map (9/10) (e94a01ec283e5dce7f79b02cf51654c4) switched from DEPLOYING to RUNNING. > 2017-01-18 14:56:27,817 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Flat Map (10/10) (cbb61c9a2f72c282877eb383e111f7cd) switched from RUNNING to FAILED. > java.lang.IllegalStateException: There has been an error in the channel. > at org.apache.flink.util.Preconditions.checkState(Preconditions.java:195) > at org.apache.flink.runtime.io.network.netty.PartitionRequestClientHandler.addInputChannel(PartitionRequestClientHandler.java:77) > at org.apache.flink.runtime.io.network.netty.PartitionRequestClient.requestSubpartition(PartitionRequestClient.java:104) > at org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel.requestSubpartition(RemoteInputChannel.java:115) > at org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate.requestPartitions(SingleInputGate.java:419) > at org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate.getNextBufferOrEvent(SingleInputGate.java:441) > at org.apache.flink.streaming.runtime.io.BarrierBuffer.getNextNonBlocked(BarrierBuffer.java:153) > at org.apache.flink.streaming.runtime.io.StreamInputProcessor.processInput(StreamInputProcessor.java:192) > at org.apache.flink.streaming.runtime.tasks.OneInputStreamTask.run(OneInputStreamTask.java:63) > at org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:270) > at org.apache.flink.runtime.taskmanager.Task.run(Task.java:666) > at java.lang.Thread.run(Thread.java:745) > 2017-01-18 14:56:27,819 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Job Misbehaved Job (b1d985d11984df57400fdff2bb656c59) switched from state RUNNING to FAILING. > java.lang.IllegalStateException: There has been an error in the channel. > at org.apache.flink.util.Preconditions.checkState(Preconditions.java:195) > at org.apache.flink.runtime.io.network.netty.PartitionRequestClientHandler.addInputChannel(PartitionRequestClientHandler.java:77) > at org.apache.flink.runtime.io.network.netty.PartitionRequestClient.requestSubpartition(PartitionRequestClient.java:104) > at org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel.requestSubpartition(RemoteInputChannel.java:115) > at org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate.requestPartitions(SingleInputGate.java:419) > at org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate.getNextBufferOrEvent(SingleInputGate.java:441) > at org.apache.flink.streaming.runtime.io.BarrierBuffer.getNextNonBlocked(BarrierBuffer.java:153) > at org.apache.flink.streaming.runtime.io.StreamInputProcessor.processInput(StreamInputProcessor.java:192) > at org.apache.flink.streaming.runtime.tasks.OneInputStreamTask.run(OneInputStreamTask.java:63) > at org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:270) > at org.apache.flink.runtime.taskmanager.Task.run(Task.java:666) > at java.lang.Thread.run(Thread.java:745) > {code} > This is the first exception that is reported to the jobmanager. > I think this is related to missing network buffers. You see that from the next deployment after the restart, where the deployment fails with the insufficient number of buffers exception. > I'll add logs to the JIRA. -- This message was sent by Atlassian JIRA (v6.3.15#6346)