You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Dave Marion (JIRA)" <ji...@apache.org> on 2016/03/31 20:10:26 UTC

[jira] [Created] (ACCUMULO-4174) Clean contexts that are not used after some time period

Dave Marion created ACCUMULO-4174:
-------------------------------------

             Summary: Clean contexts that are not used after some time period
                 Key: ACCUMULO-4174
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4174
             Project: Accumulo
          Issue Type: Improvement
          Components: tserver
    Affects Versions: 1.8.0
            Reporter: Dave Marion


A runnable is created in TabletServer.config() to clean classpath contexts based on a timer. The code currently closes any context that is open but no longer defined in the configuration. As an improvement we could close contexts that are defined but have not been used in some amount of time. We would need to track the usage of the classloaders from the context objects to do this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)