You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Gray (JIRA)" <ji...@apache.org> on 2008/10/22 23:59:44 UTC

[jira] Created: (HBASE-950) HTable.commit no longer works with existing RowLocks though it's still in API

HTable.commit no longer works with existing RowLocks though it's still in API
-----------------------------------------------------------------------------

                 Key: HBASE-950
                 URL: https://issues.apache.org/jira/browse/HBASE-950
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.19.0
            Reporter: Jonathan Gray
             Fix For: 0.19.0


Introduced by HBASE-748, the RowLock passed into HTable.commit is now ignored.

This causes the update the hang until that rowlock expires, and then it proceeds with getting a new row lock.

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


[jira] Resolved: (HBASE-950) HTable.commit no longer works with existing RowLocks though it's still in API

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Daniel Cryans resolved HBASE-950.
--------------------------------------

    Resolution: Fixed
      Assignee: Jean-Daniel Cryans

Committed to trunk.

> HTable.commit no longer works with existing RowLocks though it's still in API
> -----------------------------------------------------------------------------
>
>                 Key: HBASE-950
>                 URL: https://issues.apache.org/jira/browse/HBASE-950
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.19.0
>            Reporter: Jonathan Gray
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.19.0
>
>         Attachments: hbase-950.patch
>
>
> Introduced by HBASE-748, the RowLock passed into HTable.commit is now ignored.
> This causes the update the hang until that rowlock expires, and then it proceeds with getting a new row lock.

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


[jira] Updated: (HBASE-950) HTable.commit no longer works with existing RowLocks though it's still in API

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Daniel Cryans updated HBASE-950:
-------------------------------------

    Attachment: hbase-950.patch

Temporary fix until 880 comes in. Please review.

> HTable.commit no longer works with existing RowLocks though it's still in API
> -----------------------------------------------------------------------------
>
>                 Key: HBASE-950
>                 URL: https://issues.apache.org/jira/browse/HBASE-950
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.19.0
>            Reporter: Jonathan Gray
>             Fix For: 0.19.0
>
>         Attachments: hbase-950.patch
>
>
> Introduced by HBASE-748, the RowLock passed into HTable.commit is now ignored.
> This causes the update the hang until that rowlock expires, and then it proceeds with getting a new row lock.

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


[jira] Commented: (HBASE-950) HTable.commit no longer works with existing RowLocks though it's still in API

Posted by "Jonathan Gray (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642008#action_12642008 ] 

Jonathan Gray commented on HBASE-950:
-------------------------------------

Tested, +1

Thanks JD

> HTable.commit no longer works with existing RowLocks though it's still in API
> -----------------------------------------------------------------------------
>
>                 Key: HBASE-950
>                 URL: https://issues.apache.org/jira/browse/HBASE-950
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.19.0
>            Reporter: Jonathan Gray
>             Fix For: 0.19.0
>
>         Attachments: hbase-950.patch
>
>
> Introduced by HBASE-748, the RowLock passed into HTable.commit is now ignored.
> This causes the update the hang until that rowlock expires, and then it proceeds with getting a new row lock.

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