etseidl commented on a change in pull request #1445: WIP add erasure coding and 
storage policy to table/namespace settings
URL: https://github.com/apache/accumulo/pull/1445#discussion_r354448020
 
 

 ##########
 File path: 
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java
 ##########
 @@ -363,6 +396,9 @@ public Tablet(final TabletServer tabletServer, final 
KeyExtent extent,
       });
     }
 
+    storagePolicy = tableConfiguration.newDeriver(conf -> 
conf.get(Property.TABLE_STORAGE_POLICY));
 
 Review comment:
   ok

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


With regards,
Apache Git Services

Reply via email to