[GitHub] storm pull request #1821: STORM-2239: Handle InterruptException in new Kafka...

2016-12-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1821 --- 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 enab

[GitHub] storm pull request #1821: STORM-2239: Handle InterruptException in new Kafka...

2016-12-15 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/1821#discussion_r92691637 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/KafkaSpout.java --- @@ -435,7 +435,7 @@ public void close() { } ca

[GitHub] storm pull request #1821: STORM-2239: Handle InterruptException in new Kafka...

2016-12-09 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/1821 STORM-2239: Handle InterruptException in new Kafka spout See https://issues.apache.org/jira/browse/STORM-2239. This basically just ensures that if the Kafka consumer throws InterruptException,