[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-12-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-7205: -- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) > Coproce

[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-12-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-7205: -- Attachment: 7205-0.94.txt Patch for 0.94. {code} Running org.apache.hadoop.hbase.coprocessor.TestAggregateProto

[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-12-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-7205: -- Attachment: 7205-v10.txt Patch v10 makes getExternalClassLoaders() package private. TestClassLoading passes.

[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-12-09 Thread Adrian Muraru (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Muraru updated HBASE-7205: - Attachment: 7205-v9.txt Just realised that we don't need at all the {{activeCoprocessorClassLoade

[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-12-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-7205: -- Attachment: 7205-v8.txt In previous patches, we cache classloader before cl.loadClass() is called. Patch v8 onl

[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-12-07 Thread Adrian Muraru (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Muraru updated HBASE-7205: - Attachment: 7205-v7.txt Great, we're almost there :) Few more things in patch v7: 1. An invali

[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-12-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-7205: -- Attachment: 7205-v6.txt > Coprocessor classloader is replicated for all regions in the HRegionServer >

[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-12-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-7205: -- Attachment: (was: 7205-v6.txt) > Coprocessor classloader is replicated for all regions in the HRegionSe

[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-12-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-7205: -- Attachment: 7205-v6.txt Patch v6 wraps long lines and removes xxForTesting() methods. TestClassLoading passes.

[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-12-07 Thread Adrian Muraru (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Muraru updated HBASE-7205: - Attachment: 7205-v5.txt Ted, patch v5 also checks in TestClassLoading#testClassLoadingFromHDFS th

[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-12-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-7205: -- Attachment: 7205-v4.txt Patch v4 adds the proposed methods for test. testClassLoadingFromHDFS now creates table

[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-12-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-7205: -- Attachment: 7205-v3.txt Patch v3 fixes the test failure. Test that verifies single classloader instance being

[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-12-04 Thread Adrian Muraru (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Muraru updated HBASE-7205: - Attachment: HBASE-7205_v2.patch Adding v2 for this patch. We need to merge the tests though once

[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-12-04 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-7205: -- Attachment: 7205-v1.txt Patch v1 uses cache mapping Path to CoprocessorClassLoader. TestClassLoading and TestA

[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-12-04 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-7205: -- Status: Patch Available (was: Open) > Coprocessor classloader is replicated for all regions in the HRegion

[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-11-22 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-7205: - Fix Version/s: 0.94.4 > Coprocessor classloader is replicated for all regions in the HRegionS

[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-11-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-7205: -- Priority: Critical (was: Major) Fix Version/s: 0.96.0 > Coprocessor classloader is replicated for

[jira] [Updated] (HBASE-7205) Coprocessor classloader is replicated for all regions in the HRegionServer

2012-11-21 Thread Adrian Muraru (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Muraru updated HBASE-7205: - Description: HBASE-6308 introduced a new custom CoprocessorClassLoader to load the coprocessor c