blob: e1ab8c3c4287f209507bc03c4881518966ae138c [file] [log] [blame]
Masayoshi Kobayashif358ff52013-03-22 00:31:59 +00001# The number of milliseconds of each tick
2tickTime=2000
3# The number of ticks that the initial
4# synchronization phase can take
5initLimit=10
6# The number of ticks that can pass between
7# sending a request and getting an acknowledgement
8syncLimit=5
9# the directory where the snapshot is stored.
10# do not use /tmp for storage, /tmp here is just
11# example sakes.
12dataDir=/var/lib/zookeeper
13# the port at which the clients will connect
14clientPort=2181
15#
16# specify all servers in the Zookeeper ensemble
17
18#server.1=onosgui1:2888:3888
19#server.2=onosgui2:2888:3888
20#server.3=onosgui3:2888:3888
21#server.4=onosgui4:2888:3888
22#server.5=onosgui5:2888:3888
23#server.6=onosgui6:2888:3888
24#server.7=onosgui7:2888:3888
25#server.8=onosgui8:2888:3888
26#
27#
28# Be sure to read the maintenance section of the
29# administrator guide before turning on autopurge.
30#
31#
32# Be sure to read the maintenance section of the
33# administrator guide before turning on autopurge.
34#
35# http://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_maintenance
36#
37# The number of snapshots to retain in dataDir
38#autopurge.snapRetainCount=3
39# Purge task interval in hours
40# Set to "0" to disable auto purge feature
41#autopurge.purgeInterval=1