dezbyte / multiverse

Automatically exported from code.google.com/p/multiverse
Other
0 stars 0 forks source link

WriteConflict should not wait for condition variables in TransactionTemplate #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Atm the TransactionTemplate sets the predecessor when a
WriteConflictException is thrown. A writeconflict exception indicates that
a transaction can be retried immediately and it has no need waiting for
condition variables, so setting the predecessor only causes administrative
overhead without providing any value.

Original issue reported on code.google.com by alarmnum...@gmail.com on 5 Feb 2009 at 9:48

GoogleCodeExporter commented 8 years ago

Original comment by alarmnum...@gmail.com on 1 May 2009 at 8:28