[
https://issues.apache.org/jira/browse/KUDU-500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Henke updated KUDU-500:
-----------------------------
Labels: roadmap-candidate (was: )
> Changes to SysTables should be queryable on follower leaders upon replication
> -----------------------------------------------------------------------------
>
> Key: KUDU-500
> URL: https://issues.apache.org/jira/browse/KUDU-500
> Project: Kudu
> Issue Type: Sub-task
> Components: master
> Affects Versions: M5
> Reporter: Alex Feinberg
> Priority: Major
> Labels: roadmap-candidate
>
> Currently CatalogManager serves requests from its in-memory objects. However,
> these objects are not updated on the replicas. There are two approaches for
> this: one is to serve CatalogManager from the underlying tablet (accepting
> potential latency hits, but making the implementation simpler), another is to
> implement callbacks on transaction completion on replicas (like MarkDirty but
> called whenever writes are committed on a replica).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)