errose28 commented on PR #10832:
URL: https://github.com/apache/ozone/pull/10832#issuecomment-5039889845

   The original implementation was flaky because it used the default 15 minute 
client timeout. If the client connected to the inactive OM first, it would 
retry for 15 minutes instead of failing over to the leader. This probably needs 
to be fixed in the client in a separate change.
   
   The second issue was that the test needs to wait for the snapshot install 
flow to fully complete before shutting down, not just for the snapshot to show 
up on the follower. Otherwise the OM providing the snapshot gets shut down and 
the OM installing it blocks its shutdown until it can complete the snapshot 
install.


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

Reply via email to