Return-Path: X-Original-To: apmail-storm-user-archive@minotaur.apache.org Delivered-To: apmail-storm-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5148F17371 for ; Sat, 7 Feb 2015 15:42:49 +0000 (UTC) Received: (qmail 60322 invoked by uid 500); 7 Feb 2015 15:42:48 -0000 Delivered-To: apmail-storm-user-archive@storm.apache.org Received: (qmail 60270 invoked by uid 500); 7 Feb 2015 15:42:48 -0000 Mailing-List: contact user-help@storm.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@storm.apache.org Delivered-To: mailing list user@storm.apache.org Received: (qmail 60250 invoked by uid 99); 7 Feb 2015 15:42:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Feb 2015 15:42:48 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [66.111.4.25] (HELO out1-smtp.messagingengine.com) (66.111.4.25) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Feb 2015 15:42:44 +0000 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id D9EA2204FA for ; Sat, 7 Feb 2015 10:40:15 -0500 (EST) Received: from web1 ([10.202.2.211]) by compute4.internal (MEProxy); Sat, 07 Feb 2015 10:40:15 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=harsha.io; h= message-id:x-sasl-enc:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=mesmtp; bh=Sfe+8C1Eex1XCi2DHKgaibrx6go=; b=kOFu eB3u9toarGJGdbPGgJEh5Zx1XrYtNzfCU97y9kZ/h0KJdixeDNLNRO/nORF8CcAO WEamj9MRQKR9GagnxQdo56FHlbg9KM5OFIXpzFVQ8v/vtiWKtE+RbYoTu4garSOs 0L0I0a92uO1IQyOH3CRBIifPEgubaUOfalz06pY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:x-sasl-enc:from:to :mime-version:content-transfer-encoding:content-type:in-reply-to :references:subject:date; s=smtpout; bh=Sfe+8C1Eex1XCi2DHKgaibrx 6go=; b=GoBW15/V9y4YiOh2oI0FtRUEXJZyE6T9F+1UulxJZKjdU5G7NxHpmoRb Lf0i+ghqu/8L0mVU9FCyswX2ZsTFuQ/CEpR/4sSCuMm5+/xd/eF//61VC1P328mL 38hmPhaEtpuE7wKvAp9r6ui/fM2MTFE4zJYRFlCYB50U0N4llEE= Received: by web1.nyi.internal (Postfix, from userid 99) id 9B5EAB4158F; Sat, 7 Feb 2015 10:40:15 -0500 (EST) Message-Id: <1423323615.2243550.224345329.43F9C1B4@webmail.messagingengine.com> X-Sasl-Enc: OLIWY6UFcnXq1HwnF4sN5xqzVC799OH6OHxvGx2rajN2 1423323615 From: Harsha To: user@storm.apache.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: multipart/alternative; boundary="_----------=_142332361522435504"; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-b6284d51 In-Reply-To: References: Subject: Re: Do I need to synchronize emits? Date: Sat, 07 Feb 2015 07:40:15 -0800 X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. --_----------=_142332361522435504 Content-Transfer-Encoding: 7bit Content-Type: text/plain Hi Clay, I don't think there is a JIRA open for this. Can you please open one and include steps to reproduce. Thanks, Harsha On Sat, Feb 7, 2015, at 04:13 AM, clay teahouse wrote: > Hi All, > > I emit my tuples in batches. Do I need to put the emit in a > synchronized block? The reason I am asking, I am getting the > IndexOutOfBoundsException error once in a while, especially with a > high paralleliziation hint. According to this link, it is a bug in > storm, but I am using the latest storm package. > > http://stackoverflow.com/questions/19632287/indexoutofboundsexception-in-shuffle-grouping > > > thanks Clay > --_----------=_142332361522435504 Content-Transfer-Encoding: 7bit Content-Type: text/html
Hi Clay,
          I don't think there is a JIRA open for this. Can you please open one and include steps to reproduce.
Thanks,
Harsha
 
 
On Sat, Feb 7, 2015, at 04:13 AM, clay teahouse wrote:
Hi All,
 
 I emit my tuples in batches. Do I need to put the emit in a synchronized block? The reason I am asking, I am getting the IndexOutOfBoundsException error once in a while, especially with a high paralleliziation hint.
According to this link, it is a bug in storm, but I am using the latest storm package.
 
 
 
thanks
Clay
 
 
--_----------=_142332361522435504--