GitHub user dao-jun added a comment to the discussion: recycled already - exception
You mean tired-storage(https://pulsar.apache.org/docs/3.1.x/tiered-storage-overview/)? I don't think there is any kind of relationship between them, message offloading is depends on [managedLedgerOffloadThresholdInSeconds](https://github.com/apache/pulsar/blob/master/pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java#L2053) and [managedLedgerOffloadAutoTriggerSizeThresholdBytes](https://github.com/apache/pulsar/blob/master/pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java#L2048), they are not related to whether the message is `Acked` or not GitHub link: https://github.com/apache/pulsar/discussions/21929#discussioncomment-8192899 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
