Description
Running some tests, I set hbase.client.scanner.caching=1000. Dataset has large cells. I kept OOME'ing.
Serverside, we should measure how much we've accumulated and return to the client whatever we've gathered once we pass out a certain size threshold rather than keep accumulating till we OOME.
Attachments
Attachments
Issue Links
- incorporates
-
HBASE-13193 RegionScannerImpl filters should not be reset if a partial Result is returned
- Closed
-
HBASE-13306 Change RegionScanner interface from stable to evolving
- Closed
- is related to
-
HBASE-15484 Correct the semantic of batch and partial
- Resolved
-
HBASE-15325 ResultScanner allowing partial result will miss the rest of the row if the region is moved between two rpc requests
- Resolved
-
HBASE-15398 Cells loss or disorder when using family essential filter and partial scanning protocol
- Patch Available
- relates to
-
HBASE-13262 ResultScanner doesn't return all rows in Scan
- Closed
-
HBASE-13071 Hbase Streaming Scan Feature
- Closed
-
HBASE-13090 Progress heartbeats for long running scanners
- Closed
- links to