[jira] [Updated] (HBASE-9996) move the log io operation out of updateLock scope
[ https://issues.apache.org/jira/browse/HBASE-9996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Biju Nair updated HBASE-9996: - Resolution: Invalid Status: Resolved (was: Patch Available) {{HLog.java}} not in current master. > 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 >Priority: Major > Attachments: HBase-9996-0.94.txt > > > 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 (v7.6.3#76005)
[jira] [Updated] (HBASE-9996) move the log io operation out of updateLock scope
[ https://issues.apache.org/jira/browse/HBASE-9996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang Xie updated HBASE-9996: - Attachment: HBase-9996-0.94.txt > 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 > Attachments: HBase-9996-0.94.txt > > > 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)
[jira] [Updated] (HBASE-9996) move the log io operation out of updateLock scope
[ https://issues.apache.org/jira/browse/HBASE-9996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang Xie updated HBASE-9996: - Status: Patch Available (was: Open) > 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 > Attachments: HBase-9996-0.94.txt > > > 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)