[GitHub] storm issue #2941: STORM-3318: Complete information in Class NewKafkaSpoutOf...

2019-01-18 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2941 +1. Please squash, and we can merge once the waiting period is over. I'll probably wait to merge this until we are done with the current 2.0.0 RC vote. ---

[GitHub] storm pull request #2941: STORM-3318: Complete information in Class NewKafka...

2019-01-18 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2941#discussion_r249026503 --- Diff: external/storm-kafka-monitor/src/main/java/org/apache/storm/kafka/monitor/NewKafkaSpoutOffsetQuery.java --- @@ -64,27 +64,51 @@ public String

[GitHub] storm issue #2940: STORM-3318: Complete information in Class NewKafkaSpoutOf...

2019-01-18 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2940 @MichealShin You don't need to open a new PR. If you push your changes to the branch this PR is pointing at, the PR will get updated automatically. That said, I think Github gets weird

[GitHub] storm pull request #2940: STORM-3318: Complete information in Class NewKafka...

2019-01-18 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2940#discussion_r248985594 --- Diff: external/storm-kafka-monitor/src/main/java/org/apache/storm/kafka/monitor/NewKafkaSpoutOffsetQuery.java --- @@ -75,8 +77,13 @@ public boolean equals

[GitHub] storm issue #2940: STORM-3318: Complete information in Class NewKafkaSpoutOf...

2019-01-18 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2940 Looks good. Please squash to one commit. ---

[GitHub] storm pull request #2939: STORM-3315: Upgrade to Kryo 4

2019-01-17 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2939 STORM-3315: Upgrade to Kryo 4 https://issues.apache.org/jira/browse/STORM-3315 Tested compatibility with Kryo 3.0.3 serialization by running the TVL topology for a couple of minutes with two

[GitHub] storm issue #2930: STORM-3274: Migrates storm CLI to using argparse making d...

2019-01-15 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2930 Thanks, looks great. The positional arguments don't seem to be sorted. I get ``` usage: storm [-h] [--config CONFIG] [-storm_config_opts -c] {jar,localconf

[GitHub] storm issue #2930: STORM-3274: Migrates storm CLI to using argparse making d...

2019-01-12 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2930 The .pyc issue can be solved by adding `true` to the environment variables for the two `exec-maven-plugin` executions ---

[GitHub] storm issue #2930: STORM-3274: Migrates storm CLI to using argparse making d...

2019-01-12 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2930 Thanks. It looks great. A few final things: * When running `mvn clean install -DskipTests`, the tests for the script are still run. Can we skip the executions if `skipTests` is true

[GitHub] storm pull request #2937: MINOR: Remove unused parameter from storm-kafka-cl...

2019-01-11 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2937 MINOR: Remove unused parameter from storm-kafka-client-example docs The kafka_artifact_id parameter is not used anymore. You can merge this pull request into a Git repository by running: $ git

[GitHub] storm issue #1550: [STORM-1957] Support Storm JDBC batch insert

2019-01-10 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/1550 @bigbang4u2 We bulk closed old unmerged pull requests a while ago. This PR wasn't approved, and wasn't updated for a long time, so it was closed. If you want this feature to get merged, yo

[GitHub] storm pull request #2936: STORM-3312: Upgrade Guava to latest version where ...

2019-01-09 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2936 STORM-3312: Upgrade Guava to latest version where possible https://issues.apache.org/jira/browse/STORM-3312 You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] storm issue #2935: Doc clarification on returning `null` from RecordTranslat...

2019-01-09 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2935 +1 ---

[GitHub] storm pull request #2930: STORM-3274: Migrates storm CLI to using argparse m...

2019-01-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2930#discussion_r245727413 --- Diff: bin/storm.py --- @@ -296,787 +239,1044 @@ def exec_storm_class(klass, jvmtype="-server", jvmopts=[], extrajars=[], args=[] elif

[GitHub] storm pull request #2930: STORM-3274: Migrates storm CLI to using argparse m...

2019-01-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2930#discussion_r245744213 --- Diff: bin/storm.py --- @@ -296,787 +239,1044 @@ def exec_storm_class(klass, jvmtype="-server", jvmopts=[], extrajars=[], args=[] elif

[GitHub] storm issue #2930: STORM-3274: Migrates storm CLI to using argparse making d...

