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 2019/04/16 00:14:23 UTC

[GitHub] [accumulo] keith-turner opened a new issue #1091: Set currentRow in PopulateMetadataTable

keith-turner opened a new issue #1091: Set currentRow in PopulateMetadataTable
URL: https://github.com/apache/accumulo/issues/1091
 
 
   While looking at #1060 I noticed two things about the following code.  First I think currentRow needs to be set when a new mutation is generated.  Second I think the two if stmts `if(m != null)` and `if (!currentRow.equals(metadataRow))` could be combined into one.
   
   
   https://github.com/apache/accumulo/blob/903119dac631b36009b389193d9d0bc04ed7fb37/server/master/src/main/java/org/apache/accumulo/master/tableOps/tableImport/PopulateMetadataTable.java#L164

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


With regards,
Apache Git Services