[ 
https://issues.apache.org/jira/browse/HADOOP-12053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14987803#comment-14987803
 ] 

Chris Nauroth commented on HADOOP-12053:
----------------------------------------

[~brahmareddy], thank you for the additional details.

If the conclusion is that HADOOP-12304 already fixed the root cause, then I 
think we'd defer this out of 2.7.2.  I don't think I'd immediately resolve it 
as a duplicate, because there still might be value in committing the patch as a 
general code improvement.  (One of Gera's earlier comments describes how the 
current code is confusing for subclass implementors.)

If however there is a test that can show a problem still exists, then perhaps 
there is another fix we can do for 2.7.2.

> Harfs defaulturiport should be Zero ( should not -1)
> ----------------------------------------------------
>
>                 Key: HADOOP-12053
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12053
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.7.0
>            Reporter: Brahma Reddy Battula
>            Assignee: Gera Shegalov
>            Priority: Critical
>         Attachments: HADOOP-12053.001.patch, HADOOP-12053.002.patch, 
> HADOOP-12053.003.patch
>
>
> The harfs overrides the "getUriDefaultPort" method of AbstractFilesystem, and 
> returns "-1" . But "-1" can't pass the "checkPath" method when the 
> {{fs.defaultfs}} is setted without port(like hdfs://hacluster)
>  *Test Code :* 
> {code}
> for (FileStatus file : files) {
>           String[] edges = file.getPath().getName().split("-");
>           if (applicationId.toString().compareTo(edges[0]) >= 0 && 
> applicationId.toString().compareTo(edges[1]) <= 0) {
>             Path harPath = new Path("har://" + 
> file.getPath().toUri().getPath());
>             harPath = harPath.getFileSystem(conf).makeQualified(harPath);
>             remoteAppDir = LogAggregationUtils.getRemoteAppLogDir(
>                 harPath, applicationId, appOwner,
>                 LogAggregationUtils.getRemoteNodeLogDirSuffix(conf));
>             if 
> (FileContext.getFileContext(remoteAppDir.toUri()).util().exists(remoteAppDir))
>  {
>                 remoteDirSet.add(remoteAppDir);
>             }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to