[GitHub] storm pull request #1710: STORM-1546: Adding Read and Write Aggregations for...

2016-09-27 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1710#discussion_r80798282 --- Diff: storm-core/src/jvm/org/apache/storm/cluster/PaceMakerStateStorage.java --- @@ -159,10 +162,6 @@ public void set_worker_hb(String path, byte[] data

[GitHub] storm issue #1710: STORM-1546: Adding Read and Write Aggregations for Pacema...

2016-09-26 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1710 Addressed your comments. Not sure why they have not disappeared. --- 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

[GitHub] storm pull request #1710: STORM-1546: Adding Read and Write Aggregations for...

2016-09-26 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1710#discussion_r80508806 --- Diff: storm-core/src/jvm/org/apache/storm/pacemaker/PacemakerClientHandler.java --- @@ -69,7 +69,7 @@ else if(evm instanceof HBMessage

[GitHub] storm pull request #1710: STORM-1546: Adding Read and Write Aggregations for...

2016-09-23 Thread knusbaum
Github user knusbaum closed the pull request at: https://github.com/apache/storm/pull/1710 --- 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

[GitHub] storm pull request #1710: STORM-1546: Adding Read and Write Aggregations for...

2016-09-23 Thread knusbaum
GitHub user knusbaum reopened a pull request: https://github.com/apache/storm/pull/1710 STORM-1546: Adding Read and Write Aggregations for Pacemaker to make it HA compatible You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] storm pull request #1710: STORM-1546: Adding Read and Write Aggregations for...

2016-09-23 Thread knusbaum
GitHub user knusbaum opened a pull request: https://github.com/apache/storm/pull/1710 STORM-1546: Adding Read and Write Aggregations for Pacemaker to make it HA compatible You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] storm pull request #1674: STORM-2083: Blacklist scheduler

2016-09-08 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1674#discussion_r78032590 --- Diff: storm-core/src/jvm/org/apache/storm/scheduler/blacklist/strategies/IBlacklistStrategy.java --- @@ -0,0 +1,37 @@ +/** + * Licensed to the

[GitHub] storm pull request #1674: STORM-2083: Blacklist scheduler

2016-09-08 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1674#discussion_r78029793 --- Diff: storm-core/src/jvm/org/apache/storm/scheduler/blacklist/strategies/DefaultBlacklistStrategy.java --- @@ -0,0 +1,142 @@ +/** + * Licensed

[GitHub] storm pull request #1674: STORM-2083: Blacklist scheduler

2016-09-08 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1674#discussion_r78025692 --- Diff: storm-core/src/jvm/org/apache/storm/scheduler/blacklist/BlacklistScheduler.java --- @@ -0,0 +1,212 @@ +package

[GitHub] storm pull request #1674: STORM-2083: Blacklist scheduler

2016-09-08 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1674#discussion_r78024368 --- Diff: storm-core/src/jvm/org/apache/storm/scheduler/blacklist/BlacklistScheduler.java --- @@ -0,0 +1,212 @@ +package

[GitHub] storm pull request #1674: STORM-2083: Blacklist scheduler

2016-09-08 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1674#discussion_r78025095 --- Diff: storm-core/src/jvm/org/apache/storm/scheduler/blacklist/BlacklistScheduler.java --- @@ -0,0 +1,212 @@ +package

[GitHub] storm pull request #1674: STORM-2083: Blacklist scheduler

2016-09-08 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1674#discussion_r78023729 --- Diff: storm-core/src/jvm/org/apache/storm/scheduler/blacklist/BlacklistScheduler.java --- @@ -0,0 +1,212 @@ +package

[GitHub] storm issue #1674: STORM-2083: Blacklist scheduler

2016-09-08 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1674 In addition to the ones @vesense noted, there are many other operators without spaces around them. Adding space around `=`, `+`, `:`, `<`, etc, will make the code more readable. --- If y

[GitHub] storm issue #1676: STORM-2085: Remove guava from storm-core pom.

2016-09-06 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1676 Do we want this on any of the 1.* branches? --- 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

[GitHub] storm pull request #1676: STORM-2085: Remove guava from storm-core pom.

