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 "Jim Kellerman (JIRA)" <ji...@apache.org> on 2007/05/22 08:25:16 UTC

[jira] Resolved: (HADOOP-1397) Replace custom hbase locking with java.util.concurrent.locks.ReentrantLock

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

Jim Kellerman resolved HADOOP-1397.
-----------------------------------

    Resolution: Fixed

I have committed this. Thanks, Michael!


> Replace custom hbase locking with java.util.concurrent.locks.ReentrantLock
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-1397
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1397
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>         Attachments: hadoop1397-v2.patch, hadoop1397.patch
>
>
> HBase has a locking class that is effectively a clone of java.util.concurrent.locks.ReentrantLock.  This issue is about replacing HLocking with the java native implementation.

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