2019-01-07 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2930 Nit: The existing help message prints the commands alphabetically. We might want to do the same with the new help message. Quick google suggests it is possible https://stackoverflow.com/questions

[GitHub] storm issue #2930: STORM-3274: Migrates storm CLI to using argparse making d...

2019-01-07 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2930 Can we make running `storm.py` with 0 arguments equivalent to running `storm.py -h`? Running just `storm.py` gives the following output, which isn't very nice: ``` PS E:\apache-storm-

[GitHub] storm issue #2930: STORM-3274: Migrates storm CLI to using argparse making d...

2019-01-07 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2930 When I run the build, a storm.pyc file is generated in the storm/bin directory. This file ends up in the storm-dist distribution. I'm guessing this isn't intentional? ---

[GitHub] storm issue #2930: STORM-3274: Migrates storm CLI to using argparse making d...

2019-01-07 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2930 Would it make sense to run the tests for Python 3 as well as Python 2.7? ---

[GitHub] storm issue #2930: STORM-3274: Migrates storm CLI to using argparse making d...

2019-01-07 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2930 This is in reply to https://github.com/apache/storm/pull/2930#discussion_r245726485, for some reason Github won't let me put another comment there. Makes sense. I think we should at least

[GitHub] storm pull request #2930: STORM-3274: Migrates storm CLI to using argparse m...

2019-01-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2930#discussion_r245725371 --- Diff: storm-client/pom.xml --- @@ -240,6 +240,29

[GitHub] storm pull request #2930: STORM-3274: Migrates storm CLI to using argparse m...

2019-01-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2930#discussion_r245722204 --- Diff: bin/storm.py --- @@ -296,787 +239,1044 @@ def exec_storm_class(klass, jvmtype="-server", jvmopts=[], extrajars=[], args=[] elif

[GitHub] storm pull request #2930: STORM-3274: Migrates storm CLI to using argparse m...

2019-01-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2930#discussion_r245714702 --- Diff: bin/storm.py --- @@ -132,13 +56,8 @@ def get_jars_full(adir): elif os.path.exists(adir): files = [adir] -ret

[GitHub] storm pull request #2930: STORM-3274: Migrates storm CLI to using argparse m...

2019-01-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2930#discussion_r245715647 --- Diff: bin/storm.py --- @@ -156,49 +95,92 @@ def get_classpath(extrajars, daemon=True, client=False): ret.extend(get_wildcard_dir(os.path.join

[GitHub] storm issue #2934: STORM-3310: Make JCQueueTest wait for consumer to read al...

2019-01-07 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2934 I'd recommend looking at the diff via https://github.com/apache/storm/pull/2934/files?w=1, since the indentation changes make it hard to tell what changed. ---

[GitHub] storm pull request #2934: STORM-3310: Make JCQueueTest wait for consumer to ...

2019-01-07 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2934 STORM-3310: Make JCQueueTest wait for consumer to read all queued ite… …ms before terminating https://issues.apache.org/jira/browse/STORM-3310 I've only seen the test fail

[GitHub] storm pull request #2930: STORM-3274: Migrates storm CLI to using argparse m...

2019-01-07 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2930#discussion_r245602260 --- Diff: storm-client/pom.xml --- @@ -240,6 +240,29

[GitHub] storm issue #2933: STORM-3309: Fix flaky tick tuple test

2019-01-05 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2933 The test passed 100 iterations using `@RepeatedTest` ---

[GitHub] storm pull request #2933: STORM-3309: Fix flaky tick tuple test

2019-01-05 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2933 STORM-3309: Fix flaky tick tuple test https://issues.apache.org/jira/browse/STORM-3309 I've made the following changes: * When message timeout is disabled, the acker shouldn'

[GitHub] storm pull request #2930: STORM-3274: Migrates storm CLI to using argparse m...

2019-01-05 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2930#discussion_r245480567 --- Diff: storm-client/pom.xml --- @@ -240,6 +240,29

[GitHub] storm issue #2924: STORM-1289: Port integration-test.clj to Java

2019-01-05 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2924 Approved as part of https://github.com/apache/storm/pull/2927 ---

[GitHub] storm issue #2932: STORM-3274: Adds mock to Travis pipeline so it can run Py...

