Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.4.0, 2.0.0
-
None
-
Incompatible change, Reviewed
-
Now small scan and limited scan could also return partial results.
Description
The partial result support is marked as a 'TODO' when implementing HBASE-17045. And when implementing HBASE-17508, we found that if we make small scan share the same logic with general scan, the scan request other than open scanner will not have the small flag so the server may return partial result to the client and cause some strange behavior. It is solved by modifying the logic at server side, but this means the 1.4.x client is not safe to contact with earlier 1.x server. So we'd better address the problem at client side. Marked as blocker as this issue should be finished before any 2.x and 1.4.x releases.
Attachments
Attachments
Issue Links
- is blocked by
-
HBASE-17740 Correct the semantic of batch and partial for async client
- Resolved
- relates to
-
HBASE-17599 Use mayHaveMoreCellsInRow instead of isPartial
- Resolved
-
HBASE-17634 Clean up the usage of Result.isPartial
- Resolved
- links to