SzyWilliam commented on PR #915: URL: https://github.com/apache/ratis/pull/915#issuecomment-1706973176
This change also happens to address another long-standing issue that had been bothering me. We occasionally encountered the 'apply twice' problem, and I had previously believed that the only solution was to add a retry cache to the state machine to definitively eliminate this possibility. However, it turns out that we can resolve the issue simply by setting a longer expiration timeout. Problem solved! -- 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]
