[GitHub] storm issue #2502: new PR for STORM-2306 : Messaging subsystem redesign

2018-02-14 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2502 Congrats @roshannaik great effort and perseverance to get this in and thanks to @revans2 for reviewing in great detail. ---

[GitHub] storm issue #2241: STORM-2306 : Messaging subsystem redesign.

2017-08-09 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2241 @revans2 here is the initial test cases we are looking to run against master & STORM-2306. Let us know if you would like to any further cases https://docs.google.com/docume

[GitHub] storm issue #2241: STORM-2306 : Messaging subsystem redesign.

2017-07-27 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2241 @revans2 I am trying to reproduce the worst-case in your last chart. Running TVL topology with 4 spout, 10 splitters, 4 counters, 2 ackers. Here is the code https://gist.github.com/harshach

[GitHub] storm issue #2241: STORM-2306 : Messaging subsystem redesign.

2017-07-27 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2241 @revans2 I am trying to reproduce the worst-case in your last chart. Running TVL topology with 4 spout, 10 splitters, 4 counters, 2 ackers. Here is the code https://gist.github.com/harshach

[GitHub] storm issue #2241: STORM-2306 : Messaging subsystem redesign.

2017-07-27 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2241 @HeartSaVioR Its not 12 executors per worker. If you don't pass a command-line argument, it sets parallelism variable here to 4 https://github.com/apache/storm/blob/master/examples/storm-starter

[GitHub] storm issue #2241: STORM-2306 : Messaging subsystem redesign.

2017-07-27 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2241 @revans2 @HeartSaVioR Here are my findings https://docs.google.com/spreadsheets/d/1wPpC3YXp-vTIelRTUVoLxuxIYxUekiIHUpZ2ZEysC4Y/edit#gid=1644511... 1. Looking

[GitHub] storm issue #2241: STORM-2306 : Messaging subsystem redesign.

2017-07-26 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2241 @HeartSaVioR I don't mind breaking this into multiple PRs if it helps reviewing and merging in. Its up to @roshannaik . --- If your project is set up for it, you can reply to this email and have

[GitHub] storm issue #2241: STORM-2306 : Messaging subsystem redesign.

2017-07-26 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2241 @HeartSaVioR lets keep this discussion to reviews. This is not forum to discuss what one should tweet or not that's up to individuals. Nobody is trying to promote something that's not feasible lets

[GitHub] storm issue #2241: STORM-2306 : Messaging subsystem redesign.

2017-07-26 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2241 @revans2 Do you mind posting your storm.yaml or are you running with defaults. We will try to see if we can reproduce this same behavior on our side. If there are any bugs we will work to fix

[GitHub] storm issue #2151: STORM-2542: Remove KafkaConsumer.subscribe API option, ma...

2017-07-21 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2151 @srdo are we not planning on pushing this into 1.x-branch? --- 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 issue #2208: [STORM-2627] The annotation of storm.zookeeper.topology.a...

2017-07-18 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2208 @HeartSaVioR wouldn't that be an issue incase of non-secure cluster if we are defaulting to "digest"? --- If your project is set up for it, you can reply to this email and have your re

[GitHub] storm issue #2147: STORM-2538: New kafka spout emits duplicate tuples

2017-07-17 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2147 @hmcl @srdo I don't think we need this given this PR https://github.com/apache/storm/pull/2151 makes manual assignment as default. --- If your project is set up for it, you can reply

[GitHub] storm issue #2151: STORM-2542: Remove KafkaConsumer.subscribe API option, ma...

2017-07-17 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2151 +1. Thanks @srdo this looks great. --- 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 issue #2155: STORM-2548: Simplify KafkaSpoutConfig to avoid duplicatin...

2017-07-17 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2155 still +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

[GitHub] storm issue #2217: [1.x-branch] [STORM-2505] OffsetManager should account fo...

2017-07-17 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2217 +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

[GitHub] storm issue #2215: STORM-2548: Simplify KafkaSpoutConfig (1.x)

2017-07-17 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2215 +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

[GitHub] storm pull request #2215: STORM-2548: Simplify KafkaSpoutConfig (1.x)

2017-07-17 Thread harshach
Github user harshach commented on a diff in the pull request: https://github.com/apache/storm/pull/2215#discussion_r127821694 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/SerializableDeserializer.java --- @@ -16,10 +16,14 @@ package

[GitHub] storm issue #2208: [STORM-2627] The annotation of storm.zookeeper.topology.a...

2017-07-17 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2208 @liu-zhaokun I think the comment there meant to say by default it will be "No Authentication". I.e Its users responsibility to set to digest in a secure clusters. But since the defaul

