-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 3.0.0
-
Component/s: Test Coverage
-
None
There seems to be a rarely hit race condition when renaming a collection in the async smoke test. It only occurs when running with a seed list of mongos servers that the MongoClient is load balancing.
[Test com.mongodb.async.client.SmokeTestSpecification > should handle common administrative scenarios without error] FAILURE (689 ms) Started at: 1428573023189 com.mongodb.async.client.SmokeTestSpecification > should handle common administrative scenarios without error FAILED com.mongodb.MongoCommandException: Command failed with error 13140: 'exception: Don't recognize source or target DB' on server localhost:27017. The full response is { "code" : 13140, "ok" : 0.0, "errmsg" : "exception: Don't recognize source or target DB" }
- related to
-
SERVER-17955 renaming a collection fails in mongos if collection was created by a different mongos
- Closed