Apache9 commented on pull request #2640: URL: https://github.com/apache/hbase/pull/2640#issuecomment-725090936
> > > > 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. > > Yeah, you are right. Both Async and Sync support timeline scan. There is no interface exposed to support meta scan over a replica region, maybe it is ok for now? No interface needed, just set the replicaId in the Scan object is enough? ---------------------------------------------------------------- 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]
