MiscService-> mergeALFEvent fails to MERGE INTO during highly parallel incoming events #1
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
When sending a high number of events using the same event_type, object_type and obj_id values, the service throws an SQL exception KEY violation.
The reason is the merge into statement seems not to synchronize properly for an embedded H2 in-memory database (may only work with client/ server H2)