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/05/08 21:11:46 UTC

[GitHub] [accumulo] Bill345 opened a new issue #1153: Bulk Import: In Progress Check

Bill345 opened a new issue #1153: Bulk Import:  In Progress Check
URL: https://github.com/apache/accumulo/issues/1153
 
 
   At present Accumulo does not check for a bulk import in progress before initiating a new one.  If a bulk import is in progress and another one is started it's possible for the second one to error out if the files it needs are already processed by the first one.  Tablet.java currently has a check in place to see if the bulk import in progress is attempting to process files already successfully bulk imported:
   
   https://github.com/apache/accumulo/blob/c56eadabf913f981fa10a51f9f874b4f6287351a/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java#L2433 
   
   Adding a check to Tablet.java for bulk imports actively in progress would be of great benefit.  Perhaps this could be added in Tablet.java near the check or part of the check for bulk imports already completed.  

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