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/07/10 16:32:55 UTC

[GitHub] [accumulo] keith-turner opened a new issue, #3580: Acquire per tablet operation id as part of deleting a table

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

   Many different processes can now update tablets using conditional mutations.  To prevent spurious writes to the metadata table the delete table fate op should set the operation id on each tablet before deleting the tablets.  This prevents split and or merge operations from spuriously writing  writting data to the metadata table.  This should probably be done as a new Repo in the Fate operation that runs before the current cleanup operation and sets an operation id on each tablet.
   
   If this is done, then the split fate op probably does not need to get a tablet lock re #3412.


-- 
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] Acquire per tablet operation id as part of deleting a table [accumulo]

Posted by "keith-turner (via GitHub)" <gi...@apache.org>.
keith-turner closed issue #3580: Acquire per tablet operation id as part of deleting a table
URL: https://github.com/apache/accumulo/issues/3580


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


Re: [I] Acquire per tablet operation id as part of deleting a table [accumulo]

Posted by "dlmarion (via GitHub)" <gi...@apache.org>.
dlmarion commented on issue #3580:
URL: https://github.com/apache/accumulo/issues/3580#issuecomment-1815263561

   @keith-turner  - Is this closed by #3929 ?


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