Apache9 commented on pull request #2640:
URL: https://github.com/apache/hbase/pull/2640#issuecomment-725074601


   > > We do not support scan on a specific replica on branch-2? I think this 
should be a bug? We can set replica id on a Scan object?
   > 
   > Actually, it is not mentioned before that scan over a specific replica 
region is supported. Right now, Reverse scan is supported, I need to create a 
followup jira to support this over normal scan.
   
   For async client this is implemented. And for sync client on branch-2, we 
have timeline consistent read support for scan. IIRC, it is very complicated 
and spent me a lot of time to support the feature in async client.
   
   Let me read the code again. I could open a separated issue to support it on 
branch-2 to address the problem so you could rebase your patch later.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to