-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-17836. Improve logging on ABFS network errors #3281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HADOOP-17836. Improve logging on ABFS network errors #3281
Conversation
one failure ... |
* include masked URL and nested exceptions in wrapping IOEs
* wrapping IOEs now path IOEs
* avoid scaring people by printing full stack trace on a recoverable retry loop,
logging summary at WARN and full stack only @ debug
* Fix another log entry which accidentally used %s over {} for insertion
point
Change-Id: I92c893834cbe65c2dbeb1d4fd2081c9fa71c4d0d
505126d to
4e21d43
Compare
|
test rerun on its own is fine |
|
💔 -1 overall
This message was automatically generated. |
|
@mukund-thakur @mehakmeet @snvijaya comments? |
|
@steveloughran Jira id is wrong in the commit message should be HADOOP-17863 |
mukund-thakur
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM +1, pending jira id update in commit message.
+1, I think you meant HADOOP-17836 tho. |
|
merged to trunk, will backport to 3.3 once I have a laptop set up for dev |
Contributed by Steve Loughran.
logging summary at WARN and full stack only @ debug
point
Change-Id: I92c893834cbe65c2dbeb1d4fd2081c9fa71c4d0d
NOTICE
Please create an issue in ASF JIRA before opening a pull request,
and you need to set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
For more details, please see https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute