[GitHub] storm issue #2587: [STORM-2987] PaceMakerStateStorage should deal with Inter...

2018-03-20 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2587 +1 ---

[GitHub] storm issue #2587: [STORM-2987] PaceMakerStateStorage should deal with Inter...

2018-03-20 Thread Ethanlm
Github user Ethanlm commented on the issue: https://github.com/apache/storm/pull/2587 Thanks for the review. Squashed the commits ---

[GitHub] storm issue #2587: [STORM-2987] PaceMakerStateStorage should deal with Inter...

2018-03-20 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2587 Thanks, I'll go ahead and merge this. I was wondering if you remember why the try-catch in PacemakerClient.send was added, which made rotateClient redundant? It's from this PR https://github.co

[GitHub] storm issue #2587: [STORM-2987] PaceMakerStateStorage should deal with Inter...

2018-03-20 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2587 Thanks @Ethanlm, merged to master. ---

[GitHub] storm issue #2587: [STORM-2987] PaceMakerStateStorage should deal with Inter...

2018-03-20 Thread Ethanlm
Github user Ethanlm commented on the issue: https://github.com/apache/storm/pull/2587 Thanks for the link. I was new to storm project at that time and I was just pushing our existing internal code to community. Didn't understand very much about it at that time. ---

[GitHub] storm issue #2587: [STORM-2987] PaceMakerStateStorage should deal with Inter...

2018-03-20 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2587 Okay, thanks. I'm a little uncomfortable swallowing exceptions if we don't know why. Ping @revans2 and @HeartSaVioR. Do either of you guys recall why catching and swallowing inside the PacemakerClient.s

[GitHub] storm issue #2587: [STORM-2987] PaceMakerStateStorage should deal with Inter...

2018-03-20 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2587 @srdo I guess @revans2 and @knusbaum could explain the reason, since `internal` means Oath's own. ---

[GitHub] storm issue #2587: [STORM-2987] PaceMakerStateStorage should deal with Inter...

2018-03-20 Thread Ethanlm
Github user Ethanlm commented on the issue: https://github.com/apache/storm/pull/2587 @srdo @HeartSaVioR @revans2 is on vacation. I will ask him after he is back. ---

[GitHub] storm issue #2587: [STORM-2987] PaceMakerStateStorage should deal with Inter...

2018-03-30 Thread Ethanlm
Github user Ethanlm commented on the issue: https://github.com/apache/storm/pull/2587 @srdo Thanks for pointing it out. Eating all the exceptions might not be a good way and I want to revisit the code and refactor it. Filed a jira https://issues.apache.org/jira/browse/STORM-3017 --

[GitHub] storm issue #2587: [STORM-2987] PaceMakerStateStorage should deal with Inter...

2018-03-30 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2587 @Ethanlm Sounds good, thanks. ---