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
Owner

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.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Brutex/XServices#1
No description provided.