You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/05/11 17:02:36 UTC

[GitHub] [accumulo] milleruntime commented on issue #2076: Encrypt Sorted Recovery files

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:
users@infra.apache.org