You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2017/10/23 01:58:24 UTC

[GitHub] keith-turner commented on a change in pull request #951: FLUO-950 Make VisibilityCache customizable

keith-turner commented on a change in pull request #951: FLUO-950 Make VisibilityCache customizable
URL: https://github.com/apache/fluo/pull/951#discussion_r146154313
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/fluo/core/impl/VisibilityCache.java
 ##########
 @@ -48,9 +48,9 @@ public int weigh(Bytes key, ColumnVisibility vis) {
 
   VisibilityCache() {
 
 Review comment:
   You can modify this constructor to take a `FluoConfiguration`.  The viscache constructor is only called in `SharedResources` which can be changed to do `visCache = new VisibilityCache(env.getConfiguration())`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services