[GitHub] storm issue #2209: [STORM-2622] Add owner resource summary on storm UI

2017-07-17 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2209 +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

[GitHub] storm issue #2165: STORM-2558: Port storm.sh to Powershell and remove outdat...

2017-06-26 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2165 +1. Tried on windows 10 looks good to me. --- 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 #2157: STORM-2517 storm-hdfs writers can't be subclassed

2017-06-26 Thread harshach
Github user harshach commented on a diff in the pull request: https://github.com/apache/storm/pull/2157#discussion_r124087558 --- Diff: external/storm-hdfs/src/main/java/org/apache/storm/hdfs/bolt/AbstractHdfsBolt.java --- @@ -297,9 +296,21 @@ protected Path

[GitHub] storm issue #2166: [STORM-2559] There are three configurations in defaults.y...

2017-06-26 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2166 +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

[GitHub] storm issue #2173: STORM-2597: Don't parse passed in class paths

2017-06-26 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2173 @revans2 this means the users exported STORM_EXT_CLASSPATH must contain a wildcard "*" This could result in issues with current users who are just passing the dir and not adding

[GitHub] storm issue #2155: STORM-2548: Simplify KafkaSpoutConfig to avoid duplicatin...

2017-06-26 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2155 +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

[GitHub] storm issue #2176: STORM-2598 Add proxy server option for dependency resolve...

2017-06-25 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2176 +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

[GitHub] storm pull request #2150: STORM-2541: Fix storm-kafka-client manual subscrip...

2017-06-24 Thread harshach
Github user harshach commented on a diff in the pull request: https://github.com/apache/storm/pull/2150#discussion_r123881560 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/PatternTopicFilter.java --- @@ -0,0 +1,59 @@ +/* + * Copyright

[GitHub] storm issue #2117: STORM-2515: Fix most checkstyle violations in storm-kafka...

2017-06-09 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2117 @srdo thought I sent and replied your earlier emails as well. Looks like some issue with gmail they are showing as sent but didn't reached the mailing list. I sent them again. --- If your project

[GitHub] storm issue #2117: STORM-2515: Fix most checkstyle violations in storm-kafka...

2017-06-07 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2117 @srdo Sorry not meant as negative for the PR. But want to get a better exposure to everyone on changes that we make and for users/devs who might not be able to follow dev list day-in/day-out

[GitHub] storm issue #2117: STORM-2515: Fix most checkstyle violations in storm-kafka...

2017-06-07 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2117 @srdo @HeartSaVioR @erikdw I understand this PR is merged. But we should be extremely careful when we break the backward incompatibility , if it justifies better implementation of a connector

[GitHub] storm issue #2121: (1.x) STORM-2518 Handles empty name for "USER type" ACL w...

2017-05-18 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2121 +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

[GitHub] storm issue #2120: STORM-2518 Handles empty name for "USER type" ACL when no...

2017-05-18 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2120 +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

[GitHub] storm issue #2122: STORM-2519: Modify AbstractAutoCreds to look for configKe...

2017-05-17 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2122 +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

[GitHub] storm issue #2112: [STORM-2510] update checkstyle configuration to lower vio...

2017-05-15 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2112 +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

[GitHub] storm issue #2114: STORM-2511: Submitting a topology with name containing un...

2017-05-14 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2114 +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

[GitHub] storm issue #2115: STORM-2512: Make constructor public and add one more buil...

2017-05-13 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2115 +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

[GitHub] storm issue #2116: STORM-2512: Make constructor public and add one more buil...

2017-05-13 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2116 +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

[GitHub] storm issue #2104: [STORM-2505] Spout to support topic compaction

2017-05-09 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2104 @vivekmittal I think you need to open another PR against 1.x-branch. Don't think this can be cherry-picked onto 1.x-branch. --- If your project is set up for it, you can reply to this email

[GitHub] storm issue #2104: [STORM-2505] Spout to support topic compaction

2017-05-09 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2104 +1. Thanks @vivekmittal --- 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 issue #2104: [STORM-2505] Spout to support topic compaction

2017-05-09 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2104 @vivekmittal over LGTM. I am +1 once the method name is addressed. Thanks for finding & addressing the bug. --- If your project is set up for it, you can reply to this email and have your r

[GitHub] storm pull request #2104: [STORM-2505] Spout to support topic compaction

2017-05-09 Thread harshach
Github user harshach commented on a diff in the pull request: https://github.com/apache/storm/pull/2104#discussion_r115551459 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/internal/OffsetManager.java --- @@ -49,10 +51,14 @@ public OffsetManager

[GitHub] storm issue #2058: [STORM-2466] The example of jaas.conf in jaas_kerberos.co...

2017-05-09 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2058 @liu-zhaokun I am can help merge this. But my comment is not addressed. I think its better to break this into two files no? 1. storm_jaas.conf which contains storm related sections only

[GitHub] storm issue #2071: STORM-1858: KafkaBolt: sharing a single producer instance...

2017-05-09 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2071 @vesense also if we make this static all the internal producer state becomes shared and this could result in unexpected behavior as per user. Since producer doesn't call flush to broker until

[GitHub] storm issue #2071: STORM-1858: KafkaBolt: sharing a single producer instance...

2017-05-09 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2071 @vesense not sure any benefit doing this static and making one instance per JVM. This actually adds complexity in code without giving any benefit. For the most part , when users configures

[GitHub] storm issue #2098: STORM-2499: Add Serialization plugin for EventHub System ...

2017-05-09 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2098 @rban1 looks good. Can you add the new config to README and also squash the commits into 1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] storm issue #2104: [STORM-2505] Spout to support topic compaction

2017-05-09 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2104 @vivekmittal can you squash your commits into singe one. "Topology stopped processing (or died) & topic got compacted (cleanup.policy=compact) leaving offset voids in

[GitHub] storm pull request #2104: [STORM-2505] Spout to support topic compaction

2017-05-09 Thread harshach
Github user harshach commented on a diff in the pull request: https://github.com/apache/storm/pull/2104#discussion_r115412857 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/internal/OffsetManager.java --- @@ -68,13 +74,34 @@ public

[GitHub] storm issue #2102: STORM-2496 Dependency artifacts should be uploaded to blo...

2017-05-08 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2102 +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

[GitHub] storm issue #2100: STORM-2503: Fix lgtm.com alerts on equality and compariso...

2017-05-05 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2100 Thanks @adityasharad this looks good. +1. Can you please squash your commits into single one. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] storm issue #2097: [STORM-2482] Refactor the Storm auto credential plugins t...

2017-05-04 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2097 +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

[GitHub] storm issue #2081: [STORM-2482] Refactor the Storm auto credential plugins t...

2017-05-02 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2081 @arunmahadevan we need a PR for master --- 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 issue #1924: STORM-2343: New Kafka spout can stop emitting tuples if m...

2017-05-01 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/1924 Thanks @srdo for your patience. Merged into 1.x & master. --- 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

[GitHub] storm issue #2081: [STORM-2482] Refactor the Storm auto credential plugins t...

2017-05-01 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2081 still +1 after the above 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 project does not have this feature enabled

[GitHub] storm issue #2083: STORM-2421: support lists of childopts in DaemonConfig.

2017-04-25 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2083 +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

[GitHub] storm issue #2082: expose Tuple for node.js

2017-04-25 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2082 +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

[GitHub] storm issue #2086: STORM-2491: Adding extra Cassandra configuration paramete...

2017-04-25 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2086 overall LGTM. +1 . @tandrup would like to see these configs documented here https://github.com/apache/storm/blob/master/external/storm-cassandra/README.md --- If your project is set up

[GitHub] storm issue #2086: STORM-2491: Adding extra Cassandra configuration paramete...

2017-04-25 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2086 @tandrup for small docs changes etc. we don't file JIRAs but this one had quite few changes good to have that in JIRA and subsequently in CHANGELOG. --- If your project is set up for it, you can

[GitHub] storm issue #2089: STORM-2490: Lambda support

2017-04-25 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2089 @vesense this looks good. +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 issue #2066: [STORM-2472] kafkaspout should work normally in kerberos ...

2017-04-25 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2066 @liu-zhaokun following upon my previous comment , do not use stom-kafka-client from 1.0.x-branch as there are lot of bug-fixes went into storm-kafka-client in Storm 1.1 release --- If your

[GitHub] storm issue #2066: [STORM-2472] kafkaspout should work normally in kerberos ...

2017-04-25 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2066 @liu-zhaokun I am still not sure why are we adding this code. One shouldn't be using 0.9 kafka clients and this storm-kafka-client will not work with 0.9 as the interface changed in 0.10 and we

[GitHub] storm issue #2074: Storm 1290:port backtype.storm.local-state-test to java

2017-04-25 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2074 +1. once the commits gets squashed. --- 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 issue #2074: Storm 1290:port backtype.storm.local-state-test to java

2017-04-25 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2074 @kamleshbhatt can you please squash commits into single commit. --- 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 issue #2088: [STORM-2486] Prevent cd from printing target directory to...

2017-04-25 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2088 +1. Thanks @erikdw --- 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

[GitHub] storm issue #2090: STORM-2489: Overlap and data loss on WindowedBolt based o...

2017-04-25 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2090 +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

[GitHub] storm issue #2086: Adding extra Cassandra configuration parameters

2017-04-24 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2086 @tandrup can you please a file a JIRA https://issues.apache.org/jira/browse/ under STORM project. Also update the title of the JIRA and squash the commits in this PR. More details https

[GitHub] storm issue #2084: STORM-2488: The UI user Must be HTTP

2017-04-24 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2084 +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

[GitHub] storm issue #2024: STORM-2349: Add one RocketMQ plugin for the Apache Storm

2017-04-23 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2024 LGTM @vesense . +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

[GitHub] storm issue #2029: STORM-2379: update for Elasticsearch 2.

2017-04-18 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2029 Thanks @hmcc merged into master. @HeartSaVioR agree we can keep this in master and look at releasing 2.0 instead of back-porting. --- If your project is set up for it, you can reply

[GitHub] storm issue #2080: STORM-2481 Upgrade Aether version to resolve Aether bug B...

2017-04-17 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2080 +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

[GitHub] storm pull request #2024: STORM-2349: Add one RocketMQ plugin for the Apache...

2017-04-13 Thread harshach
Github user harshach commented on a diff in the pull request: https://github.com/apache/storm/pull/2024#discussion_r111462620 --- Diff: external/storm-rocketmq/src/main/java/org/apache/storm/rocketmq/spout/RocketMQSpout.java --- @@ -0,0 +1,189 @@ +/** + * Licensed

[GitHub] storm pull request #2024: STORM-2349: Add one RocketMQ plugin for the Apache...

2017-04-13 Thread harshach
Github user harshach commented on a diff in the pull request: https://github.com/apache/storm/pull/2024#discussion_r111524719 --- Diff: external/storm-rocketmq/src/main/java/org/apache/storm/rocketmq/spout/RocketMQSpout.java --- @@ -0,0 +1,189 @@ +/** + * Licensed

[GitHub] storm pull request #2024: STORM-2349: Add one RocketMQ plugin for the Apache...

2017-04-13 Thread harshach
Github user harshach commented on a diff in the pull request: https://github.com/apache/storm/pull/2024#discussion_r111462177 --- Diff: external/storm-rocketmq/src/main/java/org/apache/storm/rocketmq/spout/RocketMQSpout.java --- @@ -0,0 +1,189 @@ +/** + * Licensed

[GitHub] storm issue #2058: [STORM-2466] The example of jaas.conf in jaas_kerberos.co...

2017-04-13 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2058 @liu-zhaokun why are we including Server section intended for Zookeeper server in this file? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] storm issue #2066: [STORM-2472] kafkaspout should work normally in kerberos ...

2017-04-13 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2066 @liu-zhaokun you can set it via topology.worker.childopts or worker.childopts. Lets is not put work-around for this when there is viable option to set it. Also 0.9 consumer API is for Alpha and its

[GitHub] storm issue #2062: [STORM-2470] kafkaspout should support kerberos

2017-04-12 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2062 @liu-zhaokun KafkaSpoutConfig offers this method to add security-related configs https://github.com/apache/storm/blob/master/external/storm-kafka-client/src/main/java/org/apache/storm/kafka

[GitHub] storm issue #2029: STORM-2379: update for Elasticsearch 2.

2017-04-12 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2029 @hmcc can you please up-merge your patch. I'll merge it into master & 1.x-branch --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] storm issue #2054: STORM-2462 Adding regex mapper to KerberosPrincipalToLoca...

2017-04-12 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2054 @ambud we should add the auth_to_local rules an make that as part of storm.yaml config option . Adding regex will not be helpful here. --- If your project is set up for it, you can reply

[GitHub] storm issue #2062: [STORM-2470] kafkaspout should support kerberos

2017-04-12 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2062 @liu-zhaokun More details are documented here http://kafka.apache.org/documentation.html#security_sasl . We don't need these changes on storm-kafka-client side --- If your project is set up

[GitHub] storm issue #2062: [STORM-2470] kafkaspout should support kerberos

2017-04-12 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2062 @liu-zhaokun with the latest kafka consumer APIs one can pass a keytab and principal via consumer or producer properties. Even before that they can pass the jaas config via JVM param and set

[GitHub] storm issue #2053: [STORM-2455] Expose the window start and end timestamp in...

