Thanks. So, the timestamp (creation/modification) on znode is not used for coordination?
Best Regards, Munish Agarwal, Senior Specialist, T&SM, BUSS Ericsson Room 4D864, One Ericsson Drive Piscataway, NJ, US, Phone +1 732-699-4525 Mobile +1 732-310-5015 [email protected] www.ericsson.com -----Original Message----- From: Yu Yang [mailto:[email protected]] Sent: Wednesday, March 11, 2015 9:38 AM To: [email protected] Subject: RE: Multiple timezone support in ZK You mean the time difference between the zk node? ZooKeeper doesn't use real time, or clock time, at all except to put timestamps into the stat structure on znode creation and znode modification. Regards, Yang > -----Original Message----- > From: Munish Agarwal [mailto:[email protected]] > Sent: Wednesday, March 11, 2015 9:26 PM > To: [email protected] > Subject: Multiple timezone support in ZK > > Hi, > > We are planning to deploy a large solution based on ZK spanning > multiple timezones. We are not clear on how does ZK works across multiple > timezones. > Tried searching on the net but surprisingly did not get any good answers. > > In particular I have the following questions > > 1) Can the timezone of the ZK client and the ensemble be different? > > 2) Can the timezone of the servers comprising the ZK ensemble be different? > > Thanks & Regards, > Munish
