This is an automated email from the ASF dual-hosted git repository.
hulee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git.
from cfd270f Fix the order of workflow context update
add 58a8ff8 Fix the issue where JobContext is not updated properly (#435)
No new revisions were added by this update.
Summary of changes:
.../apache/helix/task/AbstractTaskDispatcher.java | 17 +++-
.../java/org/apache/helix/task/JobDispatcher.java | 30 +++++-
.../helix/integration/task/TestTaskStopQueue.java | 113 +++++++++++++++++++++
3 files changed, 157 insertions(+), 3 deletions(-)
create mode 100644
helix-core/src/test/java/org/apache/helix/integration/task/TestTaskStopQueue.java