Details
-
Bug
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
None
-
Storage Execution
-
ALL
-
Description
If we prepare a transaction and then call itcount() and count() on the collection outside of the associated session, we see two conflicting values. itcount() will not see the effects of a transaction in prepare, but count() will.
We should confirm whether or not we expect this behavior.