You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Benoit Sigoure (JIRA)" <ji...@apache.org> on 2010/02/22 10:22:27 UTC

[jira] Updated: (HBASE-2245) Unnecessary call to syncWal(region); in HRegionServer

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

Benoit Sigoure updated HBASE-2245:
----------------------------------

    Attachment: 0001-HBASE-2245-Don-t-call-syncWal-when-not-needed.patch

Patch that resolves the issue.  All tests pass.

> Unnecessary call to syncWal(region); in HRegionServer
> -----------------------------------------------------
>
>                 Key: HBASE-2245
>                 URL: https://issues.apache.org/jira/browse/HBASE-2245
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: regionserver
>    Affects Versions: 0.20.3
>            Reporter: Benoit Sigoure
>            Assignee: Benoit Sigoure
>            Priority: Minor
>         Attachments: 0001-HBASE-2245-Don-t-call-syncWal-when-not-needed.patch
>
>
> Some methods unconditionally call {{syncWal}} on the region even though the operation specifically asks to not use the WAL.
> The most obvious example is in {{incrementColumnValue}} where, regardless of the value of the argument {{writeToWAL}}, we always call {{syncWal(region);}}.

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