Apama 10.15.1 | Other Resolved Issues | Release 10.2.0 | Correlator
 
Correlator
*PAM-29143
Correlator crash in interpreter for unmatched switch case.
In some cases, it was possible for the correlator to crash if an EPL exception was thrown during switch statement execution.
This issue has been fixed.
*PAM-29092
Crash when quitting event expressions with a single string equality filter.
A correlator crash caused by the incorrect management of the lifetime of string objects used in single-value listeners has been fixed.
*PAM-28797
StatusItem::setStatus(const std::string &) not thread safe in C++ connectivity API.
The connectivity helper class function StatusReporter::setStatus(std::string) is now thread safe.
*PAM-28663
Correlator crash when calling action on an event instance created through reflection.
A potential crash while calling an action on an event created through reflection has been fixed.
*PAM-28643
Intermittent crash in persistObjects.
A rare crash when a context goes empty (when the last monitor instance in it terminates) while events are being delivered to it when using persistence has been fixed.
*PAM-28591
Correlator crash in LLVM mode when using any() syntax to create an empty any value.
A correlator crash in LLVM mode when creating an empty any value using any() syntax has been fixed.