2019-01-04 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2932 I think the build is failing because requirements.txt is being caught by the rat check. The change itself looks fine. I'm not sure it makes sense by itself though, maybe it should ju

[GitHub] storm pull request #2929: MINOR: Correct comment about overflow limiting in ...

2018-12-21 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2929 MINOR: Correct comment about overflow limiting in JCQueue. Setting ov… …erflow limit to 0 disables limiting, does not disable overflow You can merge this pull request into a Git repository by

[GitHub] storm pull request #2927: STORM-1307: Port testing4j_test.clj to Java

2018-12-18 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2927#discussion_r242739488 --- Diff: storm-core/test/jvm/org/apache/storm/integration/TopologyIntegrationTest.java --- @@ -0,0 +1,927 @@ +/* + * Copyright 2018 The Apache

[GitHub] storm pull request #2927: STORM-1307: Port testing4j_test.clj to Java

2018-12-18 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2927#discussion_r242699069 --- Diff: storm-core/test/jvm/org/apache/storm/integration/TopologyIntegrationTest.java --- @@ -0,0 +1,927 @@ +/* + * Copyright 2018 The Apache

[GitHub] storm pull request #2927: STORM-1307: Port testing4j_test.clj to Java

2018-12-18 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2927#discussion_r242698501 --- Diff: storm-core/test/jvm/org/apache/storm/integration/TopologyIntegrationTest.java --- @@ -0,0 +1,927 @@ +/* + * Copyright 2018 The Apache

[GitHub] storm issue #2908: STORM-3276: Updated Flux to deal with storm local correct...

2018-12-18 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2908 +1. I'm still wondering why we need to preserve command line options here https://github.com/apache/storm/pull/2908#discussion_r236358832 but I think it's fine either way. ---

[GitHub] storm issue #2928: STORM-3270: Build Storm with Java 11, excluding some inco...

2018-12-14 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2928 The build failed because of a hiccup when downloading dependencies. See https://travis-ci.org/srdo/storm/builds/468124888 instead. ---

[GitHub] storm pull request #2928: STORM-3270: Build Storm with Java 11, excluding so...

2018-12-14 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2928 STORM-3270: Build Storm with Java 11, excluding some incompatible mod… …ules https://issues.apache.org/jira/browse/STORM-3270 All Hadoop-related modules are excluded from tests

[GitHub] storm issue #2907: STORM-2990, STORM-3279: Fix issue where Kafka Trident spo...

2018-12-14 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2907 Thanks for the reviews, merged to master. ---

[GitHub] storm pull request #2927: STORM-1307: Port testing4j_test.clj to Java

2018-12-12 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2927 STORM-1307: Port testing4j_test.clj to Java Follow up to https://github.com/apache/storm/pull/2924, please review that one first. You can merge this pull request into a Git repository by running

[GitHub] storm issue #2920: STORM-3297 prevent supervisor restart when no nimbus lead...

2018-12-11 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2920 +1, please squash to one commit and I'll merge :) ---

[GitHub] storm pull request #2924: STORM-1289: Port integration-test.clj to Java

2018-12-09 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2924 STORM-1289: Port integration-test.clj to Java https://issues.apache.org/jira/browse/STORM-1289 I have also ported a few tests to JUnit 5 and changed the IntegrationTest and PerformanceTest

[GitHub] storm issue #2922: STORM-3301: Fix case where KafkaSpout could emit tuples t...

2018-12-08 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2922 The test failure is due to broken stubbing, I'll fix it soon ---

[GitHub] storm pull request #2923: STORM-3301: Fix case where KafkaSpout could emit t...

2018-12-08 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2923 STORM-3301: Fix case where KafkaSpout could emit tuples that were alr… …eady committed 1.x version of https://github.com/apache/storm/pull/2922 You can merge this pull request into a Git

[GitHub] storm pull request #2922: STORM-3301: Fix case where KafkaSpout could emit t...

2018-12-08 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2922 STORM-3301: Fix case where KafkaSpout could emit tuples that were alr… …eady committed https://issues.apache.org/jira/browse/STORM-3301 I removed an unnecessary contains check in

[GitHub] storm pull request #2921: STORM-3300: Fix NPE in Acker that could occur if s...

2018-12-08 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2921 STORM-3300: Fix NPE in Acker that could occur if sending reset timeou… …t tuples The error occurs when `int task = curr.spoutTask;` is hit during processing of a reset timeout tuple, if

