Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
TEPHRA-244 handles temporary tables during pruning by removing regions of deleted tables when computing prune upper bound. This ensures that transient tables do not block pruning.
However, if a transient table is created/deleted again with the same name and never gets a chance to be compacted, then it has a potential to block pruning.
One way to handle this would be to keep track of creation time for every table and use that information to remove regions of previous iterations of a transient table.
Attachments
Issue Links
- is related to
-
TEPHRA-244 Invalid tx pruning does not handle deletion of tables well
- Resolved
- relates to
-
TEPHRA-35 Prune invalid transaction set once all data for a given invalid transaction has been dropped
- Resolved