The problens was that my unit tests are not cleaning up their data
directory and there is some corrupt data in there.
The problem was fixed by del the directory manualy.
Thanks
2012/11/27 Tupshin Harper
> Unless I'm misreading the git history, the stack trace you referenced
> isn't from 1.1.2.
Unless I'm misreading the git history, the stack trace you referenced isn't
from 1.1.2. In particular, the "writeHintForMutation" method in
StorageProxy.java wasn't added to the codebase until September 9th (
https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=commitdiff;h=b38ca2879cf1cbf5de1
I am just taking a stab at this one. UUID's interact with system time and
maybe your "real time" os is doing something funky there. The other option,
which seems more likely, is that your unit tests are not cleaning up their
data directory and there is some corrupt data in there.
On Tue, Nov 27, 2