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/12/07 16:16:07 UTC

[GitHub] keith-turner opened a new issue #807: Refactor KeyExtent.toMetadataRange() to use TabletSection.getRow(id, prev)

keith-turner opened a new issue #807: Refactor KeyExtent.toMetadataRange() to use TabletSection.getRow(id,prev)
URL: https://github.com/apache/accumulo/issues/807
 
 
   The function [KeyExtent.toMetadataRange()](https://github.com/apache/accumulo/blob/787ae13841d6b3540cded5fb6464632d2a8ce732/core/src/main/java/org/apache/accumulo/core/dataImpl/KeyExtent.java#L498) manually constructs `metadataPrevRow`.  It would be better if `TabletsSection.getRow(id, prevRow)` was used to construct  `metadataPrevRow`.  To do this the case of a null prev row would need to be properly handled.
   
   

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