[
https://issues.apache.org/jira/browse/HADOOP-11409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Lowe updated HADOOP-11409:
--------------------------------
Resolution: Fixed
Fix Version/s: 2.7.0
Hadoop Flags: Reviewed
Status: Resolved (was: Patch Available)
Thanks, Gera! I committed this to trunk and branch-2.
> FileContext.getFileContext can stack overflow if default fs misconfigured
> -------------------------------------------------------------------------
>
> Key: HADOOP-11409
> URL: https://issues.apache.org/jira/browse/HADOOP-11409
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 2.6.0
> Reporter: Jason Lowe
> Assignee: Gera Shegalov
> Fix For: 2.7.0
>
> Attachments: HADOOP-11409.001.patch, HADOOP-11409.002.patch
>
>
> If the default filesystem is misconfigured such that it doesn't have a scheme
> then FileContext.getFileContext(URI, Configuration) will call
> FileContext.getFileContext(Configuration) which in turn calls the former and
> we loop until the stack explodes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)