milleruntime commented on issue #2076:
URL: https://github.com/apache/accumulo/issues/2076#issuecomment-838834803


   The first hurdle is changing `SortedLogRecovery` to use RFile instead of 
MapFile. That will probably be one pull request. Once that is done, then we 
will be able to use them for encryption.
   
   @ctubbsii my initial work translating the WAL event data to RFiles 
implements a schema that stores `LogEvents` in the column family. I think this 
will allow using locality groups based on the different values of the enum. See 
https://github.com/apache/accumulo/blob/3fd5cad92f9b63ac19e4466f3f2d5237b905262c/server/tserver/src/main/java/org/apache/accumulo/tserver/logger/LogEvents.java


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


Reply via email to