Duplicate entity keys automatically generated by Hibernate in a cluster with EAP 6
Issue
- The automatically generated keys for a Hibernate entity used in a cluster of nodes are sometimes duplicated resulting in insert failures
- The entity's key generator is declared as
@Id
@GenericGenerator(name = "event_gen", strategy = "increment")
...
private Long id;
Environment
- Red Hat JBoss Enterprise Application Platform (EAP) 6
- Hibernate 4
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.