liangyepianzhou commented on code in PR #21274:
URL: https://github.com/apache/pulsar/pull/21274#discussion_r1388731374
##########
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:
Fixed.
--
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]