GitHub user zhan849 opened a pull request:
https://github.com/apache/helix/pull/148
Move RoutingDataCache to BasicDataCache as a sharable component
In this commit, I moved main logics of RoutingDataCache to
BasicClusterDatqaCache under helix.common, to make it a commonly share-able
component.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zhan849/helix harry/cache-refactor
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/148.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 #148
----
commit baf8b830e787ba1b31d4f0ad2c07f3eb33a9208f
Author: Harry Zhang <zhan849@...>
Date: 2018-03-14T18:58:45Z
Move RoutingDataCache to BasicDataCache as a sharable component
----
---