You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Liang Xie (JIRA)" <ji...@apache.org> on 2013/11/19 09:43:23 UTC

[jira] [Created] (HBASE-9996) move the log io operation out of updateLock scope

Liang Xie created HBASE-9996:
--------------------------------

             Summary: move the log io operation out of updateLock scope
                 Key: HBASE-9996
                 URL: https://issues.apache.org/jira/browse/HBASE-9996
             Project: HBase
          Issue Type: Improvement
          Components: regionserver
    Affects Versions: 0.94.13
            Reporter: Liang Xie
            Assignee: Liang Xie


I am working at another write outlier issue, and just saw this code pattern:
{code}
synchronized(updateLock) {
...
LOG.info(xxx)
...
}
{code}

let's move the log statement out of this sync block.  seems it's ok in trunk code, just a 0.94 issue



--
This message was sent by Atlassian JIRA
(v6.1#6144)