hanishakoneru commented on pull request #1674:
URL: https://github.com/apache/ozone/pull/1674#issuecomment-776903687


   We had previously removed failover to suggested leader because the nodeId is 
guaranteed consistency across servers and clients. For example, in server 
`nodeId1` could point to `OM1` and in client `nodeId1` could be pointing to 
`OM2`. In this scenario, when the client is told to failover to `nodeId1`, it 
will keep retrying the request on `OM2` and never reach the actual leader 
`OM1`. 
   So instead of using the nodeId to failover, I think we should utilize the OM 
address to decide which node to failover to. 


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

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