hbase/hbase-client
Josh Elser ced0e324a1 HBASE-13262 Observe ScanResponse.moreResults in ClientScanner.
The RS already returns to the client whether or not it has additional
results to be returned in a subsequent call to scan(), but the ClientScanner
did not use or adhere to this value. Subsequently, this can lead to
bugs around moving to the next region too early. A new method was added
to ClientScanner in the name of testability.

Encapsulate server-state into RegionServerCallable to avoid
modifying parameterization of callable impls.

Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-03-28 18:56:52 -07:00
..
src HBASE-13262 Observe ScanResponse.moreResults in ClientScanner. 2015-03-28 18:56:52 -07:00
pom.xml HBASE-13236 Add addt'l lifecycle-mapping executions. 2015-03-13 22:35:52 -05:00