Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
Repl 2018-04-23, Repl 2018-05-07
Description
session.startTransaction({readConcern: {level: "snapshot"}})
|
session.abortTransaction()
|
[js] Error: command failed: {
|
"operationTime" : Timestamp(1522790291, 1),
|
"ok" : 0,
|
"errmsg" : "Command does not support read concern { readConcern: { level: \"snapshot\" } }",
|
"code" : 72,
|
"codeName" : "InvalidOptions",
|
"$clusterTime" : {
|
"clusterTime" : Timestamp(1522790291, 1),
|
"signature" : {
|
"hash" : BinData(0,"AAAAAAAAAAAAAAAAAAAAAAAAAAA="),
|
"keyId" : NumberLong(0)
|
}
|
}
|
} :
|
Attachments
Issue Links
- is depended on by
-
SERVER-34094 Change snapshot read tests to use multi-statement transactions
-
- Closed
-
-
SERVER-34388 Continue converting snapshot reads test to use multi-statement txn api
-
- Closed
-