MiscService-> mergeALFEvent fails to MERGE INTO during highly parallel incoming events #1

Closed
opened 2023-09-26 14:59:35 +02:00 by irn-bru · 0 comments

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)

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)
irn-bru added the
bug
label 2023-09-26 14:59:35 +02:00
irn-bru self-assigned this 2023-09-26 14:59:35 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Brutex/XServices#1
There is no content yet.