[
https://issues.apache.org/jira/browse/KYLIN-1620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhong Yanghong updated KYLIN-1620:
----------------------------------
Fix Version/s: (was: v2.6.0)
Future
> support read from metadata replica regions
> ------------------------------------------
>
> Key: KYLIN-1620
> URL: https://issues.apache.org/jira/browse/KYLIN-1620
> Project: Kylin
> Issue Type: Sub-task
> Components: Storage - HBase
> Reporter: yunjiong zhao
> Assignee: yunjiong zhao
> Priority: Major
> Fix For: Future
>
> Attachments: KYLIN-1620.patch
>
>
> After we set multiple replicas for metadata table, we need set Consistency to
> TIMELINE to let client can get/scan from replica regions. By default, the
> consistency is STRONG, and get or scan can only go to primary region.
> {code}
> Get get = new Get(row);
> get.setConsistency(Consistency.TIMELINE);
> Scan scan = new Scan();
> scan.setConsistency(Consistency.TIMELINE);
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)