MiscService-> mergeALFEvent fails to MERGE INTO during highly parallel incoming events #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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)