misha.tyulenev asked me to file this ticket. This is the general form of the failures that are occurring in my patch build for SERVER-31456 that also includes a fix for gossiping the clusterTime from the mongo shell.
[js_test:repro_cache_reader_dummy_key] 2017-10-09T19:28:42.692-0400 Authenticating as user __system with mechanism null on connection: connection to hanamizu:20010 [js_test:repro_cache_reader_dummy_key] 2017-10-09T19:28:42.696-0400 c20010| 2017-10-09T19:28:42.695-0400 I ACCESS [conn1] Successfully authenticated as principal __system on local [js_test:repro_cache_reader_dummy_key] 2017-10-09T19:28:42.696-0400 Authenticating as user __system with mechanism null on connection: connection to hanamizu:20011 [js_test:repro_cache_reader_dummy_key] 2017-10-09T19:28:42.700-0400 s20011| 2017-10-09T19:28:42.700-0400 I ACCESS [conn1] Successfully authenticated as principal __system on local ... [js_test:repro_cache_reader_dummy_key] 2017-10-09T19:28:42.712-0400 2017-10-09T19:28:42.710-0400 E QUERY [thread1] Error: command failed: { [js_test:repro_cache_reader_dummy_key] 2017-10-09T19:28:42.712-0400 "ok" : 0, [js_test:repro_cache_reader_dummy_key] 2017-10-09T19:28:42.713-0400 "errmsg" : "Cache Reader No keys found for HMAC that is valid for time: { ts: Timestamp 1507591722000|7 } with id: 0", [js_test:repro_cache_reader_dummy_key] 2017-10-09T19:28:42.713-0400 "code" : 211, [js_test:repro_cache_reader_dummy_key] 2017-10-09T19:28:42.713-0400 "codeName" : "KeyNotFound" [js_test:repro_cache_reader_dummy_key] 2017-10-09T19:28:42.713-0400 } : Command request was: { "find" : "mycoll", "limit" : 1, "singleBatch" : true, "$clusterTime" : { "clusterTime" : Timestamp(1507591722, 7), "signature" : { "hash" : BinData(0,"AAAAAAAAAAAAAAAAAAAAAAAAAAA="), "keyId" : NumberLong(0) } } } : [js_test:repro_cache_reader_dummy_key] 2017-10-09T19:28:42.714-0400 _getErrorWithCode@src/mongo/shell/utils.js:25:13 [js_test:repro_cache_reader_dummy_key] 2017-10-09T19:28:42.714-0400 doassert@src/mongo/shell/assert.js:16:14 [js_test:repro_cache_reader_dummy_key] 2017-10-09T19:28:42.714-0400 assert.commandWorked@src/mongo/shell/assert.js:403:5 [js_test:repro_cache_reader_dummy_key] 2017-10-09T19:28:42.714-0400 @repro_cache_reader_dummy_key.js:25:1 [js_test:repro_cache_reader_dummy_key] 2017-10-09T19:28:42.714-0400 @repro_cache_reader_dummy_key.js:1:2 [js_test:repro_cache_reader_dummy_key] 2017-10-09T19:28:42.715-0400 failed to load: repro_cache_reader_dummy_key.js
- is depended on by
-
SERVER-31456 Concurrency framework doesn't enforce causal relationship between main thread and worker threads
- Closed