Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-21636

read_majority.js broken in noPassthrough_WT

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.2.0-rc4
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL

      The read_majority.js test is broken in noPassthrough_WT with the following error:

      [js_test:read_majority] 2015-11-21T17:01:06.493-0500 2015-11-21T17:01:06.488-0500 E QUERY    [thread1] Error: assert.soon failed, msg:could not kill an op that was waiting for a snapshot :
      [js_test:read_majority] 2015-11-21T17:01:06.493-0500 doassert@src/mongo/shell/assert.js:15:14
      [js_test:read_majority] 2015-11-21T17:01:06.493-0500 assert.soon@src/mongo/shell/assert.js:200:13
      [js_test:read_majority] 2015-11-21T17:01:06.493-0500 @jstests/noPassthrough/read_majority.js:50:1
      [js_test:read_majority] 2015-11-21T17:01:06.493-0500 @jstests/noPassthrough/read_majority.js:3:2
      

      Happened after Matt's commit.

      Not sure why we should not be able to kill operations, which are blocked on snapshot creation other than that they sleep on condition variables and we might have killed the snapshot thread, so cc redbeard0531.

            Assignee:
            matt.dannenberg Matt Dannenberg
            Reporter:
            kaloian.manassiev@mongodb.com Kaloian Manassiev
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: