Details
Description
Follow-up to HBASE-15325, as discussed, the meaning of setBatch and setAllowPartialResults should not be same. We should not regard setBatch as setAllowPartialResults.
Now we deprecated isPartial and use mayHaveMoreCellsInRow. If it returns false, current Result must be the last one of this row.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-17740 Correct the semantic of batch and partial for async client
- 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-11544 [Ergonomics] hbase.client.scanner.caching is dogged and will try to return batch even if it means OOME
- Closed
- links to