daryn-sharp edited a comment on pull request #2737: URL: https://github.com/apache/hadoop/pull/2737#issuecomment-822797022
> the FSEditLogAsync thread (without this patch) directly invokes a network I/O call call.sendResponse(), so if this network I/O invocation hangs, the FSEditLogAsync thread also hangs > My intention is to defend that we should not remove the references to "hanging" problems. No, it's a non-blocking write so by definition it will never hang – unless induced by fault injection. -- 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]
