whirlwind-match / fuzzydb

fuzzydb is a fuzzy matching database engine capable of providing human-like search results that make life much easier for users of websites searching for things like cars, houses, people and jobs.
19 stars 5 forks source link

Overlapped transaction in same thread causing problems #42

Open nealeu opened 13 years ago

nealeu commented 13 years ago

A partial workaround was implemented for this in SHA 40292b126116d70374b2bfd968a6a918b9f52ee7.

The root cause needs identifying. We have tests for overlapping transactions, so this one is concerning that we had unpredictable behaviour.

Suggest checkout preceding commit (or revert -n this one) and run tests on spring module to investigate.