jojochuang commented on PR #7329: URL: https://github.com/apache/ozone/pull/7329#issuecomment-2438971899
Added a test to verify OM Ratis retry cache behavior. 1. The test submit a rename request to leader OM. 2. Transition the leader to another OM. 3. Shutdown the initial leader. 4. Verify that rename was successful: source does not exist and destination exists. 5. Submit the same rename request to the new leader OM. 6. Rename request is cached so it is not executed again and the cached, successful response is returned. -- 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]
