You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Konstantin Shvachko (JIRA)" <ji...@apache.org> on 2007/06/21 21:42:26 UTC

[jira] Updated: (HADOOP-1517) Three methods in FSNamesystem should not be synchronized.

     [ https://issues.apache.org/jira/browse/HADOOP-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Shvachko updated HADOOP-1517:
----------------------------------------

    Attachment: NameSystemSync.patch

> Three methods in FSNamesystem should not be synchronized.
> ---------------------------------------------------------
>
>                 Key: HADOOP-1517
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1517
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.13.0
>            Reporter: Konstantin Shvachko
>            Assignee: Konstantin Shvachko
>            Priority: Critical
>             Fix For: 0.14.0
>
>         Attachments: NameSystemSync.patch
>
>
> Joining my UTF8 patch HADOOP-1283 with synchronization changes introduced by HADOOP-1269
> I missed to remove synchronization modifiers in the following three methods:
> startFile()
> getAdditionalBlock()
> allocateBlock()
> Fine grained locking does not work if the first two methods are synchronized.
> This is the patch that removes them. 

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