GitHub user dao-jun added a comment to the discussion: recycled already - exception
Whether to delete the Ledger or not is not related to whether this Ledger has been offloaded, but related to [RetentionPolicy](https://pulsar.apache.org/docs/3.1.x/cookbooks-retention-expiry/#retention-policies). For a topic, Pulsar will select the slowest subscription, and delete the ledgers which in bookkeeper and already consumed. If a message is unAcked, it will indeed affect the deletion of the Ledgers, but will not affect the ledger offloading. Ledgers' offloading and deleting are different mechanisms. GitHub link: https://github.com/apache/pulsar/discussions/21929#discussioncomment-8196388 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
