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:
[email protected]


With regards,
Apache Git Services

Reply via email to