-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
ALL
fair_balancer_round.js has been failing intermittently on OS X since last week. The test runs a movePrimary command, which is unexpectedly returning the error "database foo not found". A list follows of recent failures.
OS X 10.8 DEBUG:
- https://evergreen.mongodb.com/task/mongodb_mongo_master_osx_108_debug_sharding_71f8e081c466218f16de3c99f5c0eb993b80c720_15_09_29_13_32_48
- https://evergreen.mongodb.com/task/mongodb_mongo_master_osx_108_debug_sharding_WT_369164318a5e0c952f3de426a68c48078c64c60c_15_09_25_23_08_16
SSL OS X 10.8:
Excerpt from first failure in above list:
[js_test:fair_balancer_round] 2015-09-29T11:08:50.413-0400 assert failed : { "ok" : 0, "errmsg" : "database foo not found", "code" : 26 } [js_test:fair_balancer_round] 2015-09-29T11:08:50.413-0400 doassert@src/mongo/shell/assert.js:15:14 [js_test:fair_balancer_round] 2015-09-29T11:08:50.413-0400 assert@src/mongo/shell/assert.js:25:5 [js_test:fair_balancer_round] 2015-09-29T11:08:50.413-0400 ShardingTest.prototype.ensurePrimaryShard@src/mongo/shell/shardingtest.js:1285:5 [js_test:fair_balancer_round] 2015-09-29T11:08:50.413-0400 @jstests/sharding/fair_balancer_round.js:18:1 [js_test:fair_balancer_round] 2015-09-29T11:08:50.413-0400 [js_test:fair_balancer_round] 2015-09-29T11:08:50.413-0400 2015-09-29T11:08:50.413-0400 E QUERY [thread1] Error: assert failed : { "ok" : 0, "errmsg" : "database foo not found", "code" : 26 } : [js_test:fair_balancer_round] 2015-09-29T11:08:50.413-0400 doassert@src/mongo/shell/assert.js:15:14 [js_test:fair_balancer_round] 2015-09-29T11:08:50.413-0400 assert@src/mongo/shell/assert.js:25:5 [js_test:fair_balancer_round] 2015-09-29T11:08:50.414-0400 ShardingTest.prototype.ensurePrimaryShard@src/mongo/shell/shardingtest.js:1285:5 [js_test:fair_balancer_round] 2015-09-29T11:08:50.414-0400 @jstests/sharding/fair_balancer_round.js:18:1 [js_test:fair_balancer_round] 2015-09-29T11:08:50.414-0400 [js_test:fair_balancer_round] 2015-09-29T11:08:50.414-0400 failed to load: jstests/sharding/fair_balancer_round.js
Assigning to spencer for triage.
- duplicates
-
SERVER-20690 Test with multiple mongos can fail because one of them talked to a stale config server secondary
- Closed