Steve Loughran created HADOOP-11143: ---------------------------------------
Summary: NetUtils.wrapException loses inner stack trace on BindException Key: HADOOP-11143 URL: https://issues.apache.org/jira/browse/HADOOP-11143 Project: Hadoop Common Issue Type: Bug Components: net Affects Versions: 2.5.1 Environment: machine that doesn't bind Reporter: Steve Loughran Assignee: Steve Loughran Priority: Minor {{NetUtils.wrapException}} is designed to aid debugging by including exception diagnostics in the wrapped & relayed exception. When a BindException is caught, we build the new exception but don't include the original as the inner cause. this means it doesn't get logged, and while the host:port problem may be identifiable, the bit of the code playing up is now harder to track down. -- This message was sent by Atlassian JIRA (v6.3.4#6332)