This is an automated email from the ASF dual-hosted git repository.
kabhwan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git.
from 0eb14a5 Merge pull request #2959 from srdo/licenses
add 87f125a STORM-3320: Ensure executors start when worker connections
are ready
new c4898b9 Merge branch 'STORM-3320' of https://github.com/srdo/storm
into STORM-3320-merge
add 35b294b STORM-3343: Fix flaky JCQueue test
new 78463c3 Merge branch 'STORM-3343' of https://github.com/srdo/storm
into STORM-3343-merge
The 2 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:
.../org/apache/storm/daemon/worker/WorkerState.java | 19 ++++++++++++-------
.../src/jvm/org/apache/storm/executor/Executor.java | 3 +++
.../org/apache/storm/executor/bolt/BoltExecutor.java | 4 +++-
.../apache/storm/executor/spout/SpoutExecutor.java | 4 +++-
.../test/jvm/org/apache/storm/utils/JCQueueTest.java | 18 ++++++------------
5 files changed, 27 insertions(+), 21 deletions(-)