This is an automated email from the ASF dual-hosted git repository.
jnioche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
from d03ba19de STORM-4025 - ClassCastException when changing log level in
Storm UI
add 922ccfb5b [STORM-3713] fix race-condition by applying submitLock to
leaderCallBack
add 3372cb9aa Merge remote-tracking branch 'origin/master' into STORM-3713
add 0b7d8419e Adjust clojure test to constructor / arg changes of
STORM-3713
new dbdc49b34 Merge pull request #3353 from RuiLi8080/STORM-3713
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
storm-core/test/clj/org/apache/storm/nimbus_test.clj | 10 +++++-----
.../main/java/org/apache/storm/daemon/nimbus/Nimbus.java | 2 +-
.../org/apache/storm/nimbus/LeaderListenerCallback.java | 13 +++++++------
.../storm/zookeeper/LeaderListenerCallbackFactory.java | 6 ++++--
.../src/main/java/org/apache/storm/zookeeper/Zookeeper.java | 8 ++++----
5 files changed, 21 insertions(+), 18 deletions(-)