Details
Description
HBASE-11544 allow scan rpc return partial of a row to reduce memory usage for one rpc request. And client can setAllowPartial or setBatch to get several cells in a row instead of the whole row.
However, the status of the scanner is saved on server and we need this to get the next part if there is a partial result before. If we move the region to another RS, client will get a NotServingRegionException and open a new scanner to the new RS which will be regarded as a new scan from the end of this row. So the rest cells of the row of last result will be missing.
Attachments
Attachments
Issue Links
- is blocked by
-
HBASE-15302 Reenable the other tests disabled by HBASE-14678
- Resolved
- is related to
-
HBASE-15484 Correct the semantic of batch and partial
- Resolved
-
HBASE-15485 Filter.reset() should not be called between batches
- Resolved
- relates to
-
HBASE-11544 [Ergonomics] hbase.client.scanner.caching is dogged and will try to return batch even if it means OOME
- Closed
- links to