[GitHub] storm pull request #2755: STORM-3082 Add support to handle absent topics

2018-07-06 Thread aniketalhat
Github user aniketalhat commented on a diff in the pull request: https://github.com/apache/storm/pull/2755#discussion_r200802071 --- Diff: external/storm-kafka/src/jvm/org/apache/storm/kafka/DynamicPartitionConnections.java --- @@ -57,6 +57,7 @@ public SimpleConsumer

[GitHub] storm issue #2755: STORM-3082 Add support to handle absent topics

2018-07-06 Thread aniketalhat
Github user aniketalhat commented on the issue: https://github.com/apache/storm/pull/2755 @srdo I checked out my branch from master, I changed the target and we have conflicts, obviously. Do you recommend checking out from 1.x ? ---

Re: Requesting review for a couple of PRs

2018-07-06 Thread Hugo Louro
I’ll take a pass at reviewing them as well. Thanks, Hugo > On Jul 6, 2018, at 1:41 PM, Jungtaek Lim wrote: > > Yeah I have been hoping that some other folks who are familiar with > storm-kafka-client jump in and review in time, but unfortunately it didn't > happen. Will try to review those PRs,

[GitHub] storm issue #2739: [STORM-3125/3126/3127]: Refactoring components for Superv...

2018-07-06 Thread zd-project
Github user zd-project commented on the issue: https://github.com/apache/storm/pull/2739 Should I also rebase it onto current master branch? ---

Re: Requesting review for a couple of PRs

2018-07-06 Thread Jungtaek Lim
Yeah I have been hoping that some other folks who are familiar with storm-kafka-client jump in and review in time, but unfortunately it didn't happen. Will try to review those PRs, hopefully within couple of days. Btw, if there're missing PRs to resolve STORM-2953

[GitHub] storm issue #2443: STORM-2406 [Storm SQL] Change underlying API to Streams A...

2018-07-06 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2443 @HeartSaVioR Are you still planning on getting this in? I could probably put some time in to trying this out if no one else is willing to test/use storm-sql, so we can get a +1. ---

[GitHub] storm pull request #2726: STORM-3090 - Fix bug when different topics use the...

2018-07-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2726 ---

[GitHub] storm issue #2726: STORM-3090 - Fix bug when different topics use the same o...

2018-07-06 Thread choojoyq
Github user choojoyq commented on the issue: https://github.com/apache/storm/pull/2726 @srdo i think so, thanks for the review ---

[GitHub] storm issue #2726: STORM-3090 - Fix bug when different topics use the same o...

2018-07-06 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2726 Is this ready to merge @choojoyq? ---

[GitHub] storm pull request #2726: STORM-3090 - Fix bug when different topics use the...

2018-07-06 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2726#discussion_r200657323 --- Diff: external/storm-kafka/src/test/org/apache/storm/kafka/ZkCoordinatorTest.java --- @@ -140,6 +140,42 @@ public void testPartitionManagerRecreate()

[GitHub] storm pull request #2726: STORM-3090 - Fix bug when different topics use the...

2018-07-06 Thread choojoyq
Github user choojoyq commented on a diff in the pull request: https://github.com/apache/storm/pull/2726#discussion_r200655178 --- Diff: external/storm-kafka/src/test/org/apache/storm/kafka/ZkCoordinatorTest.java --- @@ -140,6 +140,42 @@ public void testPartitionManagerRecreate()

[GitHub] storm pull request #2726: STORM-3090 - Fix bug when different topics use the...

2018-07-06 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2726#discussion_r200653436 --- Diff: external/storm-kafka/src/jvm/org/apache/storm/kafka/ZkCoordinator.java --- @@ -107,14 +110,14 @@ public void refresh() {

[GitHub] storm pull request #2726: STORM-3090 - Fix bug when different topics use the...

2018-07-06 Thread choojoyq
Github user choojoyq commented on a diff in the pull request: https://github.com/apache/storm/pull/2726#discussion_r200651516 --- Diff: external/storm-kafka/src/jvm/org/apache/storm/kafka/ZkCoordinator.java --- @@ -107,14 +110,14 @@ public void refresh() {

Requesting review for a couple of PRs

2018-07-06 Thread Stig Rohde Døssing
Hi devs, There are a couple of PRs open for changes in storm-kafka-client that would be nice to get reviewed. The PRs are https://github.com/apache/storm/pull/2652 https://github.com/apache/storm/pull/2648 and https://github.com/apache/storm/pull/2590. If someone could find a couple of minutes to

[GitHub] storm issue #2755: STORM-3082 Add support to handle absent topics

2018-07-06 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2755 I guess this should target 1.0.x-branch, going by the listed commits. ---

[GitHub] storm issue #2755: STORM-3082 Add support to handle absent topics

2018-07-06 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2755 @aniketalhat I think you are targeting the wrong branch. You should target the branch you started working on (e.g. 1.x-branch). We can review 1.x first, but we'll also need a PR against master

[GitHub] storm pull request #2755: [WIP] STORM-3082 Add support to handle absent topi...

2018-07-06 Thread aniketalhat
GitHub user aniketalhat opened a pull request: https://github.com/apache/storm/pull/2755 [WIP] STORM-3082 Add support to handle absent topics You can merge this pull request into a Git repository by running: $ git pull https://github.com/aniketalhat/storm