Details
Description
There is the issue with ConnectionCache (used to cache connections in Thrift and REST servers) chore implementation when closed connection is not removed from a cache.
Thrift server is affected most because it has local thread cache of Table instances and it does not check if Table instance is invalid (due to closed underlying connection) and it can't do it - no API.
Attachments
Issue Links
- is related to
-
HBASE-14196 Thrift server idle connection timeout issue
- Closed