Zookeeper setup
[lui-solr.git] / zookeeper / multicore / zoo.cfg
1 # The number of milliseconds of each tick
2 tickTime=2000
3 # The number of ticks that the initial
4 # synchronization phase can take
5 initLimit=10
6 # The number of ticks that can pass between
7 # sending a request and getting an acknowledgement
8 syncLimit=5
9
10 # the directory where the snapshot is stored.
11 # dataDir=/opt/zookeeper/data
12 # NOTE: Solr defaults the dataDir to <solrHome>/zoo_data
13
14 # the port at which the clients will connect
15 # clientPort=2181
16 # NOTE: Solr sets this based on zkRun / zkHost params
17