| Steps To Reproduce: |
const kBsonFileUrl = "file://jstests/noPassthrough/coll.bson";
|
assert.commandFailedWithCode(testDB.runCommand({
|
aggregate: "a",
|
pipeline: [{$unionWith: {external: {urls: [{url: kBsonFileUrl}], storageType: "local"}}}],
|
cursor: {}
|
})
|
error message
{"t":{"$date":"2022-06-23T15:22:11.874+00:00"},"s":"I", "c":"COMMAND", "id":20332, "ctx":"conn1","msg":"CMD: drop","attr":{"namespace":"test.system.external.temp-1-c678f46b-5cab-4eec-9b42-78e707489ea4"}}
|
{"t":{"$date":"2022-06-23T15:22:11.875+00:00"},"s":"F", "c":"CONTROL", "id":6384300, "ctx":"conn1","msg":"Writing fatal message","attr":{"message":"terminate() called. An exception is active; attempting to gather more information\n"}}
|
{"t":{"$date":"2022-06-23T15:22:11.875+00:00"},"s":"F", "c":"CONTROL", "id":6384300, "ctx":"conn1","msg":"Writing fatal message","attr":{"message":"DBException::toString(): NamespaceNotFound: ns not found\nActual exception type: mongo::error_details::ExceptionForImpl<(mongo::ErrorCodes::Error)26, mongo::AssertionException>\n\n"}}
|
|