Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C6BA182CF for ; Sat, 14 Nov 2015 17:14:39 +0000 (UTC) Received: (qmail 97831 invoked by uid 500); 14 Nov 2015 17:14:39 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 97761 invoked by uid 500); 14 Nov 2015 17:14:39 -0000 Mailing-List: contact dev-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 dev@flink.apache.org Received: (qmail 97750 invoked by uid 99); 14 Nov 2015 17:14:38 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2015 17:14:38 +0000 Received: from mail-lf0-f44.google.com (mail-lf0-f44.google.com [209.85.215.44]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 56CEC1A04DE for ; Sat, 14 Nov 2015 17:14:38 +0000 (UTC) Received: by lffu14 with SMTP id u14so67747482lff.1 for ; Sat, 14 Nov 2015 09:14:36 -0800 (PST) X-Received: by 10.25.137.4 with SMTP id l4mr12695497lfd.121.1447521276600; Sat, 14 Nov 2015 09:14:36 -0800 (PST) MIME-Version: 1.0 From: =?UTF-8?Q?Gyula_F=C3=B3ra?= Date: Sat, 14 Nov 2015 17:14:27 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Connection reset by peer To: "dev@flink.apache.org" Content-Type: multipart/alternative; boundary=001a113fb6047f36120524834f83 --001a113fb6047f36120524834f83 Content-Type: text/plain; charset=UTF-8 Hi guys, I have a Flink Streaming job running for about a day now without any errors and then I got this in the job manager log: 15:37:49,905 WARN io.netty.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception. java.io.IOException: Connection reset by peer at sun.nio.ch.FileDispatcherImpl.read0(Native Method) at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) at sun.nio.ch.IOUtil.read(IOUtil.java:192) at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380) at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:447) at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:881) at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:242) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112) at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) at java.lang.Thread.run(Thread.java:745) After this the job did not fail it keeps running. This happened twice. Can anyone tell me what might cause this exception? Cheers, Gyula --001a113fb6047f36120524834f83--