codelipenghui commented on code in PR #21274:
URL: https://github.com/apache/pulsar/pull/21274#discussion_r1386813883
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/pendingack/impl/PendingAckHandleImpl.java:
##########
@@ -134,7 +140,12 @@ public class PendingAckHandleImpl extends
PendingAckHandleState implements Pendi
public final RecoverTimeRecord recoverTime = new RecoverTimeRecord();
+ private final long pendingAckInitFailureBackoffInitialTimeInMs = 5000;
Review Comment:
From the test logs
```
2023-11-08T23:33:52,637 - WARN -
[pulsar-transaction-executor-16-1:PendingAckHandleImpl@960] -
[persistent://tnx/ns1/testUnloadSubscriptionWhenFailedInitPendingAck][subName2]
Failed to init transaction pending ack handler. It will be retried in 5000 Ms
org.apache.bookkeeper.mledger.ManagedLedgerException: mock fail
```
--
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]