Re: ClockOutOfSyncException with zookeeper

2011-05-25 Thread James Ram
Hi Harsh / Christian, Thankyou for your reply. The issue is solved. There was a difference between master and 2 slaves(Regionservers). On Wed, May 25, 2011 at 5:41 PM, Kleegrewe, Christian < christian.kleegr...@siemens.com> wrote: > Hi Jr. > > Have a look at the Exception message: > > org.apache

RE: ClockOutOfSyncException with zookeeper

2011-05-25 Thread Kleegrewe, Christian
Hi Jr. Have a look at the Exception message: org.apache.hadoop.hbase.ClockOutOfSyncException: Server 160.110.79.60,60020,1306320747968 has been rejected; Reported time is too far out of sync with master. Time difference of 19832277ms > max allowed of 3ms It seems that the system time of th

Re: ClockOutOfSyncException with zookeeper

2011-05-25 Thread Harsh J
Here's an initial thought question: Is your cluster nodes' time in sync with one another? i.e., is ntpd functional on each? HBase/ZK would require clocks on each node to be synchronized with one another. On Wed, May 25, 2011 at 5:37 PM, James Ram wrote: > Hi, > > I am using 1 master and 4 slave m