poorbarcode commented on code in PR #25047:
URL: https://github.com/apache/pulsar/pull/25047#discussion_r2618281643
##########
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedCursorImpl.java:
##########
@@ -268,6 +286,10 @@ public void triggerComplete() {
}
}
+ public void alignAcknowledgeStatus() {
+ this.alignAcknowledgeStatusAfterPersisted.run();
+ }
Review Comment:
It is a final variable, and always not be null. See the constructor method
here
https://github.com/apache/pulsar/pull/25047/files#diff-fad355f91bd15cc041161f9a46fce62b7fee87fbfb8f0ff8a8b724a1bd1f29eeR257
--
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]