unsubscribe me please from this mailing list

2016-06-23 Thread fateme Abiri
unsubscribe me please from this mailing list Thanks & Regards Fateme Abiri Software Engineer M.Sc. Degree Ferdowsi University of Mashhad, Iran

Re: Re: HostAndWeight

2016-06-23 Thread Ted Yu
As you can see from the code below: hostAndWeight = new HostAndWeight(host, weight); this.hostAndWeights.put(host, hostAndWeight); Same host reference is used for the key and in the value of the Map. I think there is not much gain in the proposed change. On Wed, Jun 22, 2016 at

Re: after server restart - getting exception - java.io.IOException: Timed out waiting for lock for row

2016-06-23 Thread vishnu rao
Hi guys, good news. The PUT latencies are back to normal i.e milliseconds rather than 60 seconds. :) *For it to work here is what i did:* (1) stop the app. get count of rows in system stats. (2) truncate SYSTEM.STATS (3) run major compaction for main table and index tables (4) once major