You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ben Maurer (JIRA)" <ji...@apache.org> on 2009/03/06 20:35:56 UTC

[jira] Created: (HBASE-1247) checkAndSave doesn't Write Ahead Log

checkAndSave doesn't Write Ahead Log
------------------------------------

                 Key: HBASE-1247
                 URL: https://issues.apache.org/jira/browse/HBASE-1247
             Project: Hadoop HBase
          Issue Type: Bug
            Reporter: Ben Maurer
            Priority: Blocker
             Fix For: 0.19.1


(02:26:46 PM) BenM: hey guys, in checkAndSave, is there a reason that the update is not written to the hlog?
(02:26:59 PM) BenM: the code has
(02:27:03 PM) BenM:      boolean result = region.checkAndSave(b,
(02:27:03 PM) BenM:         expectedValues,getLockFromId(b.getRowLock()), false);
(02:27:18 PM) BenM: where false is "writetoWAL"
(02:30:53 PM) ***St^Ack_ that looks wrong... looking
(02:34:30 PM) St^Ack_: BenM: that looks wrong to me; please file a 0.19.1 issue... 

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


[jira] Resolved: (HBASE-1247) checkAndSave doesn't Write Ahead Log

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

stack resolved HBASE-1247.
--------------------------

    Resolution: Fixed

Committed TRUNK and branch.

> checkAndSave doesn't Write Ahead Log
> ------------------------------------
>
>                 Key: HBASE-1247
>                 URL: https://issues.apache.org/jira/browse/HBASE-1247
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Ben Maurer
>            Priority: Blocker
>             Fix For: 0.19.1
>
>
> (02:26:46 PM) BenM: hey guys, in checkAndSave, is there a reason that the update is not written to the hlog?
> (02:26:59 PM) BenM: the code has
> (02:27:03 PM) BenM:      boolean result = region.checkAndSave(b,
> (02:27:03 PM) BenM:         expectedValues,getLockFromId(b.getRowLock()), false);
> (02:27:18 PM) BenM: where false is "writetoWAL"
> (02:30:53 PM) ***St^Ack_ that looks wrong... looking
> (02:34:30 PM) St^Ack_: BenM: that looks wrong to me; please file a 0.19.1 issue... 

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