[GitHub] storm issue #2917: [STORM-3294] Upgrade jetty version to latest stable 9.4.1...

2018-12-05 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2917 Ok, just wanted to be sure that there wasn't an issue to document. +1 ---

[GitHub] storm issue #2917: [STORM-3294] Upgrade jetty version to latest stable 9.4.1...

2018-12-05 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2917 Looks good. Could you update the commit message to contain the issue number? Is this upgrade fixing a known issue? ---

[GitHub] storm pull request #2919: STORM-3296: Upgrade curator-test to avoid CURATOR-...

2018-12-05 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2919 STORM-3296: Upgrade curator-test to avoid CURATOR-409 https://issues.apache.org/jira/browse/STORM-3296 You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] storm issue #2907: STORM-2990, STORM-3279: Fix issue where Kafka Trident spo...

2018-11-29 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2907 Rebased to fix conflicts and squashed to one commit. ---

[GitHub] storm issue #2913: STORM-3290: Split configuration for storm-kafka-client Tr...

2018-11-29 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2913 Thanks for reviewing, merged to master. ---

[GitHub] storm pull request #2908: STORM-3276: Updated Flux to deal with storm local ...

2018-11-28 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2908#discussion_r237005496 --- Diff: flux/flux-core/src/main/java/org/apache/storm/flux/Flux.java --- @@ -52,17 +52,22 @@ public class Flux { private static final Logger LOG

[GitHub] storm issue #2912: STORM-3289: Add note about KAFKA-7044 to storm-kafka-clie...

2018-11-27 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2912 Yes, I think those are the affected versions. I figured people would go look at the JIRA to see which versions are affected, but I'll list them here as well. ---

[GitHub] storm pull request #2908: STORM-3276: Updated Flux to deal with storm local ...

2018-11-26 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2908#discussion_r236360412 --- Diff: storm-server/src/main/java/org/apache/storm/LocalCluster.java --- @@ -323,6 +342,13 @@ private static boolean areAllWorkersWaiting

[GitHub] storm pull request #2908: STORM-3276: Updated Flux to deal with storm local ...

2018-11-26 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2908#discussion_r236358832 --- Diff: flux/flux-core/src/main/java/org/apache/storm/flux/Flux.java --- @@ -52,17 +52,22 @@ public class Flux { private static final Logger LOG

[GitHub] storm issue #2914: STORM-1311: Removing superfluous debugging

2018-11-24 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2914 Thanks @govind-menon, merged to master. ---

[GitHub] storm issue #2914: STORM-1311: Removing superfluous debugging

2018-11-21 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2914 +1 ---

[GitHub] storm pull request #2913: STORM-3290: Split configuration for storm-kafka-cl...

2018-11-20 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2913 STORM-3290: Split configuration for storm-kafka-client Trident and no… …n-Trident spout into two classes. https://issues.apache.org/jira/browse/STORM-3290 This moves configuration

[GitHub] storm pull request #2911: STORM-2720 : Add TIMESTAMP option for FirstPollOff...

2018-11-20 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2911#discussion_r234901127 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/KafkaSpoutConfig.java --- @@ -137,7 +142,11 @@ public KafkaSpoutConfig

[GitHub] storm issue #2904: add indent to log4j2 xml files

2018-11-19 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2904 Thanks @chiba3, merged to master. ---

[GitHub] storm issue #2904: add indent to log4j2 xml files

2018-11-19 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2904 +1. I think this is akin to a documentation change (formatting only), so doesn't need an issue filed for it. ---

[GitHub] storm pull request #2911: Add TIMESTAMP option for FirstPollOffset

2018-11-19 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2911#discussion_r234541339 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/KafkaSpoutConfig.java --- @@ -137,7 +142,11 @@ public KafkaSpoutConfig

[GitHub] storm pull request #2911: Add TIMESTAMP option for FirstPollOffset

2018-11-19 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2911#discussion_r234542042 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/trident/KafkaTridentSpoutEmitter.java --- @@ -225,7 +229,23 @@ private void

[GitHub] storm pull request #2911: Add TIMESTAMP option for FirstPollOffset

2018-11-19 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2911#discussion_r234541619 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/trident/KafkaTridentSpoutEmitter.java --- @@ -225,7 +229,23 @@ private void

