GitHub user dasahcc opened a pull request:
https://github.com/apache/helix/pull/190
Two minor fix
1. Message has a bug to initialize.
2. Fix failed test.
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/190.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 #190
----
commit cab9d28b8ba53266c3fe74c64d0f09596f56be95
Author: Junkai Xue <jxue@...>
Date: 2018-04-13T22:51:34Z
Fix message intialization logics and failed tests
RB=1282113
G=helix-reviewers
A=lxia
commit 0561f50b5e9b0a76a9338e68cd41295ae445d9e2
Author: Junkai Xue <jxue@...>
Date: 2018-04-04T00:04:43Z
Make Task limitation configurable and refactor the system property keys
Current limitation is 10K, which is too restrict for user submitting tasks.
In this rb, we reset to 100K as the default and allow user setting system
property for configuring this value.
RB=1271027
BUG=HELIX-897
G=helix-reviewers
A=hrzhang
----
---