[
https://issues.apache.org/jira/browse/ACCUMULO-4174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeffrey Manno resolved ACCUMULO-4174.
-------------------------------------
Resolution: Won't Do
Aspects of this code are in the process of depreciation and removal. In the
future, the default context classloader implementation is expected to be
simpler and users will have to provide their own implementation for any
advanced features. Due to that, it isn't worthwhile to add any new features to
this area of the code at this time.
> 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
> Priority: Major
>
> 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
(v8.3.4#803005)