[
https://issues.apache.org/jira/browse/HBASE-18489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16109591#comment-16109591
]
Ted Yu commented on HBASE-18489:
--------------------------------
{code}
+ callerThread = Thread.currentThread();
{code}
Is the move of assignment needed for this feature ?
{code}
+ System.out.println(response.hasCursor());
{code}
Drop the above statement.
{code}
+public class AbstractTestScanCursor {
{code}
It seems calling the class AbstractTestScannerCursor is consistent with the
table name used and the test removed.
Other than the above, the patch looks good.
> Expose scan cursor in RawScanResultConsumer
> -------------------------------------------
>
> Key: HBASE-18489
> URL: https://issues.apache.org/jira/browse/HBASE-18489
> Project: HBase
> Issue Type: Sub-task
> Components: asyncclient, Client, scan
> Affects Versions: 2.0.0-alpha-1
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Fix For: 2.0.0-alpha-2
>
> Attachments: HBASE-18489.patch
>
>
> The first step of supporting scan cursor for async client.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)