jsedding commented on PR #2467: URL: https://github.com/apache/jackrabbit-oak/pull/2467#issuecomment-3227875334
Wow, that's a huge change. And it addresses the issue only for "read-only" `SegmentArchiveManagers`. Have you considered triggering an asynchronous delete instead? There _may_ be use-cases where we need to block until a delete is complete. But this is a cleanup from a previous, incomplete delete, or possibly another malfunction. Processing this asynchronously would move it off the critical path for all use-cases, and I dare say the API change that causes such a big changeset, would not be necessary. -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org