Re: Cassandra 4021

2013-03-11 Thread Jonathan Ellis
I think you've nailed it. I've committed this fix to 1.1.11 and 1.2.3. On Fri, Mar 8, 2013 at 5:59 PM, Boris Yen wrote: > Use the following sstable on our file system as an example. > > rw-rr- 1 byan admin 333 Mar 5 15:26 indexBytes-hd-115-Index.db > rw-rr- 1 byan admin 66305 Mar 5 15:26 indexBy

Re: Cassandra 4021

2013-03-10 Thread Boris Yen
Hi Jonathan, If our finding is not correct or the patch is going the wrong direction, please kindly let us know. Thank you in advance. Regards, Boris On Sat, Mar 9, 2013 at 7:59 AM, Boris Yen wrote: > Use the following sstable on our file system as an example. > > rw-rr- 1 byan admin 333 Mar

Re: Cassandra 4021

2013-03-08 Thread Boris Yen
Use the following sstable on our file system as an example. rw-rr- 1 byan admin 333 Mar 5 15:26 indexBytes-hd-115-Index.db rw-rr- 1 byan admin 66305 Mar 5 15:26 indexBytes-tmp-hd-115-Data.db rw-rr- 1 byan admin 67 Mar 5 15:26 indexBytes-tmp-hd-115-Digest.sha1 rw-rr- 1 byan admin 1936 Mar 5 15:26 i

Re: Cassandra 4021

2013-03-08 Thread Jonathan Ellis
Thanks, Boris. Can you explain what the cause is, and why tweaking hashCode fixes it? On Mar 8, 2013 4:17 AM, "Boris Yen" wrote: > Hi, > > We have run into this a few times on 1.0.10. It seems this happens when > the file-rename after compaction is not completed. We have created a patch > for thi