Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-13924

Description for hbase.dynamic.jars.dir is wrong

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.0.1
    • 2.0.0
    • None
    • Reviewed

    Description

      The description in the following is wrong:

        <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>
      

      The DynamicClassLoader is not used for coprocessors, but only for filters, comparators, and exceptions. Fix.

      Attachments

        1. HBASE-13924.patch
          12 kB
          M Linville
        2. HBASE-13924-v1.patch
          1 kB
          M Linville

        Activity

          People

            misty M Linville
            larsgeorge Lars George
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: