-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
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.