poorbarcode commented on code in PR #22019:
URL: https://github.com/apache/pulsar/pull/22019#discussion_r1477312602


##########
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedLedgerImpl.java:
##########
@@ -1095,20 +1095,19 @@ public void deleteCursorFailed(ManagedLedgerException 
exception, Object ctx) {
     }
 
     @Override
-    public ManagedCursor newNonDurableCursor(Position startCursorPosition) 
throws ManagedLedgerException {
+    public ManagedCursor newNonDurableCursor(Position mdPosition) throws 
ManagedLedgerException {

Review Comment:
   > Why need to change this name?
   
   Users may assume it is `readPosition` or `markDeletePosition`, it is not 
clear.



-- 
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