milleruntime commented on pull request #2293: URL: https://github.com/apache/accumulo/pull/2293#issuecomment-930132036
I think you are on the right track but I just had a thought. If we only care about the split points maybe it would be better to check the split points before and after instead of table IDs. I think there is code during bulk import that checks for merges or splits but it is very confusing. This is probably more difficult but it was just something I thought I would share. https://github.com/apache/accumulo/blob/f2adfedda8d4efee48c5138b1373b2d4e2cd7598/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/bulkVer2/PrepBulkImport.java#L182 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
