Uh oh!
There was an error while loading. Please reload this page.
STORM-2500: remove call to waitUntilReady - #2280
Conversation
HeartSaVioR
commented
Aug 19, 2017
HeartSaVioR
commented
Aug 19, 2017
@ZacharyThomas Could you let me know your Apache JIRA ID? Thanks in advance! |
ZacharyThomas
commented
Aug 19, 2017
@HeartSaVioR Thanks for the merge. My username on jira should be actking. Sorry I couldn't find anywhere to set assignee on Jira. |
HeartSaVioR
commented
Aug 19, 2017
@ZacharyThomas Just updated. Thanks again for contributing! |
ZacharyThomas
commented
Aug 19, 2017
@HeartSaVioR It was fun. Encountered this while trying to debug the exclamation topology dying on a new cluster (see: https://mail-archives.apache.org/mod_mbox/storm-user/201708.mbox/%3CCA%2BAmaO0oP5imSgs7nXboM_VQva0PzoQNGGURG%2BfR3rySystm1g%40mail.gmail.com%3E) Which, if you have any suggestions for, that'd be great. |
In 1.1.x PacemakerClient was refactored so waitUntilReady was private, and called by the send method. But this clojure reference remained, causing pacemaker to fail to initialize. AFAIK this reference can simply be removed, as waitForReady is called on send. However, I'm not very familiar with the code base. I applied this patch to our own cluster with success.