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

2018-05-01 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2653 [WIP] Detach storm-kafka-client release from Storm proper Opening this to get feedback on detaching the storm-kafka-client release cycle from Storm, as discussed on the mailing list. I'm putting this

Re: [DISCUSS] Decouple Storm core and connectors

2018-05-01 Thread Stig Rohde Døssing
Put up a PR for discussion, I think it's helpful to see some code before we decide whether we want to try releasing storm-kafka-client independently or not https://github.com/apache/storm/pull/2653. 2018-04-28 18:49 GMT+02:00 Alexandre Vermeerbergen : > Hello Stig, > >

[GitHub] storm issue #2584: STORM-2985: Explicitly add jackson-annotations dependency...

2018-05-01 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2584 @arunmahadevan Thanks, sorry this took so long. Merged to 1.x, 1.1.x and 1.0.x ---

[GitHub] storm pull request #2644: STORM-3041 improve worker-launcher messages

2018-05-01 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2644#discussion_r185330090 --- Diff: storm-core/src/native/worker-launcher/impl/worker-launcher.c --- @@ -309,7 +309,7 @@ int set_user(const char *user) { } /** - *

[GitHub] storm pull request #2644: STORM-3041 improve worker-launcher messages

2018-05-01 Thread agresch
Github user agresch commented on a diff in the pull request: https://github.com/apache/storm/pull/2644#discussion_r185333948 --- Diff: storm-core/src/native/worker-launcher/impl/worker-launcher.c --- @@ -309,7 +309,7 @@ int set_user(const char *user) { } /** - *

[GitHub] storm pull request #2584: STORM-2985: Explicitly add jackson-annotations dep...

2018-05-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2584 ---

ApacheCon North America 2018 schedule is now live.

2018-05-01 Thread Rich Bowen
Dear Apache Enthusiast, We are pleased to announce our schedule for ApacheCon North America 2018. ApacheCon will be held September 23-27 at the Montreal Marriott Chateau Champlain in Montreal, Canada. Registration is open! The early bird rate of $575 lasts until July 21, at which time it

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

2018-05-01 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2638 @kishorvpatil Sorry to keep harping on this, but I still don't really understand how we're getting `InterruptedExceptions` that need to be logged at error level. Could you give an example of a

[GitHub] storm pull request #2637: Map of Spout configurations from `storm-kafka` to ...

2018-05-01 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2637#discussion_r185174341 --- Diff: docs/storm-kafka-client.md --- @@ -313,4 +313,37 @@ KafkaSpoutConfig kafkaConf = KafkaSpoutConfig

[GitHub] storm pull request #2637: Map of Spout configurations from `storm-kafka` to ...

2018-05-01 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2637#discussion_r185174192 --- Diff: docs/storm-kafka-client.md --- @@ -313,4 +313,37 @@ KafkaSpoutConfig kafkaConf = KafkaSpoutConfig

[GitHub] storm pull request #2637: Map of Spout configurations from `storm-kafka` to ...

2018-05-01 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2637#discussion_r185174572 --- Diff: docs/storm-kafka-client.md --- @@ -313,4 +313,37 @@ KafkaSpoutConfig kafkaConf = KafkaSpoutConfig

[GitHub] storm pull request #2652: STORM-3046: Ensure KafkaTridentSpoutEmitter handle...

2018-05-01 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2652 STORM-3046: Ensure KafkaTridentSpoutEmitter handles empty batches cor… …rectly when they occur at the beginning of the stream See https://issues.apache.org/jira/browse/STORM-3046 You can