[GitHub] storm pull request #2745: STORM-3135: Allow JCQueueTest to retry interruptin...

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

[GitHub] storm issue #2745: STORM-3135: Allow JCQueueTest to retry interrupting the c...

2018-07-10 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2745 Fixed. ---

[GitHub] storm issue #2745: STORM-3135: Allow JCQueueTest to retry interrupting the c...

2018-07-10 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2745 Yes, the thread is still interrupted after the exception is thrown. I'll change it to use `interrupted` instead. ---

[GitHub] storm issue #2745: STORM-3135: Allow JCQueueTest to retry interrupting the c...

2018-07-10 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2745 Sorry I don't think I submitted my nit. We are calling `isInterrupted` in asyncLoop. Is this going to leave the state of the thread as interrupted after we throw the exception. ---

[GitHub] storm pull request #2750: STORM-3141: Fix NPE in WorkerState.transferLocalBa...

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

Re: Regarding releasing Apache Storm 2.0.0

2018-07-10 Thread Alexandre Vermeerbergen
+1 would love to try it when an RC is avail! Alexandre Vermeerbergen 2018-07-10 21:15 GMT+02:00 Arun Mahadevan : > +1 to get it out soon. > > > > > On 7/10/18, 11:52 AM, "P. Taylor Goetz" wrote: > >>+1 Sounds good to me. >> >>-Taylor >> >>> On Jul 10, 2018, at 2:18 AM, Jungtaek Lim wrote: >>> >

Re: Regarding releasing Apache Storm 2.0.0

2018-07-10 Thread Arun Mahadevan
+1 to get it out soon. On 7/10/18, 11:52 AM, "P. Taylor Goetz" wrote: >+1 Sounds good to me. > >-Taylor > >> On Jul 10, 2018, at 2:18 AM, Jungtaek Lim wrote: >> >> Hi devs, >> >> I hopefully have a time to sort out issues regarding Storm 2.0.0 and link >> to epic issue. >> >> https://issu

Re: Regarding releasing Apache Storm 2.0.0

2018-07-10 Thread P. Taylor Goetz
+1 Sounds good to me. -Taylor > On Jul 10, 2018, at 2:18 AM, Jungtaek Lim wrote: > > Hi devs, > > I hopefully have a time to sort out issues regarding Storm 2.0.0 and link > to epic issue. > > https://issues.apache.org/jira/browse/STORM-2714 > (require login to Apache JIRA to see issues in ep

[GitHub] storm pull request #2759: STORM-2947: Remove some deprecated methods from St...

2018-07-10 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2759#discussion_r201455774 --- Diff: storm-client/src/jvm/org/apache/storm/utils/Utils.java --- @@ -781,7 +781,7 @@ private static SerializationDelegate getSerializationDelegate(Map

[GitHub] storm issue #2759: STORM-2947: Remove some deprecated methods from Storm 2.0...

2018-07-10 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2759 Will squash commits before merge, didn't want to mix them up in case this should be split into smaller PRs. ---

[GitHub] storm pull request #2759: STORM-2947: Remove some deprecated methods from St...

2018-07-10 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2759 STORM-2947: Remove some deprecated methods from Storm 2.0.0. This handles some of the deprecated things mentioned in STORM-2947. There'll probably be followups to this PR to remove more functionality,

[GitHub] storm issue #2710: STORM-3099: Extend metrics on supervisor, workers and DRP...

2018-07-10 Thread zd-project
Github user zd-project commented on the issue: https://github.com/apache/storm/pull/2710 I'm kind of wondering whether decorator pattern is better than subclassing or not, for TimedPortAndAssignment, because itself is already a wrapper. ---

[GitHub] storm issue #2747: STORM-3134: Improve upload-creds user experience

2018-07-10 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2747 @agresch @HeartSaVioR I added in the docs, and also updated the docs for a few other missing commands. ---

[GitHub] storm pull request #2747: STORM-3134: Improve upload-creds user experience

2018-07-10 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2747#discussion_r201400787 --- Diff: storm-core/src/jvm/org/apache/storm/command/AdminCommands.java --- @@ -109,6 +133,7 @@ public void printCliHelp(String command, PrintStream out) {

[GitHub] storm issue #2710: STORM-3099: Extend metrics on supervisor, workers and DRP...

2018-07-10 Thread zd-project
Github user zd-project commented on the issue: https://github.com/apache/storm/pull/2710 Rebase completed with one new commit added. The new TimerDecoratedAssignment is incorporated. ---

Re: Regarding releasing Apache Storm 2.0.0

2018-07-10 Thread Stig Rohde Døssing
Sounds good to me. The list in JIRA also looks fine to me. It might make sense to get https://github.com/apache/storm/pull/2443 in before doing https://issues.apache.org/jira/browse/STORM-2972, so the first might effectively block removing storm-kafka. I think even if we can't remove everything l

[GitHub] storm issue #2590: STORM-2974: Add transactional non-opaque spout to storm-k...

2018-07-10 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2590 @HeartSaVioR Rebased. ---

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

2018-07-10 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2758 STORM-3046: Ensure KafkaTridentSpoutEmitter handles empty batches cor… …rectly when they occur at the beginning of the stream 1.x version of https://github.com/apache/storm/pull/2652. The t

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

2018-07-10 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2757 STORM-3013: Keep KafkaConsumer open when storm-kafka-client spout is … …deactivated, in order to keep metrics working 1.x version of https://github.com/apache/storm/pull/2648 You can merge