[
https://issues.apache.org/jira/browse/HBASE-13924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589751#comment-14589751
]
Jean-Marc Spaggiari commented on HBASE-13924:
---------------------------------------------
Should we fix the doc to remove coprocessors? Or should we fix the code to use
this config value to load jars for coprocessors?
> Description for hbase.dynamic.jars.dir is wrong
> -----------------------------------------------
>
> Key: HBASE-13924
> URL: https://issues.apache.org/jira/browse/HBASE-13924
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.1.0.1
> Reporter: Lars George
> Labels: beginner
> Fix For: 2.0.0, 1.2.0
>
>
> The description in the following is wrong:
> {noformat}
> <property>
> <name>hbase.dynamic.jars.dir</name>
> <value>${hbase.rootdir}/lib</value>
> <description>
> The directory from which the custom filter/co-processor jars can be
> loaded
> dynamically by the region server without the need to restart. However,
> an already loaded filter/co-processor class would not be un-loaded. See
> HBASE-1936 for more details.
> </description>
> </property>
> {noformat}
> The {{DynamicClassLoader}} is *not* used for coprocessors, but only for
> filters, comparators, and exceptions. Fix.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)