[jira] [Commented] (STORM-1167) Add sliding & tumbling window support for core storm

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993200#comment-14993200 ] ASF GitHub Bot commented on STORM-1167: --- Github user arunmahadevan commented on the

[GitHub] storm pull request: STORM-1167: Add windowing support for storm co...

2015-11-05 Thread arunmahadevan
Github user arunmahadevan commented on the pull request: https://github.com/apache/storm/pull/855#issuecomment-154316797 @revans2 I have added error handling to the scheduled executor used for time based expiry and addressed most of your other comments. I feel late data and out of ord

[jira] [Created] (STORM-1187) Support for late and out of order events in time based windows

2015-11-05 Thread Arun Mahadevan (JIRA)
Arun Mahadevan created STORM-1187: - Summary: Support for late and out of order events in time based windows Key: STORM-1187 URL: https://issues.apache.org/jira/browse/STORM-1187 Project: Apache Storm

[jira] [Commented] (STORM-1167) Add sliding & tumbling window support for core storm

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993188#comment-14993188 ] ASF GitHub Bot commented on STORM-1167: --- Github user arunmahadevan commented on a di

[GitHub] storm pull request: STORM-1167: Add windowing support for storm co...

2015-11-05 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/855#discussion_r44106905 --- Diff: storm-core/src/jvm/backtype/storm/topology/WindowedBoltExecutor.java --- @@ -0,0 +1,224 @@ +/** + * Licensed to the Apache Software Fou

[GitHub] storm pull request: STORM-1167: Add windowing support for storm co...

2015-11-05 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/855#discussion_r44106603 --- Diff: storm-core/src/jvm/backtype/storm/windowing/TupleWindow.java --- @@ -0,0 +1,26 @@ +/** + * Licensed to the Apache Software Foundation (A

[jira] [Commented] (STORM-1167) Add sliding & tumbling window support for core storm

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993183#comment-14993183 ] ASF GitHub Bot commented on STORM-1167: --- Github user arunmahadevan commented on a di

[jira] [Commented] (STORM-1167) Add sliding & tumbling window support for core storm

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993181#comment-14993181 ] ASF GitHub Bot commented on STORM-1167: --- Github user arunmahadevan commented on a di

[GitHub] storm pull request: STORM-1167: Add windowing support for storm co...

2015-11-05 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/855#discussion_r44106475 --- Diff: storm-core/src/jvm/backtype/storm/topology/base/BaseWindowedBolt.java --- @@ -0,0 +1,180 @@ +/** + * Licensed to the Apache Software Fo

[jira] [Commented] (STORM-1179) Create Maven Profiles for Integration Tests

2015-11-05 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993155#comment-14993155 ] Sriharsha Chintalapani commented on STORM-1179: --- [~longda] For now we are lo

[jira] [Created] (STORM-1186) Storm System tests

2015-11-05 Thread Sriharsha Chintalapani (JIRA)
Sriharsha Chintalapani created STORM-1186: - Summary: Storm System tests Key: STORM-1186 URL: https://issues.apache.org/jira/browse/STORM-1186 Project: Apache Storm Issue Type: Bug

[jira] [Commented] (STORM-1179) Create Maven Profiles for Integration Tests

