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)