Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
-
Description
The per connection responseQueue is an unbounded queue. The request handler threads today try to send the response in line, but if things start to backup, the response is sent via a per connection responder thread. This intermediate queue, because it has no bounds, can be another source of OOMs.
[Have not looked at this issue in trunk. So it may or may not be applicable there.]
Attachments
Attachments
Issue Links
- is related to
-
HBASE-2506 Too easy to OOME a RS
- Closed
- relates to
-
HBASE-7041 Port HBASE-6728 '[89-fb] prevent OOM possibility due to per connection responseQueue being unbounded' to trunk
- Closed