Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-55785

Sync meta.json file during Checkpoint

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • backlog
    • 6.6.2
    • storage-engine
    • Untriaged
    • 0
    • Unknown

    Description

      In Checkpoint we are not syncing the meta.json file during Checkpoint after write. It contains the replayOffset for datalog. The issue is not in 7.0 and onwards because we do not use checkpoint file.

       

              data, _ := json.Marshal(meta)
              if err := ioutil.WriteFile(
                      path.Join(tmpDir, "meta.json"), data, 0755); err != nil {
                      return err
              }
      

       

       https://github.com/couchbase/plasma/blob/mad-hatter/persistor.go#L271       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            srinath.duvuru Srinath Duvuru
            saptarshi.sen Saptarshi Sen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty