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

e2e test fail - missing documents

    XMLWordPrintable

Details

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

    Description

      Observed during test: e2e_index_walflush_test_no_deletes_auto_compact

      • continuous load of documents
      • no deletes
      • auto compact

      optional patch here helps to get test run longer and increase chances of hitting error: http://review.couchbase.org/#/c/51177/ (set LOAD_FACTOR=10)

      Also uncomment TEST_CHK's in verify_db:
      TEST_CHK(db_nidx==exp_nidx);
      TEST_CHK(db_suma==exp_suma);

      The first check will fail:
      ndocs_debug: kvs_info(66589) == exp_ndocs(66591) ?

      This is also reflected in forestdb_dump:

      1. documents in the main index: 66589 / in WAL: 0 (insert), 0 (remove)
      1. documents in the main index: 66591 / in WAL: 0 (insert), 0 (remove)
      1. documents in the main index: 66591 / in WAL: 0 (insert), 0 (remove)

      It's expected that all these kvs have the same number of documents since 1 is the main and the 2 others are just secondary.

      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:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty