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


##########
pulsar-transaction/coordinator/src/main/java/org/apache/pulsar/transaction/coordinator/TransactionMetadataStore.java:
##########
@@ -138,4 +138,10 @@ default long getLowWaterMark() {
      * @return {@link TxnMeta} the txnMetas of slow transactions
      */
     List<TxnMeta> getSlowTransactions(long timeout);
+
+    /**
+     * set recover end time.
+     * @param time
+     */
+    void setRecoverEndTime(long time);

Review Comment:
   you are right. i have fix it.



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