Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-2137

sync_lsn assertion failure

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • WT2.7.0
    • Affects Version/s: WT2.6.1
    • Component/s: None
    • Labels:
      None

      In http://build.wiredtiger.com:8080/job/wiredtiger-test-unit/4411/console we had this:

      ERROR: test_txn14.test_txn14.test_log_flush(bg) (subunit.RemotedTestCase)
      test_txn14.test_txn14.test_log_flush(bg)
      

      Digging into the core dump:

      #4  0x00007f404bfe6cb7 in __log_file_server (arg=0x2c6f170) at ../src/conn/conn_log.c:344
      344		WT_ASSERT(session, __wt_log_cmp(
      345			&close_end_lsn, &log->sync_lsn) >= 0);
      (gdb) print close_end_lsn
      $1 = {file = 14, offset = 0}
      (gdb) print log->sync_lsn
      $2 = {file = 14, offset = 83584}
      

            Assignee:
            sue.loverso@mongodb.com Susan LoVerso
            Reporter:
            michael.cahill@mongodb.com Michael Cahill (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: