[GitHub] storm issue #2368: STORM-2771: By default don't run any tests as integration...

2017-10-12 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2368 @srdo Made the change you suggested and it works great, thanks. I squashed the commits and pushed as new version. Have a look. ---

[GitHub] storm issue #2368: STORM-2771: By default don't run any tests as integration...

2017-10-12 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2368 Looks great, +1 ---

[GitHub] storm pull request #2370: STORM-2775 Update kafkaPartition metrics to match ...

2017-10-12 Thread kevinconaway
GitHub user kevinconaway opened a pull request: https://github.com/apache/storm/pull/2370 STORM-2775 Update kafkaPartition metrics to match the same format as … …kafkaOffset You can merge this pull request into a Git repository by running: $ git pull https://github.com/kevi

[GitHub] storm issue #2370: STORM-2775 Update kafkaPartition metrics to match the sam...

2017-10-12 Thread kevinconaway
Github user kevinconaway commented on the issue: https://github.com/apache/storm/pull/2370 @HeartSaVioR The build failure appears unrelated to this change. Is the 1.1.x branch unstable? ---

Re: Say Hi and need some suggestions to become a contributor

2017-10-12 Thread Stig Rohde Døssing
Hi Shawn, Welcome. I don't believe we have a mentoring program, but someone else can correct me on that. I have a few suggestions for places to start. * On the master branch we've enabled checkstyle, and most modules currently have a large number of violations. Fixing some of these violations (di

[GitHub] storm issue #2370: STORM-2775 Update kafkaPartition metrics to match the sam...

2017-10-12 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2370 I think some of the /external modules have flaky tests in 1.x and 1.1.x. They seem to have been fixed in master. Is this issue not present on the master branch? If it is you should open a PR ag

[GitHub] storm issue #2370: STORM-2775 Update kafkaPartition metrics to match the sam...

2017-10-12 Thread kevinconaway
Github user kevinconaway commented on the issue: https://github.com/apache/storm/pull/2370 @srdo I can make a PR against master. Would you like me to do so now or wait until this is reviewed? ---

[GitHub] storm issue #2370: STORM-2775 Update kafkaPartition metrics to match the sam...

2017-10-12 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2370 It's probably best to do now, I think changes have to be merged to master before it goes on the other branches. ---

[GitHub] storm pull request #2371: STORM-2775 (master) Update kafkaPartition metric n...

2017-10-12 Thread kevinconaway
GitHub user kevinconaway opened a pull request: https://github.com/apache/storm/pull/2371 STORM-2775 (master) Update kafkaPartition metric names Targeting master for #2370 FYI @srdo (cherry picked from commit 8db4e90) You can merge this pull request into a Git re

[GitHub] storm issue #2371: STORM-2775 (master) Update kafkaPartition metric names

2017-10-12 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2371 The change looks good to me. +1. ---

[GitHub] storm issue #2370: STORM-2775 Update kafkaPartition metrics to match the sam...

2017-10-12 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2370 I'm not sure if the names may be getting parsed by consumers, so on 1.(1.)x we might want to make the new names opt-in with a configuration parameter to avoid breaking changes. What do you think? ---

[GitHub] storm issue #2370: STORM-2775 Update kafkaPartition metrics to match the sam...

2017-10-12 Thread kevinconaway
Github user kevinconaway commented on the issue: https://github.com/apache/storm/pull/2370 I don't think consumers are parsing them directly. They _do_ get passed on as is to the target time series reporting system so any dashboards that used these metrics would "break" (or need to b

[GitHub] storm issue #2370: STORM-2775 Update kafkaPartition metrics to match the sam...

2017-10-12 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2370 The impact is probably pretty small, but I don't see much harm in returning both the old and new names for 1.x and 1.1.x. I think it's a good idea. ---

[GitHub] storm issue #2371: STORM-2775 (master) Update kafkaPartition metric names

2017-10-12 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2371 +1 ---

[GitHub] storm issue #2370: STORM-2775 Update kafkaPartition metrics to match the sam...

2017-10-12 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2370 I'm also with returning both format. ---

[GitHub] storm issue #2370: STORM-2775 Update kafkaPartition metrics to match the sam...

2017-10-12 Thread kevinconaway
Github user kevinconaway commented on the issue: https://github.com/apache/storm/pull/2370 Updated to return both formats ---

[GitHub] storm issue #2164: [STORM-2557]: A bug in DisruptorQueue causing severe unde...

2017-10-12 Thread wangli1426
Github user wangli1426 commented on the issue: https://github.com/apache/storm/pull/2164 @HeartSaVioR @asfgit It seems that we forgot to add @wendyshusband to the contributor list. ---

[GitHub] storm issue #2164: [STORM-2557]: A bug in DisruptorQueue causing severe unde...

2017-10-12 Thread Ethanlm
Github user Ethanlm commented on the issue: https://github.com/apache/storm/pull/2164 @wangli1426 It would be great if you could also add me to the contributor list too LOL ---