[GitHub] storm issue #2907: STORM-2990, STORM-3279: Fix issue where Kafka Trident spo...

2018-11-16 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2907 Added a check to `reEmitPartitionBatch`. Let me know if it looks reasonable, and I'll squash. ---

[GitHub] storm issue #2907: STORM-2990, STORM-3279: Fix issue where Kafka Trident spo...

2018-11-16 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2907 Regarding looping offsets, I don't believe Kafka really does anything special to handle offset value overflow (quick google turned up http://mail-archives.apache.org/mod_mbox/kafka-users/201510

[GitHub] storm pull request #2907: STORM-2990, STORM-3279: Fix issue where Kafka Trid...

2018-11-16 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2907#discussion_r234338505 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/trident/KafkaTridentSpoutEmitter.java --- @@ -170,15 +170,25 @@ public void

[GitHub] storm pull request #2907: STORM-2990, STORM-3279: Fix issue where Kafka Trid...

2018-11-15 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2907#discussion_r233750714 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/trident/KafkaTridentSpoutEmitter.java --- @@ -218,26 +228,27 @@ private void

[GitHub] storm issue #2907: STORM-2990, STORM-3279: Fix issue where Kafka Trident spo...

2018-11-14 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2907 Test failure looks unrelated. ---

[GitHub] storm pull request #2907: STORM-2990, STORM-3279: Fix issue where Kafka Trid...

2018-11-14 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2907 STORM-2990, STORM-3279: Fix issue where Kafka Trident spout could ign… …ore EARLIEST and LATEST, and make EARLIEST and LATEST only take effect on topology deploy See https

[GitHub] storm pull request #2905: STORM-2891: Upgrade checkstyle plugin to 3.0.0

2018-11-11 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2905 STORM-2891: Upgrade checkstyle plugin to 3.0.0 See https://issues.apache.org/jira/browse/STORM-2891 You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] storm pull request #2653: [WIP] Detach storm-kafka-client release from Storm...

2018-11-10 Thread srdo
Github user srdo closed the pull request at: https://github.com/apache/storm/pull/2653 ---

[GitHub] storm issue #2653: [WIP] Detach storm-kafka-client release from Storm proper

2018-11-10 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2653 Closing due to lack of interest. ---

[GitHub] storm issue #2896: Storm 3261

2018-10-26 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2896 @d2r You can test this by checking out https://github.com/apache/storm-site and following the guide for publishing the documentation ---

[GitHub] storm issue #2892: Added in better docs for local mode testing.

2018-10-22 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2892 +1 ---

[GitHub] storm pull request #2892: Added in better docs for local mode testing.

2018-10-22 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2892#discussion_r227063418 --- Diff: docs/Local-mode.md --- @@ -7,7 +7,9 @@ Local mode simulates a Storm cluster in process and is useful for developing and To run a topology

[GitHub] storm pull request #2890: STORM-3268: Improve integration test stability

2018-10-22 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2890#discussion_r227033367 --- Diff: integration-test/src/main/java/org/apache/storm/st/topology/TestableTopology.java --- @@ -17,14 +17,18 @@ package

[GitHub] storm issue #2880: STORM-3250: Closes Pull Requests unchanged in 2018

2018-10-22 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2880 +1, thanks for handling this. ---

[GitHub] storm pull request #2890: STORM-3268: Improve integration test stability

2018-10-21 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2890 STORM-3268: Improve integration test stability https://issues.apache.org/jira/browse/STORM-3268 Basically the integration test can't handle logs rolling during the test. To fix this we

[GitHub] storm pull request #2889: STORM-3267: Disable Java 10 build

2018-10-21 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2889 STORM-3267: Disable Java 10 build https://issues.apache.org/jira/browse/STORM-3267 We can add Java 11 at some later point, but for now we need to disable the Java 10 build. You can merge

[GitHub] storm issue #2877: STORM-3255: Uses dev-zookeeper in travis-ci

2018-10-12 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2877 Looks great, +1 ---

[GitHub] storm pull request #2877: STORM-3255: Uses dev-zookeeper in travis-ci

2018-10-12 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2877#discussion_r224891745 --- Diff: integration-test/run-it.sh --- @@ -91,6 +90,11 @@ function start_storm_process() { echo starting: storm $1 sudo su storm -c "e