2016-09-06 Thread knusbaum
GitHub user knusbaum opened a pull request: https://github.com/apache/storm/pull/1676 STORM-2085: Remove guava from storm-core pom. You can merge this pull request into a Git repository by running: $ git pull https://github.com/knusbaum/incubator-storm STORM-2085-pick

[GitHub] storm issue #1674: STORM-2083: Blacklist scheduler

2016-09-06 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1674 @revans2 +1 for that. That's simpler to understand and implement. --- 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 pr

[GitHub] storm issue #1674: STORM-2083: Blacklist scheduler

2016-09-06 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1674 We could just have some "relative badness" heuristic. I would expect the supervisors would be in a bell curve of "goodness/badness" and we can just blacklist the ones in the

[GitHub] storm issue #1670: [STORM-2079] - Unneccessary readStormConfig operation

2016-09-01 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1670 +1 pending SD --- 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

[GitHub] storm issue #838: [STORM-885] Heartbeat Server (Pacemaker)

2016-08-25 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/838 @revans2 It looks like the HA/load balancing stuff didn't get pushed back. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] storm pull request #1642: DO NOT MERGE: Please review STORM-2018: Supervisor...

2016-08-24 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1642#discussion_r76169008 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/Supervisor.java --- @@ -17,135 +17,541 @@ */ package

[GitHub] storm issue #1642: DO NOT MERGE: Please review STORM-2018: Supervisor V2.

2016-08-24 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1642 +1 on general direction. Readability is good; classes aren't too large or convoluted. --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] storm pull request #1642: DO NOT MERGE: Please review STORM-2018: Supervisor...

2016-08-24 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1642#discussion_r76162679 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/Container.java --- @@ -0,0 +1,417 @@ +/** + * Licensed to the Apache Software

[GitHub] storm pull request #1642: DO NOT MERGE: Please review STORM-2018: Supervisor...

2016-08-24 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1642#discussion_r76161402 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/Container.java --- @@ -0,0 +1,417 @@ +/** + * Licensed to the Apache Software

[GitHub] storm pull request #1642: DO NOT MERGE: Please review STORM-2018: Supervisor...

2016-08-24 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1642#discussion_r76160977 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/Container.java --- @@ -0,0 +1,417 @@ +/** + * Licensed to the Apache Software

[GitHub] storm issue #494: stormjar.jar on classpath first in supervisor workers

2016-08-23 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/494 Closing this. --- 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

[GitHub] storm issue #534: [STORM-436] Clean up ns declarations

2016-08-23 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/534 Closing this. I like the idea, but this PR is very stale, and we're translating to Java. --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] storm issue #478: STORM-553:add eclipse java formatter file for Apache Storm...

2016-08-23 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/478 I'm going to close this. Please feel free to reopen or create a new PR once we have a style guide in place. --- If your project is set up for it, you can reply to this email and have your

[GitHub] storm issue #510: Add a convenience target to use when debugging topologies ...

2016-08-23 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/510 Closing this. Please reopen if it's still an issue. --- 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

[GitHub] storm issue #471: UserGroupInformation should use the same config with UserP...

2016-08-23 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/471 Closing this. Reopen if it's still an issue. --- 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

[GitHub] storm issue #1645: [STORM-2042] Nimbus client connections not closed properl...

2016-08-23 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1645 +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 wishes so, or if the

[GitHub] storm pull request #1591: STORM-1038: Upgrade netty to 4.x in 1.x-branch

2016-08-18 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1591#discussion_r75354518 --- Diff: storm-core/src/jvm/org/apache/storm/Config.java --- @@ -73,6 +73,20 @@ public static final String STORM_MESSAGING_NETTY_BUFFER_SIZE

[GitHub] storm issue #1627: STORM-2039: backpressure refactoring in worker and execut...

2016-08-17 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1627 +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 wishes so, or if the

[GitHub] storm issue #1627: STORM-2039: backpressure refactoring in worker and execut...

2016-08-16 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1627 +1 for the changes. My comments are suggestions for a couple more. The travis failures look unrelated. Storm Core passes. --- If your project is set up for it, you can reply to this email and

[GitHub] storm pull request #1627: STORM-2039: backpressure refactoring in worker and...

