[jira] [Updated] (HBASE-14575) Reduce scope of compactions holding region lock

2015-11-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-14575: --- Attachment: 14575-v7.txt Patch v7 adds comment to HRegion#compact(), explaining the rationale behind the rel

[jira] [Updated] (HBASE-14575) Reduce scope of compactions holding region lock

2015-11-17 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-14575: -- Attachment: 14575-v6.txt Rerun of v6. > Reduce scope of compactions holding region lock >

[jira] [Updated] (HBASE-14575) Reduce scope of compactions holding region lock

2015-11-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-14575: --- Attachment: 14575-test-case.patch 14575-test-case.patch contains modified test. Get a test run showing curren

[jira] [Updated] (HBASE-14575) Reduce scope of compactions holding region lock

2015-11-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-14575: --- Attachment: 14575-v6.txt > Reduce scope of compactions holding region lock >

[jira] [Updated] (HBASE-14575) Reduce scope of compactions holding region lock

2015-11-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-14575: --- Attachment: 14575-v6.txt Here is patch v6 according to Ram's suggestion > Reduce scope of compactions holdin

[jira] [Updated] (HBASE-14575) Reduce scope of compactions holding region lock

2015-11-03 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-14575: --- Attachment: 14575-v5.patch Patch v5 addresses what Jerry and Ram pointed out: When creating StoreFileScanner'

[jira] [Updated] (HBASE-14575) Reduce scope of compactions holding region lock

2015-11-02 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-14575: --- Description: Per [~devaraj]'s idea on parent issue, let's see if we can reduce the scope of critical section

[jira] [Updated] (HBASE-14575) Reduce scope of compactions holding region lock

2015-11-02 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-14575: --- Description: Per [~devaraj]'s idea on parent issue, let's see if we can reduce the scope of critical section

[jira] [Updated] (HBASE-14575) Reduce scope of compactions holding region lock

2015-10-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-14575: --- Attachment: 14575-v4.patch Patch v4 parameterizes TestHRegionServerBulkLoad so that the customer observer sl

[jira] [Updated] (HBASE-14575) Reduce scope of compactions holding region lock

2015-10-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-14575: --- Attachment: 14575-v3.patch Patch v3 modifies TestHRegionServerBulkLoad by introducing custom observer which

[jira] [Updated] (HBASE-14575) Reduce scope of compactions holding region lock

2015-10-26 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-14575: --- Attachment: 14575-v2.patch My recent refactor in compaction related code path made patch v1 stale. Patch v2

[jira] [Updated] (HBASE-14575) Reduce scope of compactions holding region lock

2015-10-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-14575: --- Status: Patch Available (was: Open) > Reduce scope of compactions holding region lock >

[jira] [Updated] (HBASE-14575) Reduce scope of compactions holding region lock

2015-10-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-14575: --- Attachment: 14575-v1.patch > Reduce scope of compactions holding region lock > --

[jira] [Updated] (HBASE-14575) Reduce scope of compactions holding region lock

2015-10-07 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-14575: - Attachment: 14575.v00.patch Following [~devaraj]'s suggestion, here's a patch that reduces the sc