2015-11-05 Thread Longda Feng (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993150#comment-14993150 ] Longda Feng commented on STORM-1179: [~hmclouro] There are more than 40 JStorm tests

[jira] [Assigned] (STORM-1185) Update storm.yaml with HA configuration

2015-11-05 Thread Xin Wang (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin Wang reassigned STORM-1185: --- Assignee: Xin Wang > Update storm.yaml with HA configuration > --

[jira] [Closed] (STORM-1184) Update storm.yaml with HA configuration

2015-11-05 Thread Xin Wang (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin Wang closed STORM-1184. --- Resolution: Duplicate > Update storm.yaml with HA configuration > --- > >

[jira] [Commented] (STORM-902) Simple Log Search

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993140#comment-14993140 ] ASF GitHub Bot commented on STORM-902: -- Github user harshach commented on the pull req

[GitHub] storm pull request: [STORM-902] Simple Log Search

2015-11-05 Thread harshach
Github user harshach commented on the pull request: https://github.com/apache/storm/pull/848#issuecomment-154287293 +1. @Parth-Brahmbhatt has some reviews. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[jira] [Issue Comment Deleted] (STORM-1179) Create Maven Profiles for Integration Tests

2015-11-05 Thread Longda Feng (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Longda Feng updated STORM-1179: --- Comment: was deleted (was: I am agree with you. In the current JStorm daily tests, there are a lot of

[jira] [Commented] (STORM-1179) Create Maven Profiles for Integration Tests

2015-11-05 Thread Longda Feng (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993136#comment-14993136 ] Longda Feng commented on STORM-1179: I am agree with you. In the current JStorm daily

[jira] [Commented] (STORM-1179) Create Maven Profiles for Integration Tests

2015-11-05 Thread Longda Feng (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993135#comment-14993135 ] Longda Feng commented on STORM-1179: I am agree with you. In the current JStorm daily

[jira] [Commented] (STORM-1185) Update storm.yaml with HA configuration

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993125#comment-14993125 ] ASF GitHub Bot commented on STORM-1185: --- GitHub user vesense opened a pull request:

[GitHub] storm pull request: [STORM-1185] replace nimbus.host with nimbus.s...

2015-11-05 Thread vesense
GitHub user vesense opened a pull request: https://github.com/apache/storm/pull/865 [STORM-1185] replace nimbus.host with nimbus.seeds You can merge this pull request into a Git repository by running: $ git pull https://github.com/vesense/storm patch-8 Alternatively you can r

[jira] [Created] (STORM-1185) Update storm.yaml with HA configuration

2015-11-05 Thread Xin Wang (JIRA)
Xin Wang created STORM-1185: --- Summary: Update storm.yaml with HA configuration Key: STORM-1185 URL: https://issues.apache.org/jira/browse/STORM-1185 Project: Apache Storm Issue Type: Bug Affect

Re: [Discusson] Storm System Tests

2015-11-05 Thread Harsha
Thanks Longda. Can you update this JIRA with list of tests cases that you are running in this JIRA https://issues.apache.org/jira/browse/STORM-1179 -Harsha On Thu, Nov 5, 2015, at 08:32 PM, 封仲淹(纪君祥LongdaFeng) wrote: > +1 > By the way, Tong(王桐) can work for this. Tong is responsible for the > auto

[jira] [Commented] (STORM-1179) Create Maven Profiles for Integration Tests

2015-11-05 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993109#comment-14993109 ] Sriharsha Chintalapani commented on STORM-1179: --- [~ptgoetz] we will update t

[jira] [Commented] (STORM-1179) Create Maven Profiles for Integration Tests

2015-11-05 Thread P. Taylor Goetz (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993101#comment-14993101 ] P. Taylor Goetz commented on STORM-1179: Re: "Let's talk." Please make sure the r

[jira] [Created] (STORM-1184) Update storm.yaml with HA configuration

2015-11-05 Thread Xin Wang (JIRA)
Xin Wang created STORM-1184: --- Summary: Update storm.yaml with HA configuration Key: STORM-1184 URL: https://issues.apache.org/jira/browse/STORM-1184 Project: Apache Storm Issue Type: Bug Affect

Re: [Discusson] Storm System Tests

2015-11-05 Thread 封仲淹(纪君祥LongdaFeng)
+1 By the way, Tong(王桐) can work for this. Tong is responsible for the automatically daily JStorm test, the only problem is that the automatically daily JStorm test is basing on Alibaba testing framework. Some of the components can't run on outside. But we can share the test cases firstly. Then

[jira] [Commented] (STORM-1179) Create Maven Profiles for Integration Tests

2015-11-05 Thread Hugo Louro (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993064#comment-14993064 ] Hugo Louro commented on STORM-1179: --- [~sriharsha] sure! I was looking at what is done in

Re: [Discusson] Storm System Tests

2015-11-05 Thread P. Taylor Goetz
+1 I think we should experiment with this. If it can serve us well, and we all agree, then we should consider adopting it. From what I see: * Icense is compatible * fairly well documented. What potentially worries me: * Maintenance. Can we count on updates? Is the ducktape community open to a

[jira] [Updated] (STORM-1179) Create Maven Profiles for Integration Tests

2015-11-05 Thread Hugo Louro (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hugo Louro updated STORM-1179: -- Summary: Create Maven Profiles for Integration Tests (was: Create Maven Profiles for Integration and Sy

Re: [Discusson] Storm System Tests

2015-11-05 Thread Harsha
The reason for suggesting ducktape not just used in apache kafka but also its getting security services integration like kdc and already has zookeeper. This framework can work with vagrant vms or amazon ec2 etc.. On Thu, Nov 5, 2015, at 11:49 AM, Hugo Da Cruz Louro wrote: > Great, will make this a

[jira] [Commented] (STORM-1148) Storm.py - References to storm.incubator.apache.org

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992918#comment-14992918 ] ASF GitHub Bot commented on STORM-1148: --- Github user rmkellogg closed the pull reque

[jira] [Commented] (STORM-1179) Create Maven Profiles for Integration and System Tests

2015-11-05 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992917#comment-14992917 ] Sriharsha Chintalapani commented on STORM-1179: --- [~hmclouro] I definitely do

[GitHub] storm pull request: STORM-1148 - Removed references to incubator i...

2015-11-05 Thread rmkellogg
Github user rmkellogg closed the pull request at: https://github.com/apache/storm/pull/853 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[jira] [Commented] (STORM-1098) Storm Nimbus Hook

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992752#comment-14992752 ] ASF GitHub Bot commented on STORM-1098: --- Github user harshach commented on the pull

[GitHub] storm pull request: STORM-1098: Nimbus hook for topology actions.

2015-11-05 Thread harshach
Github user harshach commented on the pull request: https://github.com/apache/storm/pull/862#issuecomment-154238985 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[jira] [Commented] (STORM-1098) Storm Nimbus Hook

2015-11-05 Thread Parth Brahmbhatt (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992692#comment-14992692 ] Parth Brahmbhatt commented on STORM-1098: - [~svenkat] Give you are the reporter fo

[jira] [Commented] (STORM-1183) Intermittent testInOrder failures seen in Travis builds

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992590#comment-14992590 ] ASF GitHub Bot commented on STORM-1183: --- GitHub user ashnazg opened a pull request:

[GitHub] storm pull request: STORM-1183: bump timeout to 10s, since test ca...

2015-11-05 Thread ashnazg
GitHub user ashnazg opened a pull request: https://github.com/apache/storm/pull/864 STORM-1183: bump timeout to 10s, since test case isn't really testing speed You can merge this pull request into a Git repository by running: $ git pull https://github.com/ashnazg/storm falseN

[jira] [Commented] (STORM-1182) Removing and wrapping some exceptions in ConfigValidation

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992588#comment-14992588 ] ASF GitHub Bot commented on STORM-1182: --- GitHub user jerrypeng opened a pull request

[jira] [Created] (STORM-1183) Intermittent testInOrder failures seen in Travis builds

2015-11-05 Thread Chuck Burgess (JIRA)
Chuck Burgess created STORM-1183: Summary: Intermittent testInOrder failures seen in Travis builds Key: STORM-1183 URL: https://issues.apache.org/jira/browse/STORM-1183 Project: Apache Storm

[GitHub] storm pull request: [STORM-1182] - Removing and wrapping some exce...

2015-11-05 Thread jerrypeng
GitHub user jerrypeng opened a pull request: https://github.com/apache/storm/pull/863 [STORM-1182] - Removing and wrapping some exceptions in ConfigValidation to make code cleaner You can merge this pull request into a Git repository by running: $ git pull https://github.com/

[GitHub] storm pull request: STORM-1161: Add License headers and add rat ch...

2015-11-05 Thread dossett
Github user dossett commented on the pull request: https://github.com/apache/storm/pull/846#issuecomment-154209788 Upmerged and squashed to a single commit @revans2 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[jira] [Commented] (STORM-1161) Several source files lack an Apache License

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992584#comment-14992584 ] ASF GitHub Bot commented on STORM-1161: --- Github user dossett commented on the pull r

[jira] [Created] (STORM-1182) Removing and wrapping some exceptions in ConfigValidation

2015-11-05 Thread Boyang Jerry Peng (JIRA)
Boyang Jerry Peng created STORM-1182: Summary: Removing and wrapping some exceptions in ConfigValidation Key: STORM-1182 URL: https://issues.apache.org/jira/browse/STORM-1182 Project: Apache Storm

[jira] [Commented] (STORM-1161) Several source files lack an Apache License

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992563#comment-14992563 ] ASF GitHub Bot commented on STORM-1161: --- Github user revans2 commented on the pull r

[GitHub] storm pull request: STORM-1161: Add License headers and add rat ch...

2015-11-05 Thread revans2
Github user revans2 commented on the pull request: https://github.com/apache/storm/pull/846#issuecomment-154205971 I just tried to build with this and we need to upmerge because filght.bash has been added in recently. --- If your project is set up for it, you can reply to this email

[jira] [Created] (STORM-1181) Execute StormSQL in Trident topology

2015-11-05 Thread Haohui Mai (JIRA)
Haohui Mai created STORM-1181: - Summary: Execute StormSQL in Trident topology Key: STORM-1181 URL: https://issues.apache.org/jira/browse/STORM-1181 Project: Apache Storm Issue Type: New Feature

Re: JStorm Code Import

2015-11-05 Thread P. Taylor Goetz
The JStorm code has been imported into the “jstorm-import” branch, with commit history preserved. I added the following commits: * 27fb31c - remove netbeans configuration file * 75df7c2 - add missing Apache license headers * dbc1236 - remove IDE-specific project files * 5744ac3 - remove .gitmodu

[jira] [Commented] (STORM-1180) FLUX logo wasn't appearing quite right

2015-11-05 Thread Chuck Burgess (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992536#comment-14992536 ] Chuck Burgess commented on STORM-1180: -- https://github.com/apache/storm/pull/834 > F

[jira] [Updated] (STORM-1180) FLUX logo wasn't appearing quite right

2015-11-05 Thread Chuck Burgess (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chuck Burgess updated STORM-1180: - Description: Added UTF-8 to the InputStreamReader so that special chars in the splash file would b

[jira] [Created] (STORM-1180) FLUX logo wasn't appearing quite right

2015-11-05 Thread Chuck Burgess (JIRA)
Chuck Burgess created STORM-1180: Summary: FLUX logo wasn't appearing quite right Key: STORM-1180 URL: https://issues.apache.org/jira/browse/STORM-1180 Project: Apache Storm Issue Type: Bug

[jira] [Updated] (STORM-1126) Allow a configMethod that takes no arguments (Flux)

2015-11-05 Thread Chuck Burgess (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chuck Burgess updated STORM-1126: - Assignee: (was: Chuck Burgess) > Allow a configMethod that takes no arguments (Flux) > ---

[jira] [Commented] (STORM-1158) Storm metrics to profile various storm functions

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992530#comment-14992530 ] ASF GitHub Bot commented on STORM-1158: --- Github user revans2 commented on the pull r

[jira] [Updated] (STORM-1127) Allow a Boolean value in a constructorArgs list (Flux)

2015-11-05 Thread Chuck Burgess (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chuck Burgess updated STORM-1127: - Assignee: (was: Chuck Burgess) > Allow a Boolean value in a constructorArgs list (Flux) >

[GitHub] storm pull request: [STORM-1158] -Storm metrics to profile various...

2015-11-05 Thread revans2
Github user revans2 commented on the pull request: https://github.com/apache/storm/pull/850#issuecomment-154200968 +1 @kishorvpatil do you have any other comments? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your p

[jira] [Commented] (STORM-1164) Code cleanup for typos, warnings and conciseness

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992529#comment-14992529 ] ASF GitHub Bot commented on STORM-1164: --- Github user revans2 commented on the pull r

[GitHub] storm pull request: STORM-1164. Code cleanup for typos, warnings a...

2015-11-05 Thread revans2
Github user revans2 commented on the pull request: https://github.com/apache/storm/pull/852#issuecomment-154200323 These look really good. Could you please upmerge? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[jira] [Commented] (STORM-1148) Storm.py - References to storm.incubator.apache.org

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992512#comment-14992512 ] ASF GitHub Bot commented on STORM-1148: --- Github user revans2 commented on the pull r

[GitHub] storm pull request: STORM-1148 - Removed references to incubator i...

2015-11-05 Thread revans2
Github user revans2 commented on the pull request: https://github.com/apache/storm/pull/853#issuecomment-154197751 @rmkellogg could you please close this pull request as the other pull already covered this. --- If your project is set up for it, you can reply to this email and have yo

[jira] [Resolved] (STORM-1148) Storm.py - References to storm.incubator.apache.org

2015-11-05 Thread Robert Joseph Evans (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Joseph Evans resolved STORM-1148. Resolution: Fixed Fix Version/s: 0.11.0 This was fixed as a part of https://g

[jira] [Updated] (STORM-1148) Storm.py - References to storm.incubator.apache.org

2015-11-05 Thread Robert Joseph Evans (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Joseph Evans updated STORM-1148: --- Assignee: Julien Nioche > Storm.py - References to storm.incubator.apache.org > --

[jira] [Resolved] (STORM-1165) normalize the scales of CPU/Mem/Net when choosing the best node for Resource Aware Scheduler

2015-11-05 Thread Robert Joseph Evans (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Joseph Evans resolved STORM-1165. Resolution: Fixed Fix Version/s: 0.11.0 Thanks [~jerrypeng], I merged this i

[jira] [Commented] (STORM-1165) normalize the scales of CPU/Mem/Net when choosing the best node for Resource Aware Scheduler

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992503#comment-14992503 ] ASF GitHub Bot commented on STORM-1165: --- Github user asfgit closed the pull request

[GitHub] storm pull request: [STORM-1165] - normalize the scales of CPU/Mem...

2015-11-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/856 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[jira] [Resolved] (STORM-1163) supervisor try-cleanup-worker should use rmr on the worker-root dir

2015-11-05 Thread Robert Joseph Evans (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Joseph Evans resolved STORM-1163. Resolution: Fixed Fix Version/s: 0.11.0 Thanks [~zhuoliu], I merged this int

[GitHub] storm pull request: [STORM-1163] use rmr rather than rmpath for re...

2015-11-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/857 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[jira] [Commented] (STORM-1163) supervisor try-cleanup-worker should use rmr on the worker-root dir

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992482#comment-14992482 ] ASF GitHub Bot commented on STORM-1163: --- Github user asfgit closed the pull request

[jira] [Commented] (STORM-1098) Storm Nimbus Hook

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992460#comment-14992460 ] ASF GitHub Bot commented on STORM-1098: --- GitHub user Parth-Brahmbhatt opened a pull

[GitHub] storm pull request: STORM-1098: Nimbus hook for topology actions.

2015-11-05 Thread Parth-Brahmbhatt
GitHub user Parth-Brahmbhatt opened a pull request: https://github.com/apache/storm/pull/862 STORM-1098: Nimbus hook for topology actions. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Parth-Brahmbhatt/incubator-storm STORM-109

[jira] [Resolved] (STORM-1170) Consistent Unit Test failure in Travis in backtype.storm.utils.DisruptorQueueTest

2015-11-05 Thread Robert Joseph Evans (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Joseph Evans resolved STORM-1170. Resolution: Fixed Fix Version/s: 0.11.0 Thanks [~zhuoliu], I merged this int

[jira] [Updated] (STORM-1170) Consistent Unit Test failure in Travis in backtype.storm.utils.DisruptorQueueTest

2015-11-05 Thread Robert Joseph Evans (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Joseph Evans updated STORM-1170: --- Assignee: Zhuo Liu > Consistent Unit Test failure in Travis in > backtype.storm.utils

[jira] [Commented] (STORM-1170) Consistent Unit Test failure in Travis in backtype.storm.utils.DisruptorQueueTest

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992454#comment-14992454 ] ASF GitHub Bot commented on STORM-1170: --- Github user asfgit closed the pull request

[GitHub] storm pull request: [STORM-1170] Fix the producer alive issue in D...

2015-11-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/859 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[jira] [Commented] (STORM-1168) worker-launcher logs noisy messages when visiting files

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992438#comment-14992438 ] ASF GitHub Bot commented on STORM-1168: --- Github user asfgit closed the pull request

[jira] [Resolved] (STORM-1168) worker-launcher logs noisy messages when visiting files

2015-11-05 Thread Robert Joseph Evans (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Joseph Evans resolved STORM-1168. Resolution: Fixed Fix Version/s: 0.11.0 Thanks [~dagit], I merged this into

[GitHub] storm pull request: [STORM-1168] removes noisy log message & a TOD...

2015-11-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/858 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[jira] [Commented] (STORM-1155) Supervisor recurring health checks

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992416#comment-14992416 ] ASF GitHub Bot commented on STORM-1155: --- Github user tgravescs commented on the pull

[GitHub] storm pull request: STORM-1155: Supervisor recurring health checks

2015-11-05 Thread tgravescs
Github user tgravescs commented on the pull request: https://github.com/apache/storm/pull/849#issuecomment-154182207 travis failed with disrupterQueueTest failures which is unrelated. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[jira] [Commented] (STORM-1155) Supervisor recurring health checks

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992414#comment-14992414 ] ASF GitHub Bot commented on STORM-1155: --- Github user zhuoliu commented on the pull r

[GitHub] storm pull request: STORM-1155: Supervisor recurring health checks

2015-11-05 Thread zhuoliu
Github user zhuoliu commented on the pull request: https://github.com/apache/storm/pull/849#issuecomment-154181737 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[jira] [Commented] (STORM-902) Simple Log Search

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992409#comment-14992409 ] ASF GitHub Bot commented on STORM-902: -- Github user zhuoliu commented on the pull requ

[GitHub] storm pull request: [STORM-902] Simple Log Search

2015-11-05 Thread zhuoliu
Github user zhuoliu commented on the pull request: https://github.com/apache/storm/pull/848#issuecomment-154181484 Thanks @harshach for the review , your comments related to the history API are addressed. --- If your project is set up for it, you can reply to this email and have your

[jira] [Issue Comment Deleted] (STORM-1127) Allow a Boolean value in a constructorArgs list (Flux)

2015-11-05 Thread Chuck Burgess (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chuck Burgess updated STORM-1127: - Comment: was deleted (was: https://github.com/apache/storm/pull/832) > Allow a Boolean value in a

[jira] [Issue Comment Deleted] (STORM-1126) Allow a configMethod that takes no arguments (Flux)

2015-11-05 Thread Chuck Burgess (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chuck Burgess updated STORM-1126: - Comment: was deleted (was: https://github.com/apache/storm/pull/833) > Allow a configMethod that

[jira] [Commented] (STORM-898) Add priorities and per user resource guarantees to Resource Aware Scheduler

2015-11-05 Thread Boyang Jerry Peng (JIRA)
[ https://issues.apache.org/jira/browse/STORM-898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992370#comment-14992370 ] Boyang Jerry Peng commented on STORM-898: - I have updated the design doc. If there

[jira] [Updated] (STORM-898) Add priorities and per user resource guarantees to Resource Aware Scheduler

2015-11-05 Thread Boyang Jerry Peng (JIRA)
[ https://issues.apache.org/jira/browse/STORM-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boyang Jerry Peng updated STORM-898: Attachment: Resource Aware Scheduler for Storm.pdf > Add priorities and per user resource gua

[jira] [Updated] (STORM-898) Add priorities and per user resource guarantees to Resource Aware Scheduler

2015-11-05 Thread Boyang Jerry Peng (JIRA)
[ https://issues.apache.org/jira/browse/STORM-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boyang Jerry Peng updated STORM-898: Attachment: (was: Resource Aware Scheduler for Storm.pdf) > Add priorities and per user r

[jira] [Commented] (STORM-898) Add priorities and per user resource guarantees to Resource Aware Scheduler

2015-11-05 Thread Boyang Jerry Peng (JIRA)
[ https://issues.apache.org/jira/browse/STORM-898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992355#comment-14992355 ] Boyang Jerry Peng commented on STORM-898: - [~kishorvpatil] thanks for your comments

[jira] [Commented] (STORM-898) Add priorities and per user resource guarantees to Resource Aware Scheduler

2015-11-05 Thread Boyang Jerry Peng (JIRA)
[ https://issues.apache.org/jira/browse/STORM-898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992352#comment-14992352 ] Boyang Jerry Peng commented on STORM-898: - [~revans2] thanks for your comments. I

Re: [Discusson] Storm System Tests

2015-11-05 Thread Hugo Da Cruz Louro
Great, will make this a priority. Created a JIRA ticket and assigned it to me. https://issues.apache.org/jira/browse/STORM-1179 On Nov 5, 2015, at 11:40 AM, Bobby Evans mailto:ev...@yahoo-inc.com>> wrote: Hugo, I would love to see that happe

[jira] [Created] (STORM-1179) Create Maven Profiles for Integration and System Tests

2015-11-05 Thread Hugo Louro (JIRA)
Hugo Louro created STORM-1179: - Summary: Create Maven Profiles for Integration and System Tests Key: STORM-1179 URL: https://issues.apache.org/jira/browse/STORM-1179 Project: Apache Storm Issue T

[GitHub] storm pull request: STORM-1155: Supervisor recurring health checks

2015-11-05 Thread revans2
Github user revans2 commented on the pull request: https://github.com/apache/storm/pull/849#issuecomment-154167889 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

Re: [Discusson] Storm System Tests

2015-11-05 Thread Parth Brahmbhatt
+1 for different targets. Thanks Parth On 11/5/15, 11:40 AM, "Parth Brahmbhatt" wrote: >Our internal tests do things like that but as Harsha mentioned It is kind >of tightly couple with our infra. > >I think if we can agree on using DuckTape (or some other framework) we >can move to writing som

Re: [Discusson] Storm System Tests

2015-11-05 Thread Bobby Evans
Hugo, I would love to see that happen.  It has been on my list for a while, but I have never found the time to do it. I personally am +1 on this, hopefully we can do this quickly in preparation for a 0.11.0 release.  - Bobby On Thursday, November 5, 2015 1:37 PM, Hugo Da Cruz Louro wrot

Re: [Discusson] Storm System Tests

2015-11-05 Thread Parth Brahmbhatt
Our internal tests do things like that but as Harsha mentioned It is kind of tightly couple with our infra. I think if we can agree on using DuckTape (or some other framework) we can move to writing some simple test cases. Thanks Parth From: Bobby Evans mailto:ev...@yahoo-inc.com>> Reply-To: B

Re: [Discusson] Storm System Tests

2015-11-05 Thread Derek Dagit
> If we agree that it is something we want to implement here, I will create a > JIRA ticket for this and get it done +1 -- Derek - Original Message - From: Hugo Da Cruz Louro To: "dev@storm.apache.org" ; Bobby Evans Cc: Sent: Thursday, November 5, 2015 1:37 PM Subject: Re: [Discu

Re: [Discusson] Storm System Tests

2015-11-05 Thread Hugo Da Cruz Louro
I a agree with these three levels of testing, and that at the very least we should keep unit tests separated from the system/integration tests. One huge advantage would be to quickly run unit tests that hopefully are more predictable, and thus avoid intermittent test fails. Bobby just mentione

[ANNOUNCE] Apache Storm 0.10.0 Released

2015-11-05 Thread P. Taylor Goetz
The Apache Storm community is pleased to announce the release of Apache Storm version 0.10.0. Storm is a distributed, fault-tolerant, and high-performance realtime computation system that provides strong guarantees on the processing of data. You can read more about Storm on the project website:

[ANNOUNCE] Apache Storm 0.9.6 Released

2015-11-05 Thread P. Taylor Goetz
The Apache Storm community is pleased to announce the release of Apache Storm version 0.9.6. Storm is a distributed, fault-tolerant, and high-performance realtime computation system that provides strong guarantees on the processing of data. You can read more about Storm on the project website:

  1   2   3   >