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

[GitHub] [accumulo] ctubbsii commented on issue #3208: Multiple Managers: Review code that modifies metadata table, modify it to use Ample

ctubbsii commented on issue #3208:
URL: https://github.com/apache/accumulo/issues/3208#issuecomment-1507691940

   @ddanielr The metadata has a few distinct sections. The tablets section is first, and covers all the metadata for tablets. After that, there is a separate entire section starting with `~` that is for metadata that is not part of a particular tablet. That's where the `~del` entries exist for the accumulo-gc to pick up files that are candidates for deletion, and I guess the `~err` section also exists in there. Those regions of the metadata are independent of the schema for tablet metadata.


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