Description
ACCUMULO-3948 added a feature where you could define a context in the Accumulo configuration, not set it on a table, and use it in a Scanner. However, there is a runnable created n TabletServer.config() that runs every 60 seconds that closes context that are not defined on a table. Suggesting that we have the context cleaner not close any context defined in the configuration.
Attachments
Attachments
Issue Links
- is related to
-
ACCUMULO-599 investigate permgen collection and class unloading with concurrent mark and sweep garbage collector
- Resolved
-
ACCUMULO-3948 Enable A/B testing of scan iterators on a table
- Resolved
- relates to
-
ACCUMULO-4174 Clean contexts that are not used after some time period
- Resolved
- links to