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

getting corrupted snapshot_info_t

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 4.0.0
    • bug-backlog
    • forestdb
    • Security Level: Public
    • None
    • Untriaged
    • Unknown
    • ForestDB: Oct 26 - Nov 13

    Description

      Updated test to use snapshot markers and seeing open_snapshot fail due to some bad seqnums being returned from fdb_get_all_snap_markers

      marker[0]

      (lldb) print markers[0]
      (fdb_snapshot_info_t) $1 =

      { marker = 6856901536 num_kvs_markers = 0 kvs_markers = 0x00007fff5fbfee10 }

      (lldb) print markers[0].kvs_markers[0]
      (fdb_kvs_commit_marker_t) $16 = (kv_store_name = "", seqnum = 1688849860263936)
      (lldb) print markers[0].kvs_markers[1]
      (fdb_kvs_commit_marker_t) $17 = (kv_store_name = "\x90", seqnum = 4294996056)

      Notice it's only issue with compaction...happens in 2nd iteration of test here:
      http://review.couchbase.org/#/c/48867/1

      Attachments

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

        Activity

          People

            sundar Sundar Sridharan (Inactive)
            tommie Tommie McAfee (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty