You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Guanghao Shen (JIRA)" <ji...@apache.org> on 2010/12/30 09:00:51 UTC

[jira] Created: (HDFS-1563) create(file, true) appears to be violating atomicity

create(file, true) appears to be violating atomicity
----------------------------------------------------

                 Key: HDFS-1563
                 URL: https://issues.apache.org/jira/browse/HDFS-1563
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: name-node
    Affects Versions: 0.20.1
            Reporter: Guanghao Shen
            Assignee: dhruba borthakur


Will upload a unittest to reveal this bug.

In a word, when a thread is doing create(file, true) on existing file, there are chances that another thread will get 'false' for exists(file) during the period.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HDFS-1563) create(file, true) appears to be violating atomicity

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HDFS-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

dhruba borthakur resolved HDFS-1563.
------------------------------------

    Resolution: Won't Fix

I vote that we keep the semantics of the create(overwrite==true) the same as it is now. Please reopen this JIRA if you strongly feel otherwise.

> create(file, true) appears to be violating atomicity
> ----------------------------------------------------
>
>                 Key: HDFS-1563
>                 URL: https://issues.apache.org/jira/browse/HDFS-1563
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: name-node
>    Affects Versions: 0.20.1
>            Reporter: Guanghao Shen
>            Assignee: dhruba borthakur
>         Attachments: unittest.diff
>
>
> Will upload a unittest to reveal this bug.
> In a word, when a thread is doing create(file, true) on existing file, there are chances that another thread will get 'false' for exists(file) during the period.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.