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

CouchRocks: Pass the 'purgeSeqno' down to RocksDBKVStore when creating a ScanContext

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • backlog
    • master
    • couchbase-bucket
    • None

    Description

      Currently doing this in RocksDBKVStore::initScanContext() :

          return new ScanContext(cb,
                                 cl,
                                 vbid,
                                 scanId,
                                 startSeqno,
                                 endSeqno,
                                 0, /*TODO RDB: pass the real purge-seqno*/
                                 options,
                                 valOptions,
                                 /* documentCount */ endSeqno - startSeqno + 1,
                                 configuration);
      

      Attachments

        Issue Links

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

          Activity

            People

              owend Daniel Owen
              paolo.cocchi Paolo Cocchi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty