[GitHub] storm pull request #2649: [STORM-3043] Fix NullPointerException when apply()...

2018-04-27 Thread cleroux
GitHub user cleroux opened a pull request: https://github.com/apache/storm/pull/2649 [STORM-3043] Fix NullPointerException when apply() returns null A null List is a valid return value from RecordTranslator.apply() if the ConsumerRecord is invalid. You can merge this pull request

[GitHub] storm issue #2638: [STORM-3034] Adding exception stacktrace for executor fai...

2018-04-27 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2638 @kishorvpatil Can you elaborate a bit? I don't understand why `TimeoutException` would be wrapped in an `InterruptedException`? Where is the log line you posted coming from, a grep of Storm didn't turn

[GitHub] storm pull request #2645: STORM-3042 fix acker and metric component resource...

2018-04-27 Thread agresch
Github user agresch closed the pull request at: https://github.com/apache/storm/pull/2645 ---

[GitHub] storm pull request #2648: STORM-3013: Keep KafkaConsumer open when storm-kaf...

2018-04-27 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2648 STORM-3013: Keep KafkaConsumer open when storm-kafka-client spout is … …deactivated, in order to keep metrics working See https://issues.apache.org/jira/browse/STORM-3013 The

[GitHub] storm issue #2642: [STORM-3043] Fix NullPointerException when apply() return...

2018-04-27 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2642 +1, thanks @cleroux, merged to master. Please open another PR against 1.x-branch, so this fix can make it into 1.x releases too :) ---

[GitHub] storm pull request #2642: [STORM-3043] Fix NullPointerException when apply()...

2018-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2642 ---

[GitHub] storm issue #2643: STORM-3039 handle slot ports in TIME_WAIT state

2018-04-27 Thread raghavgautam
Github user raghavgautam commented on the issue: https://github.com/apache/storm/pull/2643 @ghajos We can bind to the port then close the port and then bind to the same port again. We have unit tests that can be used as a starting point.

[GitHub] storm issue #2643: STORM-3039 handle slot ports in TIME_WAIT state

2018-04-27 Thread ghajos
Github user ghajos commented on the issue: https://github.com/apache/storm/pull/2643 @raghavgautam I think it is out of scope to test a tcp testing in Storm. Do you have an idea how to do that? ---

[GitHub] storm pull request #2633: STORM-3028 HdfsSpout: handle empty file in case of...

2018-04-27 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2633#discussion_r184707886 --- Diff: external/storm-hdfs/src/main/java/org/apache/storm/hdfs/spout/HdfsSpout.java --- @@ -101,6 +101,7 @@ private final AtomicBoolean

[GitHub] storm pull request #2633: STORM-3028 HdfsSpout: handle empty file in case of...

2018-04-27 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2633#discussion_r184711553 --- Diff: external/storm-hdfs/src/test/java/org/apache/storm/hdfs/spout/TestHdfsSpout.java --- @@ -153,6 +153,35 @@ public void testSimpleText_ACK() throws

[GitHub] storm pull request #2633: STORM-3028 HdfsSpout: handle empty file in case of...

2018-04-27 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2633#discussion_r184710659 --- Diff: external/storm-hdfs/src/test/java/org/apache/storm/hdfs/spout/TestHdfsSpout.java --- @@ -153,6 +153,35 @@ public void testSimpleText_ACK() throws

[GitHub] storm issue #2635: [STORM-3029] don't use keytab based login for hbase if Au...

2018-04-27 Thread Ethanlm
Github user Ethanlm commented on the issue: https://github.com/apache/storm/pull/2635 rebased ---

[GitHub] storm issue #2634: [STORM-3021] Fix wrong usages of Config.TOPOLOGY_WORKERS ...

2018-04-27 Thread Ethanlm
Github user Ethanlm commented on the issue: https://github.com/apache/storm/pull/2634 rebased. ---

[GitHub] storm issue #2643: STORM-3039 handle slot ports in TIME_WAIT state

2018-04-27 Thread raghavgautam
Github user raghavgautam commented on the issue: https://github.com/apache/storm/pull/2643 Can you please add a test for this ? ---

[GitHub] storm issue #2636: 1.1.x branch - Add SSL functionality

2018-04-27 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2636 @cfriaszapater Thanks for the contribution. Basically we receive PRs which go first to the master branch, and additional PRs (against 1.x-branch) which is expected to not cleanly ported

[GitHub] storm issue #2646: [STORM-3044] AutoTGT should check if a TGT is address-les...

2018-04-27 Thread Ethanlm
Github user Ethanlm commented on the issue: https://github.com/apache/storm/pull/2646 @HeartSaVioR Thanks very much! ---

[GitHub] storm issue #2646: [STORM-3044] AutoTGT should check if a TGT is address-les...

2018-04-27 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2646 @Ethanlm You can refer the DEVELOPER doc which guides contributors as well as committers. https://github.com/apache/storm/blob/master/DEVELOPER.md#merge-a-pull-request-or-patch You

[GitHub] storm issue #2646: [STORM-3044] AutoTGT should check if a TGT is address-les...

2018-04-27 Thread Ethanlm
Github user Ethanlm commented on the issue: https://github.com/apache/storm/pull/2646 @HeartSaVioR Sorry I forgot to change it. I don't see any merge button. Do I need to do it in some other way ---

[GitHub] storm issue #2633: STORM-3028 HdfsSpout: handle empty file in case of ackers

2018-04-27 Thread ghajos
Github user ghajos commented on the issue: https://github.com/apache/storm/pull/2633 @srdo Can you please take a look at? ---

[GitHub] storm issue #2636: 1.1.x branch - Add SSL functionality

2018-04-27 Thread cfriaszapater
Github user cfriaszapater commented on the issue: https://github.com/apache/storm/pull/2636 Ah, that's strange, because I did not change anything out of external/storm-cassandra. So that should be failing before this pull request. Anyway, I'll try what you say, thanks. ---