2017-04-11 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2053 +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

[GitHub] storm issue #2026: STORM-2371: Replace existing AMQP eventhub client with th...

2017-04-11 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2026 +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

[GitHub] storm issue #2029: STORM-2379: update for Elasticsearch 2.

2017-04-11 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2029 Thanks @hmcc. +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

[GitHub] storm issue #2056: [STORM-2464] update storm-mongodb.md

2017-04-11 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2056 +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

[GitHub] storm issue #2032: [STORM-2093] Fix permissions in multi-tenant, secure mode

2017-04-10 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2032 +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

[GitHub] storm issue #2053: [STORM-2455] Expose the window start and end timestamp in...

2017-04-10 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2053 @arunmahadevan this looks like backward incompatible change? --- 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 issue #2004: STORM-2413: Make new Kafka spout respect tuple retry limi...

2017-04-05 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2004 @srdo can you squash some of those commits. --- 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 #2028: Fix headers

2017-04-05 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2028 +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

[GitHub] storm pull request #2029: STORM-2379: update for Elasticsearch 2.

2017-04-05 Thread harshach
Github user harshach commented on a diff in the pull request: https://github.com/apache/storm/pull/2029#discussion_r110038799 --- Diff: examples/storm-elasticsearch-examples/pom.xml --- @@ -53,6 +54,11 @@ storm-elasticsearch ${project.version

[GitHub] storm issue #2031: Update HdfsSpout.java

2017-04-05 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2031 @megha10 thanks for the patch. Pleas follow the guide lines here https://github.com/apache/storm/blob/master/DEVELOPER.md#contribute-code. 1. Open a STORM jira https://issues.apache.org

[GitHub] storm issue #2042: STORM-2453 Move non-connectors into the top directory

2017-04-05 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2042 +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

[GitHub] storm issue #2044: [STORM-2454] the default returned value of this method wh...

2017-04-05 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2044 +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

[GitHub] storm issue #2026: Eventhub3

2017-04-04 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2026 @rban1 can you change the PR title to reflect the JIRA title. You can look other PRs for example --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] storm issue #2026: Eventhub3

2017-03-28 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2026 @rban1 you are keep re-opening the PRs. We should keep only one PR. If you want to address the comments and update the PR , all you need to do is to work on the same git branch and push changes

[GitHub] storm issue #1998: Eventhub2

2017-03-27 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/1998 @rban1 there are still some unaddressed comments and also merge conflicts. Make sure you squashed your commits for the PR as well. --- If your project is set up for it, you can reply to this email

[GitHub] storm issue #2027: STORM-2432: Storm-Kafka-Client Trident Spout Seeks Incorr...

2017-03-23 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2027 +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

[GitHub] storm issue #1999: STORM-2409: Storm-Kafka-Client KafkaSpout Support for Fai...

2017-03-20 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/1999 +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

[GitHub] storm issue #2020: STORM-2425: Storm Hive Bolt not closing open transactions

2017-03-20 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2020 +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

[GitHub] storm pull request #1998: Eventhub2

2017-03-17 Thread harshach
Github user harshach commented on a diff in the pull request: https://github.com/apache/storm/pull/1998#discussion_r106768060 --- Diff: external/storm-eventhubs/src/main/java/org/apache/storm/eventhubs/bolt/EventHubBolt.java --- @@ -84,11 +85,47 @@ public void prepare(Map config

[GitHub] storm pull request #1998: Eventhub2

2017-03-17 Thread harshach
Github user harshach commented on a diff in the pull request: https://github.com/apache/storm/pull/1998#discussion_r106768022 --- Diff: external/storm-eventhubs/src/main/java/org/apache/storm/eventhubs/bolt/EventHubBolt.java --- @@ -41,7 +42,8

[GitHub] storm pull request #1998: Eventhub2

2017-03-17 Thread harshach
Github user harshach commented on a diff in the pull request: https://github.com/apache/storm/pull/1998#discussion_r106768166 --- Diff: external/storm-eventhubs/src/main/java/org/apache/storm/eventhubs/spout/EventHubReceiverImpl.java --- @@ -65,77 +57,81 @@ public

[GitHub] storm pull request #1998: Eventhub2

2017-03-17 Thread harshach
Github user harshach commented on a diff in the pull request: https://github.com/apache/storm/pull/1998#discussion_r106768041 --- Diff: external/storm-eventhubs/src/main/java/org/apache/storm/eventhubs/bolt/EventHubBolt.java --- @@ -84,11 +85,47 @@ public void prepare(Map config

  1   2   3   4   5   6   7   8   9   10   >