You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Benoit Sigoure (JIRA)" <ji...@apache.org> on 2013/11/11 07:16:18 UTC

[jira] [Created] (HBASE-9941) The context ClassLoader isn't set while calling into a coprocessor

Benoit Sigoure created HBASE-9941:
-------------------------------------

             Summary: The context ClassLoader isn't set while calling into a coprocessor
                 Key: HBASE-9941
                 URL: https://issues.apache.org/jira/browse/HBASE-9941
             Project: HBase
          Issue Type: Bug
          Components: Coprocessors
    Affects Versions: 0.96.0
            Reporter: Benoit Sigoure


Whenever one of the methods of a coprocessor is invoked, the context {{ClassLoader}} isn't set to be the {{CoprocessorClassLoader}}.  It's only set properly when calling the coprocessor's {{start}} method.  This means that if the coprocessor code attempts to load classes using the context {{ClassLoader}}, it will fail to find the classes it's looking for.



--
This message was sent by Atlassian JIRA
(v6.1#6144)