[GitHub] storm issue #2858: STORM-3242: Adds "examples" and "externals" profiles

2018-10-04 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2858 Thanks @d2r, merged to master. ---

[GitHub] storm issue #2858: STORM-3242: Adds "examples" and "externals" profiles

2018-10-03 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2858 +1, thanks for addressing my comment. Please squash to one commit containing the issue number. ---

[GitHub] storm issue #2858: STORM-3242: Adds "examples" and "externals" profiles

2018-10-03 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2858 I'd be fine with just moving them to the new profile. It already contains the integration test, which also isn't in externals. ---

[GitHub] storm issue #2858: STORM-3242: Adds "examples" and "externals" profiles

2018-10-03 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2858 This looks good, but I'm wondering if Flux and the sql modules should be added to externals as well? They depend on storm-kafka-client, so the build won't work with externals disabled unless

[GitHub] storm issue #2840: STORM-3147: Add metrics based on ClusterSummary

2018-09-18 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2840 I'm hoping @zd-project will help review this, since this is a rebase of his PR. I don't really have the context to know whether these added metrics are useful. ---

[GitHub] storm pull request #2840: STORM-3147: Add metrics based on ClusterSummary

2018-09-17 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2840 STORM-3147: Add metrics based on ClusterSummary Rebase and update of https://github.com/apache/storm/pull/2764. @zd-project Please take a look when you have a chance. You can merge this pull

[GitHub] storm issue #2836: STORM-3162: Cleanup heartbeats cache and make it thread s...

2018-09-17 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2836 Looks good, thanks. +1 ---

[GitHub] storm pull request #2836: STORM-3162: Cleanup heartbeats cache and make it t...

2018-09-17 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2836#discussion_r218177587 --- Diff: storm-server/pom.xml --- @@ -171,7 +171,7 @@ maven-checkstyle-plugin

[GitHub] storm issue #2805: STORM-3197: Make StormMetricsRegistry non-static

2018-09-17 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2805 Test failure looks unrelated, it's getting a permission error when writing to the local maven repo. ---

[GitHub] storm pull request #2805: STORM-3197: Make StormMetricsRegistry non-static

2018-09-17 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2805#discussion_r218150464 --- Diff: storm-server/src/main/java/org/apache/storm/LocalDRPC.java --- @@ -38,9 +39,9 @@ private final DRPC drpc; private final String

[GitHub] storm pull request #2805: STORM-3197: Make StormMetricsRegistry non-static

2018-09-17 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2805#discussion_r218148492 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/supervisor/Container.java --- @@ -219,11 +201,11 @@ public void kill() throws IOException

[GitHub] storm pull request #2836: STORM-3162: Cleanup heartbeats cache and make it t...

2018-09-17 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2836#discussion_r218142320 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/HeartbeatCache.java --- @@ -0,0 +1,229 @@ +/* + * Licensed to the Apache Software

[GitHub] storm pull request #2836: STORM-3162: Cleanup heartbeats cache and make it t...

2018-09-17 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2836#discussion_r218121407 --- Diff: storm-server/pom.xml --- @@ -171,7 +171,7 @@ maven-checkstyle-plugin

[GitHub] storm pull request #2836: STORM-3162: Cleanup heartbeats cache and make it t...

2018-09-17 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2836#discussion_r217911368 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/HeartbeatCache.java --- @@ -0,0 +1,229 @@ +/* + * Licensed to the Apache Software

[GitHub] storm pull request #2836: STORM-3162: Cleanup heartbeats cache and make it t...

2018-09-17 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2836#discussion_r217911059 --- Diff: storm-client/src/jvm/org/apache/storm/stats/ClientStatsUtil.java --- @@ -0,0 +1,202 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] storm pull request #2836: STORM-3162: Cleanup heartbeats cache and make it t...

2018-09-17 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2836#discussion_r218140315 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/HeartbeatCache.java --- @@ -0,0 +1,229 @@ +/* + * Licensed to the Apache Software

[GitHub] storm pull request #2836: STORM-3162: Cleanup heartbeats cache and make it t...

2018-09-17 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2836#discussion_r218124022 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/HeartbeatCache.java --- @@ -0,0 +1,229 @@ +/* + * Licensed to the Apache Software

  1   2   3   4   5   6   7   8   9   10   >