You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Mike Drob (JIRA)" <ji...@apache.org> on 2018/02/16 15:15:00 UTC

[jira] [Reopened] (HBASE-19920) TokenUtil.obtainToken unnecessarily creates a local directory

     [ https://issues.apache.org/jira/browse/HBASE-19920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Drob reopened HBASE-19920:
-------------------------------

Reopen because I think we want this on branch-1 as well. [~apurtell]

> TokenUtil.obtainToken unnecessarily creates a local directory
> -------------------------------------------------------------
>
>                 Key: HBASE-19920
>                 URL: https://issues.apache.org/jira/browse/HBASE-19920
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Rohini Palaniswamy
>            Assignee: Mike Drob
>            Priority: Major
>             Fix For: 2.0.0-beta-2
>
>         Attachments: HBASE-19920.patch, HBASE-19920.v2.patch, HBASE-19920.v3.patch, HBASE-19920.v4.patch, HBASE-19920.v5.patch, HBASE-19920.v6.patch, HBASE-19920.v7.patch, HBASE-19920.v8.patch, HBASE-19920.v9.patch
>
>
> On client code, when one calls TokenUtil.obtainToken it loads ProtobufUtil which in its static block initializes DynamicClassLoader and that creates the directory ${hbase.local.dir}/jars/ and also instantiates a filesystem class to access hbase.dynamic.jars.dir.
> https://github.com/apache/hbase/blob/master/hbase-common/src/main/java/org/apache/hadoop/hbase/util/DynamicClassLoader.java#L109-L127
> Since this is region server specific code, not expecting this to happen when one accesses hbase as a client.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)