You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Sean Mackrory (JIRA)" <ji...@apache.org> on 2018/10/17 04:19:00 UTC

[jira] [Commented] (HADOOP-15860) ABFS: Trailing period in file names gets ignored for some operations.

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

Sean Mackrory commented on HADOOP-15860:
----------------------------------------

Should be trivial to write a test that reproduces this, but for some reason integration tests aren't running for me anymore. Will need to debug my config...

However after tracing this through, I strongly suspect the period is going missing server-side. CC'ing [~tmarquardt], [~DanielZhou]. The period stays with the write request as far as I can trace it, and seems to immediately be missing from any list request. Can easily be reproduced as follows:

{code}
hadoop fs -mkdir ${ABFS_ROOT}/test.
hadoop fs -ls ${ABFS_ROOT}/ # test. will be missing, but test will be present
{code}

> ABFS: Trailing period in file names gets ignored for some operations.
> ---------------------------------------------------------------------
>
>                 Key: HADOOP-15860
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15860
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/adl
>    Affects Versions: 3.2.0
>            Reporter: Sean Mackrory
>            Assignee: Sean Mackrory
>            Priority: Major
>
> If you create a directory with a trailing period (e.g. '/test.') the period is silently dropped, and will be listed as simply '/test'. '/test.test' appears to work just fine.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org