Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.94.0, 0.94.14
-
None
-
None
-
Reviewed
Description
As part of the metrics system introduced in HBASE-4768 there are two places that hbase uses String interning ( SchemaConfigured and SchemaMetrics ). This includes interning table names. We have long running environment where we run regular integration tests on our application using hbase. Those tests create and drop tables with new names regularly. These leads to filling up the permgen with interned table names. Workaround is to periodically restart the region servers.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-11267 Dynamic metrics2 metrics may consume large amount of heap memory
- Closed