nodece opened a new pull request, #4599: URL: https://github.com/apache/bookkeeper/pull/4599
### Motivation The purpose of `extractMetaFromEntryLogs` is to extract metadata, not perform garbage collection. The logic for removing entry logs with no active ledgers is handled separately in `doGcEntryLogs()`. ### Changes This change removes the redundant cleanup code from `extractMetaFromEntryLogs` to better separate concerns and avoid duplication. -- 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: commits-unsubscr...@bookkeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org