[ https://issues.apache.org/jira/browse/HBASE-13924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14679437#comment-14679437 ]
Sean Busbey commented on HBASE-13924: ------------------------------------- Contains a bunch of unrelated changes. Please either rescope the JIRA description or the patxh. > 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 > Assignee: Misty Stanley-Jones > Labels: beginner > Fix For: 2.0.0, 1.3.0 > > Attachments: HBASE-13924.patch > > > 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)