Description: Assume following scenario:
Object Management: In Memory
ConcurrentRTC: checked
Rule_1: newInstance() instance_1 and trigger Rule_2
Rule_2: get the instance_1 existing by getByExtId()
Sometimes we saw Rule_2 gives the instance_1 not existing information.
Symptoms: From the log, we can see the Rule_2 gives the created instance is not existing. Sample log attached. Cause: There’s a change in BusinessEvents 5.1.2 compared with previous versions:
ConcurrentInMemoryObjectManager is the default.ConcurrentInMemoryObjectManager does not check if the handle is marked deleted.