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 2022/08/09 16:10:35 UTC

[GitHub] [accumulo] milleruntime commented on pull request #2854: Update TabletFile methods

milleruntime commented on PR #2854:
URL: https://github.com/apache/accumulo/pull/2854#issuecomment-1209584883

   The original intent of `StoredTabletFile` was to have a more restrictive type of a `TabletFile`. A `StoredTabletFile` should have an exact string of what is in the metadata to prevent junk from never being deleted, while a `TabletFile` may not. To me, that implies that they should not be equal if refer to different metadata entries. Is it possible to have a `TabletFile` equal to a `StoredTabletFile` with these changes?


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