-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 5.4.2
-
Fix Version/s: None
-
Component/s: Directory
In cluster mode, the SimpleIdGenerator class produces identical values for the idField because the next id is computed at startup and then only incremented locally. If another nodes inserts a row in the table, there will be two same ids.
- duplicates
-
NXP-7124 Make SQL directories with auto-incremented id field robust in multi-threaded scenarios
- Resolved