cchenax edited a comment on pull request #1962: URL: https://github.com/apache/ozone/pull/1962#issuecomment-799996458
> Thanks @cchenax for proposing a fix. However, simply catching the exception does not work, because the datanode would not be functional without its container services. (You can simulate the error by throwing an `IOException` from `XceiverServerRatis.start()`). when the datanode was failed,the scm would through heartbeat to detect the datanode which failed.So the scm would remove the container.This datanode really not work.But this fix would catch the exception. ---------------------------------------------------------------- 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]
