Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Over in RATIS-637, we were trying to document the lifecycle of a Log in the LogService.
Our ankit@apache.org mentioned that, upon reaching the ARCHIVED state, a log is not automatically deleted or truncated. We could provided some functionality such that, when this state is reached, we automatically clean up this Log in the LogService.
Normally, an "archive" of something would imply that it is removed - deleting the log automatically would make the most sense to me, as long as we can be sure it exists in the archival location.