GitHub user lei-xia opened a pull request:
https://github.com/apache/helix/pull/113
A few small features and improvements.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lei-xia/helix master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/113.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 #113
----
commit e530bf5183e7ad2f3a27d0e75448b88e8554efe8
Author: Lei Xia <[email protected]>
Date: 2017-01-30T23:02:24Z
Clean up jobs in a jobqueue automatically after the job completes and
passes its expiry time.
commit 0aeb5579d4f7130d6a4310d2d817e0153620cae0
Author: Lei Xia <[email protected]>
Date: 2017-02-07T22:59:10Z
Support configurable job purge interval for a queue.
commit 1889699269597dd5cb8b10e2eb90dcbcf6c64622
Author: Lei Xia <[email protected]>
Date: 2017-02-11T01:28:40Z
Persist preference list into IdealState in full-auto mode and allow user to
choose persisting either bestpossible or intermediate state mapping into the
mapfield of IS.
----
---