ashishkumar50 commented on PR #7532: URL: https://github.com/apache/ozone/pull/7532#issuecomment-2540862453
@nandakumar131 Thanks for simplifying by skip processing the new lastTransactionId in some cases. One thing i think needs to corrected: This is not setting correctly in below case `lastProcessedTransactionId = keyValue != null ? keyValue.getKey() : -1;` Assume there are 15 transactions. And SCM returns maximum 10 transactions in one run. In this case transaction 1-10 is returned back and lastProcessedTransactionId is set it as 10 In second run, again lastProcessedTransactionId is set it as 10 instead of 15. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
