Re: Cassandra client - clock sync

2010-07-13 Thread Benjamin Black
On Tue, Jul 13, 2010 at 12:45 AM, Narendra Sharma wrote: > How are other Cassandra users handling the clock sync in production > environment? > By structuring access in the app such that there are never conflicts in the first place, for example by using UUIDs for row and column names. At the p

Re: Cassandra client - clock sync

2010-07-13 Thread Jonathan Ellis
You should use ntp in daemon mode, not as a one-time fix. http://linux.die.net/man/1/ntpd On Tue, Jul 13, 2010 at 2:45 AM, Narendra Sharma wrote: > Hi, > > We have an application that uses Cassandra to store data. The application is > deployed on multiple nodes that are part of an application clu

Cassandra client - clock sync

2010-07-13 Thread Narendra Sharma
Hi, We have an application that uses Cassandra to store data. The application is deployed on multiple nodes that are part of an application cluster. We are at present using single Cassandra node. We have noticed few errors in application and our analysis revealed that the root cause was that the c