jkff / valz

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

MemoryDataStore is not synchronized #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/valz/source/browse/valz-common/src/main/java/org/valz/d
atastores/memory/MemoryDataStore.java

aggregates.put

will eventually enter an infinite loop. (see stack from 
TransitionalWriteBackend.submit - nothing is synchronized, so HashMap will 
screw it up at some point)

Thx sassa-nf.livejournal.com again.

Original issue reported on code.google.com by ekirpic...@gmail.com on 14 Sep 2011 at 8:45