2016-08-16 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1627#discussion_r74990425 --- Diff: storm-core/src/clj/org/apache/storm/daemon/worker.clj --- @@ -316,7 +316,6 @@ :load-mapping (LoadMapping.) :assignment

[GitHub] storm pull request #1627: STORM-2039: backpressure refactoring in worker and...

2016-08-16 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1627#discussion_r74987767 --- Diff: storm-core/src/clj/org/apache/storm/daemon/worker.clj --- @@ -743,7 +736,7 @@ (fn [&

[GitHub] storm pull request #1620: STORM-1913: Additions and Improvements for Trident...

2016-08-11 Thread knusbaum
Github user knusbaum closed the pull request at: https://github.com/apache/storm/pull/1620 --- 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

[GitHub] storm pull request #1620: STORM-1913: Additions and Improvements for Trident...

2016-08-11 Thread knusbaum
GitHub user knusbaum reopened a pull request: https://github.com/apache/storm/pull/1620 STORM-1913: Additions and Improvements for Trident RAS API This is just a backport of STORM-1913 (#1500) to the 1.x branch. I'm not sure this actually needs a PR, but since it's be

[GitHub] storm issue #1621: Backport to 1.x [STORM-1766] - A better algorithm server ...

2016-08-11 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1621 +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 wishes so, or if the

[GitHub] storm issue #1619: Fix parent version of storm-druid and storm-kinesis

2016-08-11 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1619 +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 wishes so, or if the

[GitHub] storm pull request #1620: STORM-1913: Additions and Improvements for Trident...

2016-08-11 Thread knusbaum
GitHub user knusbaum opened a pull request: https://github.com/apache/storm/pull/1620 STORM-1913: Additions and Improvements for Trident RAS API This is just a backport of STORM-1913 (#1500) to the 1.x branch. You can merge this pull request into a Git repository by running

[GitHub] storm issue #1592: STORM-1994: Add table with per-topology and worker resour...

2016-08-10 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1592 @HeartSaVioR Good to hear it. I don't know if we want to stop feature development on 1.x since that's our release branch, and 2.x seems to have stalled. The policy behind all

[GitHub] storm issue #1592: STORM-1994: Add table with per-topology and worker resour...

2016-08-10 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1592 @HeartSaVioR I'm +1 for the patch. Nimbus has been in progress for porting for a long time. We can't (apparently) halt all progress until it's ported. You recently sub

[GitHub] storm issue #1536: Storm 1890 ensure we refetch static resources after packa...

2016-07-13 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1536 +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 wishes so, or if the

[GitHub] storm pull request #1536: Storm 1890 ensure we refetch static resources afte...

2016-07-13 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1536#discussion_r70653301 --- Diff: storm-core/src/clj/org/apache/storm/ui/core.clj --- @@ -18,7 +18,8 @@ (:use compojure.core) (:use [clojure.java.shell :only [sh

[GitHub] storm pull request #1536: Storm 1890 ensure we refetch static resources afte...

2016-07-13 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1536#discussion_r70648943 --- Diff: storm-core/src/clj/org/apache/storm/ui/core.clj --- @@ -18,7 +18,8 @@ (:use compojure.core) (:use [clojure.java.shell :only [sh

[GitHub] storm issue #1507: STORM-1916: Add ability for worker-first classpath

2016-07-11 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1507 @d2r Sorry about missing that. Ready for a check. --- 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

[GitHub] storm pull request #1547: STORM-1954: Large Trident topologies can cause mem...

2016-07-08 Thread knusbaum
GitHub user knusbaum opened a pull request: https://github.com/apache/storm/pull/1547 STORM-1954: Large Trident topologies can cause memory issues due to DefaultResourceDeclarer object reading config You can merge this pull request into a Git repository by running: $ git

[GitHub] storm pull request #1507: STORM-1916: Add ability for worker-first classpath

2016-07-07 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1507#discussion_r69977876 --- Diff: storm-core/src/jvm/org/apache/storm/utils/Utils.java --- @@ -2092,6 +2092,11 @@ public static String addToClasspath(String classpath

[GitHub] storm pull request #1507: STORM-1916: Add ability for worker-first classpath

2016-07-06 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1507#discussion_r69816548 --- Diff: storm-core/src/jvm/org/apache/storm/Config.java --- @@ -1835,6 +1835,21 @@ public static final String TOPOLOGY_CLASSPATH

