-
Type:
Bug
-
Resolution: Done
-
Priority:
Critical - P2
-
None
-
Affects Version/s: 1.9.2
-
Component/s: BSON
-
None
-
Environment:Windows
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We insert two types of data to mongodb: AaaChange and InferredChange. They both are derived from the base type Change. But when we query them out occasionally we get error: Unknown discriminator value 'InferredChange'. Attached are the code we used to query mongodb and the exception stack.