You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "keith-turner (via GitHub)" <gi...@apache.org> on 2023/04/27 23:53:13 UTC

[GitHub] [accumulo] keith-turner opened a new issue, #3353: Remove MetadataBulkLoadFilter

keith-turner opened a new issue, #3353:
URL: https://github.com/apache/accumulo/issues/3353

   This is follow on work to #3350.  The MetadataBulkLoadFilter was created to handle the case where tablets would split concurrently with a bulk load fate operation resulting in race conditions where load flags being left in the metadata table after the FATE operation had completed.  The changes in #3350 modify the bulk load fate operation to use conditional mutations.  This change should allow concurrent splits to be detected and handled by the bulk load fate operation.  That should remove the need for the MetadataBulkLoadFilter.  We could wait until after the split code is moved from the tserver to the manager to have more certainty that this code is no longer needed.
   
   
   Removing the MetadataBulkLoadFilter will involve a bit more than just removing the code. This filter is configured on the metadata table so Accumulo's upgrade and initialization code will need to be updated to adjust the metadata table config.


-- 
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: notifications-unsubscribe@accumulo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Remove MetadataBulkLoadFilter [accumulo]

Posted by "dlmarion (via GitHub)" <gi...@apache.org>.
dlmarion closed issue #3353: Remove MetadataBulkLoadFilter
URL: https://github.com/apache/accumulo/issues/3353


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org