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 2018/05/05 22:31:06 UTC

[GitHub] keith-turner opened a new issue #467: Cache rfile file lengths

keith-turner opened a new issue #467: Cache rfile file lengths
URL: https://github.com/apache/accumulo/issues/467
 
 
   Rfiles store metadata at the end of the file.  To open a RFile, the file length must first be obtained.  If the file lenghts were cached, this could possibly avoid a trip to the namenode.  This caching could be done in tservers and in the new bulk import code (#436).

----------------------------------------------------------------
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