Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-422 Replicated master process (no master SPOF)
  3. KUDU-500

Changes to SysTables should be queryable on follower leaders upon replication

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • M5
    • None
    • master

    Description

      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).

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              avf Alex Feinberg
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: