Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
-
None
-
Reviewed
Description
HBASE-16224 introduced hbase.client.max.perrequest.heapsize to limit the amount of data sent from client.
We should consider adding per request limit through the number of mutations in a batch.
In recent troubleshooting sessions, customer had to do this in their application code to avoid OOME on the server side.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-17387 Reduce the overhead of exception report in RegionActionResult for multi()
- Resolved
-
HBASE-15414 Bound the size of multi request returns and/or allow return of partial result up to client
- Open
-
HBASE-17438 Server side change to accommodate limit by number of mutations
- Resolved