thetumbled commented on code in PR #22024:
URL: https://github.com/apache/pulsar/pull/22024#discussion_r1493927571


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/buffer/impl/TopicTransactionBuffer.java:
##########
@@ -442,14 +442,22 @@ private void takeSnapshotByTimeout() {
                 takeSnapshotIntervalTime, TimeUnit.MILLISECONDS);
     }
 
+    private PositionImpl getPreviousPosition(PositionImpl position) {
+        return ((ManagedLedgerImpl) 
topic.getManagedLedger()).getPreviousPosition(position);
+    }
+
+    private PositionImpl getLastConfirmedEntry() {

Review Comment:
   fixed.



##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/buffer/impl/TopicTransactionBuffer.java:
##########
@@ -442,14 +442,22 @@ private void takeSnapshotByTimeout() {
                 takeSnapshotIntervalTime, TimeUnit.MILLISECONDS);
     }
 
+    private PositionImpl getPreviousPosition(PositionImpl position) {

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]

Reply via email to