GitHub user dasahcc opened a pull request:
https://github.com/apache/helix/pull/205
Support batch add jobs to JobQueue
To better support compliance event emition request, we can have an new API
to enque jobs with required orders.
With this API:
1. Batch added jobs should keep the order of input set.
2. Jobs should be stay in the same bucket.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dasahcc/helix master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/205.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #205
----
commit 1af4047833c30d6f22035c5b25dbda465b6d6573
Author: Junkai Xue <jxue@...>
Date: 2018-04-25T20:39:20Z
Support batch add jobs to JobQueue
To better support compliance event emition request, we can have an new API
to enque jobs with required orders.
With this API:
1. Batch added jobs should keep the order of input set.
2. Jobs should be stay in the same bucket.
----
---