Joined: Fri Oct 05, 2012 12:55 pm Posts: 1
|
Hi All, I need some assistance regarding the below issue:- We are using Hibernate 3.6 version and we have used the below mapping in our Hibernate mapping files:- <id column="TAXDETAILS_CODE" name="id" type="string"/> <generator class="uuid.hex" /> </id>
In Clustered Environment having 10 nodes and 4 servers in each node we are duplicate uuid are getting generated in some cases. This generally happens when multiple servers getting request at same point in time for the first time after the server restart. If after server restart we post request to the servers one by one and then if it gets concurrent requests on multiple servers it works fine.
Any pointers or suggestions will be greatly helpful. Thanks in Advance SumanD
|
|