Do I need to synchronize emits?

2015-02-08 Thread clay teahouse
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

[GitHub] storm pull request: [STORM-659] return grep matches each on its ow...

2015-02-08 Thread d2r
GitHub user d2r opened a pull request: https://github.com/apache/storm/pull/420 [STORM-659] return grep matches each on its own line You can merge this pull request into a Git repository by running: $ git pull https://github.com/d2r/storm storm-659-grep-match-lines

[GitHub] storm pull request: STORM-354: Testing: allow users to pass TEST-T...

2015-02-08 Thread vkaggalumn
Github user vkaggalumn commented on the pull request: https://github.com/apache/storm/pull/122#issuecomment-73368488 @harshach Sorry for the delay in my response. Thanks for your response. I had already tried to pass STORM_TEST_TIMEOUT_MS at runtime (Run Configuration-

[jira] [Created] (STORM-661) java.io.FileNotFoundException: File 'stormconf.ser' does not exist

2015-02-08 Thread Adrian Seungjin Lee (JIRA)
Adrian Seungjin Lee created STORM-661: - Summary: java.io.FileNotFoundException: File 'stormconf.ser' does not exist Key: STORM-661 URL: https://issues.apache.org/jira/browse/STORM-661 Project:

[GitHub] storm pull request: STORM-541:Clean duplicate dependences in poms

2015-02-08 Thread caofangkun
GitHub user caofangkun opened a pull request: https://github.com/apache/storm/pull/422 STORM-541:Clean duplicate dependences in poms * Run Command ``` mvn clean mvn install -Dmaven.test.skip=true ``` * Got the following warning: ``` [INFO] Scanning

[jira] [Commented] (STORM-657) make the shutdown-worker sleep time before kill -9 configurable

2015-02-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14311811#comment-14311811 ] ASF GitHub Bot commented on STORM-657: -- GitHub user caofangkun opened a pull request:

[jira] [Assigned] (STORM-541) Build produces maven warnings

2015-02-08 Thread caofangkun (JIRA)
[ https://issues.apache.org/jira/browse/STORM-541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] caofangkun reassigned STORM-541: Assignee: caofangkun Build produces maven warnings -

[jira] [Commented] (STORM-661) java.io.FileNotFoundException: File 'stormconf.ser' does not exist

2015-02-08 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/STORM-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14311721#comment-14311721 ] Sriharsha Chintalapani commented on STORM-661: -- [~sweetest_sj] code is not

Re: [DISCUSS] Adopt Apache Storm Bylaws

2015-02-08 Thread Harsha
Thanks for putting this together. Proposed bylaws looks good to me. -Harsha On Thu, Feb 5, 2015, at 02:10 PM, P. Taylor Goetz wrote: Associated pull request can be found here: https://github.com/apache/storm/pull/419 This is another attempt at gaining consensus regarding adopting official

[jira] [Created] (STORM-662) java.lang.OutOfMemoryError: Direct buffer memory

2015-02-08 Thread Adrian Seungjin Lee (JIRA)
Adrian Seungjin Lee created STORM-662: - Summary: java.lang.OutOfMemoryError: Direct buffer memory Key: STORM-662 URL: https://issues.apache.org/jira/browse/STORM-662 Project: Apache Storm

[jira] [Commented] (STORM-661) java.io.FileNotFoundException: File 'stormconf.ser' does not exist

2015-02-08 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/STORM-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14311713#comment-14311713 ] Sriharsha Chintalapani commented on STORM-661: -- [~sweetest_sj] This is

[jira] [Updated] (STORM-663) Create javadocs for BoltDeclarer

2015-02-08 Thread Karl Richter (JIRA)
[ https://issues.apache.org/jira/browse/STORM-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Richter updated STORM-663: --- Description: There's no documentation of grouping stream usage in the javadocs of

[jira] [Created] (STORM-665) Lower entry barrier for understanding storm's stream management

2015-02-08 Thread Karl Richter (JIRA)
Karl Richter created STORM-665: -- Summary: Lower entry barrier for understanding storm's stream management Key: STORM-665 URL: https://issues.apache.org/jira/browse/STORM-665 Project: Apache Storm

[jira] [Updated] (STORM-665) Lower entry barrier for understanding storm's stream management

2015-02-08 Thread Karl Richter (JIRA)
[ https://issues.apache.org/jira/browse/STORM-665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Richter updated STORM-665: --- Description: Due to the fact that storm is a stream processing framework, it's necessary to explain