eolivelli commented on issue #12727:
URL: https://github.com/apache/pulsar/issues/12727#issuecomment-965160044


   I believe that the problem is because for each topic we create a new topic 
with this suffix `__transaction_pending_ack`
   and one subscription named `__pending_ack_state`
   but for each subscription we create a new topic named TOPIC_NAME + 
subscriptionName + `__transaction_pending_ack`
   so TOPIC_NAME + `__pending_ack_state` + `__transaction_pending_ack`
   
   then again TOPIC_NAME becomes TOPIC_NAME + `__pending_ack_state` + 
`__transaction_pending_ack` and the process proceeds
   
   See here:
   
https://github.com/apache/pulsar/blob/be4f9a7f251bbfa34951b0eceb7624f7774ac771/pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/pendingack/impl/MLPendingAckStoreProvider.java#L53


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to