[GitHub] storm pull request #1507: STORM-1916: Add ability for worker-first classpath

2016-07-06 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1507#discussion_r69797890 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/workermanager/DefaultWorkerManager.java --- @@ -347,14 +347,24 @@ protected String

[GitHub] storm pull request #1507: STORM-1916: Add ability for worker-first classpath

2016-07-06 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1507#discussion_r69788392 --- Diff: storm-core/src/jvm/org/apache/storm/Config.java --- @@ -1835,6 +1835,21 @@ public static final String TOPOLOGY_CLASSPATH

[GitHub] storm pull request #1507: STORM-1916: Add ability for worker-first classpath

2016-07-06 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1507#discussion_r69788000 --- Diff: storm-core/src/jvm/org/apache/storm/Config.java --- @@ -1835,6 +1835,21 @@ public static final String TOPOLOGY_CLASSPATH

[GitHub] storm pull request #1500: STORM-1913: Additions and Improvements for Trident...

2016-07-06 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1500#discussion_r69755010 --- Diff: storm-core/src/jvm/org/apache/storm/topology/BaseConfigurationDeclarer.java --- @@ -56,7 +56,11 @@ public T setNumTasks(Number val

[GitHub] storm issue #1507: STORM-1916: Add ability for worker-first classpath

2016-07-06 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1507 @HeartSaVioR @abhishekagarwal87 Would you guys give this another look? --- 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

[GitHub] storm issue #1507: STORM-1916: Add ability for worker-first classpath

2016-06-22 Thread knusbaum
Github user knusbaum commented on the issue: https://github.com/apache/storm/pull/1507 @HeartSaVioR @abhishekagarwal87 Yes, I accidentally included STORM-1913 in this PR. I'll remove it. --- If your project is set up for it, you can reply to this email and have your

[GitHub] storm pull request #1507: STORM-1916: Add ability for worker-first classpath

2016-06-21 Thread knusbaum
GitHub user knusbaum opened a pull request: https://github.com/apache/storm/pull/1507 STORM-1916: Add ability for worker-first classpath You can merge this pull request into a Git repository by running: $ git pull https://github.com/knusbaum/incubator-storm STORM-1916

[GitHub] storm pull request #1500: STORM-1913: Additions and Improvements for Trident...

2016-06-20 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1500#discussion_r67725802 --- Diff: storm-core/src/jvm/org/apache/storm/topology/BaseConfigurationDeclarer.java --- @@ -56,7 +56,11 @@ public T setNumTasks(Number val

[GitHub] storm pull request #1500: STORM-1913: Additions and Improvements for Trident...

2016-06-17 Thread knusbaum
GitHub user knusbaum opened a pull request: https://github.com/apache/storm/pull/1500 STORM-1913: Additions and Improvements for Trident RAS API New behavior: - Added a way to specify default values for operations in Trident - New behavior requires all components in group

[GitHub] storm pull request: [STORM-1766] - A better algorithm server rack ...

2016-05-16 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1398#issuecomment-219518790 +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

[GitHub] storm pull request: [STORM-433] [WIP] Executor queue backlog metri...

2016-05-10 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1406#issuecomment-218289768 I think it's fine if this goes in. It doesn't add much to the metrics load, and we already have a working solution for clusters whose zk instances get

[GitHub] storm pull request: STORM-1764: Pacemaker is throwing some stack t...

2016-05-04 Thread knusbaum
GitHub user knusbaum opened a pull request: https://github.com/apache/storm/pull/1397 STORM-1764: Pacemaker is throwing some stack traces Pacemaker throws a handful of stack traces when the occasional weird thing happens. This fixes an IndexOutOfBounds exception, a very strange

[GitHub] storm pull request: STORM-1705: Cap number of retries for a failed...

2016-04-11 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1331#issuecomment-208469787 +1 LGTM --- 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

[GitHub] storm pull request: [STORM-1642] Catch Exception when deserializat...

2016-04-08 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1316#issuecomment-207676736 What do you mean? If you mean null payloads are a special case, I disagree. In fact, it's not a failure at all. We received a null message, so we can perf

[GitHub] storm pull request: [Storm 1683] ui viz uncheck sys streams

