wso2 / andes

Apache License 2.0
39 stars 128 forks source link

Fix duplicate primary keys issue #1014

Closed IrushiL closed 5 years ago

IrushiL commented 5 years ago

Purpose

To fix the "java.sql.SQLIntegrityConstraintViolationException: Duplicate entry 'xxxx' for key 'PRIMARY'” database error, caused when inserting Slot Message IDs to MB_SLOT_MESSAGE_ID table.

Goals

To stop retrying once the operation becomes successful. Fix wso2/andes#1013