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 129DE2004CA for ; Wed, 11 May 2016 13:59:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 113B71602BF; Wed, 11 May 2016 11:59:18 +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 58EE21602BE for ; Wed, 11 May 2016 13:59:17 +0200 (CEST) Received: (qmail 12291 invoked by uid 500); 11 May 2016 11:59:16 -0000 Mailing-List: contact dev-help@gearpump.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gearpump.incubator.apache.org Delivered-To: mailing list dev@gearpump.incubator.apache.org Received: (qmail 12280 invoked by uid 99); 11 May 2016 11:59:16 -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; Wed, 11 May 2016 11:59:16 +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 0FFD3180140 for ; Wed, 11 May 2016 11:59:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.021 X-Spam-Level: X-Spam-Status: No, score=-4.021 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id ikl4QIJC_TSY for ; Wed, 11 May 2016 11:59:14 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id E2E395F24B for ; Wed, 11 May 2016 11:59:13 +0000 (UTC) Received: (qmail 11761 invoked by uid 99); 11 May 2016 11:59:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2016 11:59:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CF1F82C14F4 for ; Wed, 11 May 2016 11:59:12 +0000 (UTC) Date: Wed, 11 May 2016 11:59:12 +0000 (UTC) From: "Manu Zhang (JIRA)" To: dev@gearpump.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (GEARPUMP-124) SinkTask fail to start after change parallelism MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 11 May 2016 11:59:18 -0000 [ https://issues.apache.org/jira/browse/GEARPUMP-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manu Zhang updated GEARPUMP-124: -------------------------------- Summary: SinkTask fail to start after change parallelism (was: Sink Start Fail after change Parallelism) > SinkTask fail to start after change parallelism > ----------------------------------------------- > > Key: GEARPUMP-124 > URL: https://issues.apache.org/jira/browse/GEARPUMP-124 > Project: Apache Gearpump > Issue Type: Bug > Affects Versions: 0.8.0 > Reporter: Qi Shu > > App started, run for a while, everything is ok, change the parallelism of sink(our own hdfs sink), then the sink got following exceptions: > [INFO] [05/11/2016 17:22:30.865] [Executor@app2exec23] Transit to state Application Ready. This transition takes 99671 milliseconds > [ERROR] [05/11/2016 17:22:30.865] [Executor@app2exec23] We got java.lang.reflect.InvocationTargetException from Some(TaskId(6,0)), we will treat it as MessageLoss, so that the system will replay all lost message > java.lang.reflect.InvocationTargetException > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at java.lang.reflect.Constructor.newInstance(Constructor.java:423) > at io.gearpump.streaming.task.TaskWrapper.onStart(TaskWrapper.scala:89) > at io.gearpump.streaming.task.TaskActor.onStart(TaskActor.scala:102) > at io.gearpump.streaming.task.TaskActor.io$gearpump$streaming$task$TaskActor$$onStartClock(TaskActor.scala:194) > at io.gearpump.streaming.task.TaskActor$$anonfun$waitForStartClock$1.applyOrElse(TaskActor.scala:211) > at akka.actor.Actor$class.aroundReceive(Actor.scala:480) > at io.gearpump.streaming.task.TaskActor.aroundReceive(TaskActor.scala:41) > 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:1979) > at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) > Caused by: java.util.NoSuchElementException: None.get > at scala.None$.get(Option.scala:347) > at scala.None$.get(Option.scala:345) > at io.gearpump.streaming.sink.DataSinkTask.(DataSinkTask.scala:35) > ... 19 more > [WARN] [05/11/2016 17:22:30.867] [OneForOneStrategy] null > [INFO] [05/11/2016 17:22:30.877] [Executor@app2exec23] Executor received restart tasks > [INFO] [05/11/2016 17:22:30.878] [Express$] RegisterLocalActor: 25769803776, actor: processor_6_task_0 -- This message was sent by Atlassian JIRA (v6.3.4#6332)