2016-04-08 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1308#issuecomment-207576774 +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

[GitHub] storm pull request: [STORM-1642] Catch Exception when deserializat...

2016-04-08 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1316#issuecomment-207576535 Why not no both? I don't see any reason to propagate `TaskMessage`s with null payloads, but I agree we should be dropping tuples that failed to deserialize i

[GitHub] storm pull request: STORM-1683 only check non-system streams by de...

2016-04-08 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1313#issuecomment-207576732 +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

[GitHub] storm pull request: [STORM-1642] Catch Exception when deserializat...

2016-04-07 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1316#discussion_r58954552 --- Diff: storm-core/src/clj/backtype/storm/daemon/executor.clj --- @@ -431,13 +431,14 @@ (fn [tuple-batch sequence-id end-of-batch

[GitHub] storm pull request: [STORM-1671] Enable logviewer to delete a dir ...

2016-04-01 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1285#issuecomment-204455105 +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

[GitHub] storm pull request: [YSTORM-1661] Added acl validation config 1.x ...

2016-04-01 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1290#discussion_r58224386 --- Diff: storm-core/src/jvm/org/apache/storm/blobstore/BlobStoreAclHandler.java --- @@ -54,6 +54,7 @@ public static final List DEFAULT = new

[GitHub] storm pull request: STORM-1673 (1.x) log4j2/worker.xml refers old ...

2016-04-01 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1292#issuecomment-204435577 +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

[GitHub] storm pull request: STORM-1673 log4j2/worker.xml refers old packag...

2016-04-01 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1291#issuecomment-204435446 +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

[GitHub] storm pull request: STORM-1673: log4j2/worker.xml refers old packa...

2016-04-01 Thread knusbaum
Github user knusbaum closed the pull request at: https://github.com/apache/storm/pull/1294 --- 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

[GitHub] storm pull request: STORM-1673: log4j2/worker.xml refers old packa...

2016-04-01 Thread knusbaum
Github user knusbaum closed the pull request at: https://github.com/apache/storm/pull/1293 --- 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

[GitHub] storm pull request: STORM-515: Clojure documentation and examples

2016-04-01 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1262#issuecomment-204430280 +1 Nice. --- 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

[GitHub] storm pull request: STORM-1673: log4j2/worker.xml refers old packa...

2016-03-31 Thread knusbaum
GitHub user knusbaum opened a pull request: https://github.com/apache/storm/pull/1293 STORM-1673: log4j2/worker.xml refers old package of LoggerMetricsConsumer You can merge this pull request into a Git repository by running: $ git pull https://github.com/knusbaum/incubator

[GitHub] storm pull request: STORM-1673: log4j2/worker.xml refers old packa...

2016-03-31 Thread knusbaum
GitHub user knusbaum opened a pull request: https://github.com/apache/storm/pull/1294 STORM-1673: log4j2/worker.xml refers old package of LoggerMetricsConsumer You can merge this pull request into a Git repository by running: $ git pull https://github.com/knusbaum/incubator

[GitHub] storm pull request: STORM-1669 (1.x): Fix SolrUpdateBolt flush bug

2016-03-31 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1284#issuecomment-204229422 +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

[GitHub] storm pull request: STORM-1668: Fix silent failing of flux for set...

2016-03-31 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1281#issuecomment-204227208 +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

[GitHub] storm pull request: STORM-1632 Disable event logging by default

2016-03-31 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1217#issuecomment-204225005 @ptgoetz +1 for quick merge --- 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

[GitHub] storm pull request: STORM-1668: Fix silent failing of flux for set...

2016-03-31 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1282#issuecomment-204221012 +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

[GitHub] storm pull request: STORM-1632 Disable event logging by default

2016-03-31 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1217#issuecomment-204220646 +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

[GitHub] storm pull request: [STORM-1667] Log the IO exception when deletin...

2016-03-31 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1280#issuecomment-204220497 +1. Will merge tomorrow after 24hr period has passed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] storm pull request: Addresses network flood from KafkaSpout to kaf...

2016-03-31 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1287#issuecomment-204207397 Please file a [Jira](http://issues.apache.org/jira/) for this and update the title of the PR. I think it should be considered a bug, as this could potentially be

