[jira] [Updated] (HBASE-9754) Consider eliminating threadlocals from MVCC code

2013-10-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9754: -- Attachment: 9754-rp-hregion-v2.txt Good point, Chunhui. In latest patch, I refactored

[jira] [Updated] (HBASE-9754) Consider eliminating threadlocals from MVCC code

2013-10-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9754: -- Attachment: 9754-rp-hregion-v3.txt New patch that replaces 0 read point parameter value with proper value.

[jira] [Updated] (HBASE-9754) Consider eliminating threadlocals from MVCC code

2013-10-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9754: -- Attachment: (was: 9754-rp-hregion-v3.txt) Consider eliminating threadlocals from MVCC code

[jira] [Updated] (HBASE-9754) Consider eliminating threadlocals from MVCC code

2013-10-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9754: -- Attachment: 9754-rp-hregion-v3.txt Updated 9754-rp-hregion-v3.txt with comment on why 0 is passed as readpoint

[jira] [Updated] (HBASE-9754) Consider eliminating threadlocals from MVCC code

2013-10-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9754: -- Attachment: (was: 9754-rp-hregion-v3.txt) Consider eliminating threadlocals from MVCC code

[jira] [Updated] (HBASE-9754) Consider eliminating threadlocals from MVCC code

2013-10-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9754: -- Attachment: 9754-rp-hregion-v3.txt Consider eliminating threadlocals from MVCC code

[jira] [Updated] (HBASE-9754) Consider eliminating threadlocals from MVCC code

2013-10-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9754: -- Attachment: 9754-rp-1.txt New patch that adds readpoint parameter to preStoreScannerOpen(). The reasoning is

[jira] [Updated] (HBASE-9754) Consider eliminating threadlocals from MVCC code

2013-10-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9754: -- Attachment: 9754-rp-hregion.txt 9754-rp-hregion.txt avoids changing signature of preStoreScannerOpen() by

[jira] [Updated] (HBASE-9754) Consider eliminating threadlocals from MVCC code

2013-10-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9754: -- Attachment: (was: 9754-rp-0.txt) Consider eliminating threadlocals from MVCC code

[jira] [Updated] (HBASE-9754) Consider eliminating threadlocals from MVCC code

2013-10-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9754: -- Attachment: 9754-rp-0.txt Rebased patch. Consider eliminating threadlocals from MVCC code

[jira] [Updated] (HBASE-9754) Consider eliminating threadlocals from MVCC code

2013-10-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9754: -- Attachment: 9754-rp-0.txt Initial patch. I ran the following unit tests locally and they passed: {code} 1164

[jira] [Updated] (HBASE-9754) Consider eliminating threadlocals from MVCC code

2013-10-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9754: -- Fix Version/s: 0.98.0 Status: Patch Available (was: Open) Consider eliminating threadlocals from

[jira] [Updated] (HBASE-9754) Consider eliminating threadlocals from MVCC code

2013-10-12 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-9754: - Description: Brought up by [~vrodionov] and [~yuzhih...@gmail.com]. Currently we use