GitHub user zhan849 opened a pull request:
https://github.com/apache/helix/pull/280
[HELIX-772] add TaskDriver.addUserContent() api and related tests
Implemented TaskDriver.addUserContent()
Added test (TestGetSetUserContentStore) for testing all getter/setter for
user content
Modified unstable TestIndependentTaskRebalancer
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zhan849/helix harry/add-user-content
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/280.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 #280
----
commit df24f5975bd517626490f14e6e038f8370ddd815
Author: Harry Zhang <hrzhang@...>
Date: 2018-10-30T23:25:12Z
[HELIX-772] add TaskDriver.addUserContent() api and related tests
----
---