[GitHub] storm pull request: STORM-515: Clojure documentation and examples

2016-03-31 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1262#discussion_r58153392 --- Diff: examples/storm-starter/src/clj/org/apache/storm/starter/clj/bolts.clj --- @@ -0,0 +1,78 @@ +;; Licensed to the Apache Software Foundation (ASF

[GitHub] storm pull request: STORM-515: Clojure documentation and examples

2016-03-31 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1262#issuecomment-204148932 Looks good for the most part. --- 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

[GitHub] storm pull request: STORM-515: Clojure documentation and examples

2016-03-31 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1262#discussion_r58132657 --- Diff: examples/storm-starter/test/clj/org/apache/storm/starter/clj/bolts_test.clj --- @@ -0,0 +1,115 @@ +;; Licensed to the Apache Software

[GitHub] storm pull request: STORM-515: Clojure documentation and examples

2016-03-31 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1262#discussion_r58131243 --- Diff: examples/storm-starter/src/clj/org/apache/storm/starter/clj/bolts.clj --- @@ -0,0 +1,75 @@ +;; Licensed to the Apache Software Foundation (ASF

[GitHub] storm pull request: STORM-1672: Stats getting class cast exception

2016-03-31 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1286#issuecomment-204127745 +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

[GitHub] storm pull request: STORM-1649 Optimize Kryo instaces creation in ...

2016-03-31 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1273#issuecomment-204093716 @satishd @ptgoetz Fine, but I think we need to stop putting stuff into 1.x real soon. This is not a bug fix, it's an optimization. Continuing to add stuff t

[GitHub] storm pull request: STORM-1664: Allow Java users to start a local ...

2016-03-30 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1276#issuecomment-203615052 +1 pending Travis --- 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

[GitHub] storm pull request: STORM-1649 Optimize Kryo instaces creation in ...

2016-03-30 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1273#discussion_r57955514 --- Diff: storm-core/src/jvm/org/apache/storm/trident/windowing/WindowKryoSerializer.java --- @@ -0,0 +1,87 @@ +/** + * Licensed to the Apache

[GitHub] storm pull request: STORM-1649 Optimize Kryo instaces creation in ...

2016-03-30 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1273#issuecomment-203612897 +1 Why does this need to go into 1.x? --- 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

[GitHub] storm pull request: STORM-1664: Allow Java users to start a local ...

2016-03-30 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1276#discussion_r57953984 --- Diff: storm-core/src/clj/org/apache/storm/testing4j.clj --- @@ -79,10 +79,12 @@ [cluster-type mkClusterParam code] `(let [supervisors# (or

[GitHub] storm pull request: STORM-1129: Update ui to use topology name

2016-03-30 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1277#discussion_r57951884 --- Diff: storm-core/src/clj/org/apache/storm/ui/core.clj --- @@ -466,6 +466,21 @@ "assignedCpu" (.get_assi

[GitHub] storm pull request: STORM-1664: Allow Java users to start a local ...

2016-03-30 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1276#issuecomment-203605221 Is there a reason for wanting this? I see you've made the change but no code is using it. --- If your project is set up for it, you can reply to this email and

[GitHub] storm pull request: STORM-1663: Stats couldn't handle null worker ...

2016-03-30 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1279#issuecomment-203598725 Still +1 Pending SD --- 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

[GitHub] storm pull request: STORM-1663: Stats couldn't handle null worker ...

2016-03-30 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1279#issuecomment-203596039 +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

[GitHub] storm pull request: STORM-1129: Update ui to use topology name

2016-03-30 Thread knusbaum
Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/1277#discussion_r57948138 --- Diff: storm-core/src/clj/org/apache/storm/ui/core.clj --- @@ -466,6 +466,21 @@ "assignedCpu" (.get_assi

[GitHub] storm pull request: Adding documentation for Trident RAS API

2016-03-28 Thread knusbaum
Github user knusbaum closed the pull request at: https://github.com/apache/storm/pull/1256 --- 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

[GitHub] storm pull request: Adding documentation for Trident RAS API

2016-03-28 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/1256#issuecomment-202475739 Squashed and merged. Going in 1.x-branch as well. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

<    1   2   3   4   5   6   7   >