From issues-return-163495-archive-asf-public=cust-asf.ponee.io@flink.apache.org Mon Apr 23 15:47:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9571A180676 for ; Mon, 23 Apr 2018 15:47:03 +0200 (CEST) Received: (qmail 66120 invoked by uid 500); 23 Apr 2018 13:47:02 -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 66111 invoked by uid 99); 23 Apr 2018 13:47:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2018 13:47:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 4123E18035D for ; Mon, 23 Apr 2018 13:47:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.511 X-Spam-Level: X-Spam-Status: No, score=-109.511 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 0ZT6ZtqfzFb3 for ; Mon, 23 Apr 2018 13:47:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E79CE5FBAF for ; Mon, 23 Apr 2018 13:47:00 +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 6EAC8E0217 for ; Mon, 23 Apr 2018 13:47:00 +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 30D02241C7 for ; Mon, 23 Apr 2018 13:47:00 +0000 (UTC) Date: Mon, 23 Apr 2018 13:47:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-9215) TaskManager Releasing - org.apache.flink.util.FlinkException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-9215?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1644= 8172#comment-16448172 ]=20 ASF GitHub Bot commented on FLINK-9215: --------------------------------------- Github user sihuazhou commented on the issue: https://github.com/apache/flink/pull/5879 =20 @zentol Thanks for you reply, I prefer the way to introduce a `Expected= LifecycleException`, I think maybe it could be used in some other places in= the future. Addressing this... > TaskManager Releasing - org.apache.flink.util.FlinkException > ------------------------------------------------------------- > > Key: FLINK-9215 > URL: https://issues.apache.org/jira/browse/FLINK-9215 > Project: Flink > Issue Type: Bug > Components: Cluster Management, ResourceManager, Streaming > Affects Versions: 1.5.0 > Reporter: Bob Lau > Assignee: Sihua Zhou > Priority: Major > Fix For: 1.5.0 > > > The exception stack is as follows: > {code:java} > //=E4=BB=A3=E7=A0=81=E5=8D=A0=E4=BD=8D=E7=AC=A6 > {"root-exception":" > org.apache.flink.util.FlinkException: Releasing TaskManager 0d87aa6fa99a6= c12e36775b1d6bceb19. > at org.apache.flink.runtime.jobmaster.slotpool.SlotPool.releaseTaskManage= rInternal(SlotPool.java:1067) > at org.apache.flink.runtime.jobmaster.slotpool.SlotPool.releaseTaskManage= r(SlotPool.java:1050) > at sun.reflect.GeneratedMethodAccessor110.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess= orImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.apache.flink.runtime.rpc.akka.AkkaRpcActor.handleRpcInvocation(Akk= aRpcActor.java:210) > at org.apache.flink.runtime.rpc.akka.AkkaRpcActor.handleMessage(AkkaRpcAc= tor.java:154) > at org.apache.flink.runtime.rpc.akka.AkkaRpcActor.lambda$onReceive$1(Akka= RpcActor.java:132) > at akka.actor.ActorCell$$anonfun$become$1.applyOrElse(ActorCell.scala:544= ) > at akka.actor.Actor$class.aroundReceive(Actor.scala:502) > at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:95) > at akka.actor.ActorCell.receiveMessage(ActorCell.scala:526) > at akka.actor.ActorCell.invoke(ActorCell.scala:495) > at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257) > at akka.dispatch.Mailbox.run(Mailbox.scala:224) > at akka.dispatch.Mailbox.exec(Mailbox.scala:234) > at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) > at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.= java:1339) > at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:197= 9) > at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThrea= d.java:107) > ","timestamp":1524106438997, > "all-exceptions":[{"exception":" > org.apache.flink.util.FlinkException: Releasing TaskManager 0d87aa6fa99a6= c12e36775b1d6bceb19. > at org.apache.flink.runtime.jobmaster.slotpool.SlotPool.releaseTaskManage= rInternal(SlotPool.java:1067) > at org.apache.flink.runtime.jobmaster.slotpool.SlotPool.releaseTaskManage= r(SlotPool.java:1050) > at sun.reflect.GeneratedMethodAccessor110.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess= orImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.apache.flink.runtime.rpc.akka.AkkaRpcActor.handleRpcInvocation(Akk= aRpcActor.java:210) > at org.apache.flink.runtime.rpc.akka.AkkaRpcActor.handleMessage(AkkaRpcAc= tor.java:154) > at org.apache.flink.runtime.rpc.akka.AkkaRpcActor.lambda$onReceive$1(Akka= RpcActor.java:132) > at akka.actor.ActorCell$$anonfun$become$1.applyOrElse(ActorCell.scala:544= ) > at akka.actor.Actor$class.aroundReceive(Actor.scala:502) > at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:95) > at akka.actor.ActorCell.receiveMessage(ActorCell.scala:526) > at akka.actor.ActorCell.invoke(ActorCell.scala:495) > at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257) > at akka.dispatch.Mailbox.run(Mailbox.scala:224) > at akka.dispatch.Mailbox.exec(Mailbox.scala:234) > at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) > at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.= java:1339) > at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:197= 9) > at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThrea= d.java:107) > ","task":"async wait operator (14/20)","location":"slave1:60199","timesta= mp":1524106438996 > }],"truncated":false} > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)