-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Performance, Storage
-
None
-
Fully Compatible
-
ALL
-
Storage NYC 2018-04-23, Storage NYC 2018-05-07
-
0
benchRun was recently modified to support snapshot reads. It decides to attach an autocommit parameter to a command if there is a txnNumber field present. This is not entirely correct, since retryable writes command have transaction numbers, but they are not allowed to specify an autocommit argument. This should be fixed so that autocommit fields are only added for operations on multi-statement transactions.