道君- Tao Jiuming
道君- Tao Jiuming
can I see your script?
I need more context: 1. What's your subscription type? `Exclusive`,`Failover`,`Shared` or `Key_Shared`? 2. Did you enable `delayedDeliveryEnabled` ?
I don't reproduce the issue, and I'll keep trying For determine if a subscription is durable, try run `./pulsar-admin topics stats persistent://public/default/my-topic1`, and see the `isDurable` field is true or...
If `isDurable` is true, it means your cursor is durable
@coderzc I cannot reproduce the issue on the master branch, could you please take a look?
@SennoYuki Can you please provide broker log and heap dump?
see also https://github.com/apache/pulsar/issues/20099#issuecomment-2123050102
I checked the code, my first vision is maybe it could have race conditions [here](https://github.com/apache/pulsar/blob/master/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Consumer.java#L1021). But I didn't dive deeper.
> Please report in English. @river1017 would you be able to translate the issue report? thanks @lhotari I translated it