This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
from b07483402 [STORM-3762] Set a default character set in
InputStreamReader to solve potential garbled problems (#3393)
add 9259006a3 [STORM-3771] Execute doCleanup in its own timer thread
without lock. (#3397)
No new revisions were added by this update.
Summary of changes:
.../hdfs/blobstore/HdfsBlobStoreImplTest.java | 89 +++++++-
.../src/jvm/org/apache/storm/StormTimer.java | 4 +-
.../test/jvm/org/apache/storm/TestStormTimer.java | 226 +++++++++++++++++++++
.../org/apache/storm/daemon/nimbus/Nimbus.java | 64 ++++--
4 files changed, 358 insertions(+), 25 deletions(-)
create mode 100644 storm-client/test/jvm/org/apache/storm/TestStormTimer.java