Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
Description
The test should deliver started and completed command events for split unacknowleded inserts in WriteProtocolCommandEventSpecification is failing against sharded clusters of the latest nightly server builds. Example here.
Error is:
|
[2017/08/03 12:55:49.541] com.mongodb.MongoCommandException: Command failed with error 26: 'ns not found' on server localhost:27017. The full response is { "ok" : 0.0, "errmsg" : "ns not found", "code" : 26, "codeName" : "NamespaceNotFound", "$clusterTime" : { "clusterTime" : { "$timestamp" : { "t" : 1501779349, "i" : 26 } }, "signature" : { "hash" : { "$binary" : "LLPRrnyqV+9ruj3SmfoynQsdBOM=", "$type" : "00" }, "keyId" : { "$numberLong" : "6450092008647163905" } } }, "operationTime" : { "$timestamp" : { "t" : 1501779349, "i" : 26 } } }
|
[2017/08/03 12:55:49.541] at com.mongodb.connection.ProtocolHelper.getCommandFailureException(ProtocolHelper.java:115)
|
[2017/08/03 12:55:49.541] at com.mongodb.connection.CommandProtocol.execute(CommandProtocol.java:107)
|
[2017/08/03 12:55:49.541] at com.mongodb.connection.WriteProtocolCommandEventSpecification.should deliver started and completed command events for split unacknowleded inserts(WriteProtocolCommandEventSpecification.groovy:145)
|
Disabling the test for now, but let's figure out why it's failing.