-
Type:
Bug
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Replication
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The shell currently sets a transaction's `_txnState` to `kCommitted` without checking whether commitTransaction succeeded or not here. This seems incorrect - we should only set the state as committed if transaction successfully committed.