-
Couldn't load subscription status.
- Fork 9.1k
MAPREDUCE-7307. Potential thread leak in LocatedFileStatusFetcher #2469
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
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
good catch. production code ready to go, just some test tuning to work on
...p-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/LocatedFileStatusFetcher.java
Outdated
Show resolved
Hide resolved
...preduce-client-core/src/test/java/org/apache/hadoop/mapred/TestLocatedFileStatusFetcher.java
Show resolved
Hide resolved
...preduce-client-core/src/test/java/org/apache/hadoop/mapred/TestLocatedFileStatusFetcher.java
Outdated
Show resolved
Hide resolved
...preduce-client-core/src/test/java/org/apache/hadoop/mapred/TestLocatedFileStatusFetcher.java
Outdated
Show resolved
Hide resolved
...preduce-client-core/src/test/java/org/apache/hadoop/mapred/TestLocatedFileStatusFetcher.java
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
checkstyle |
This comment has been minimized.
This comment has been minimized.
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.
+1 from me, merging
…2469) Contributed by Zhihua Deng. Change-Id: Iee62539d02bd8f8a928171d8258e640487050a05
|
merged to trunk, backported to branch-3.3; tested the new test case before pushing up. FWIW, now that trunk has a shaded guava and branch-3.3 isn't, we all need to do that extra diligence on backporting... |
…sFetcher. (apache#2469) Contributed by Zhihua Deng. Conflicts: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/LocatedFileStatusFetcher.java Change-Id: I34ca51512c2b2296dfcab834b1afa113602cdae2
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