Guest User

Untitled

a guest
Jan 21st, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. # The number of milliseconds of each tick
  2. #tickTime=2000
  3. tickTime=30000
  4. # The number of ticks that the initial
  5. # synchronization phase can take
  6. initLimit=10000
  7. # The number of ticks that can pass between
  8. # sending a request and getting an acknowledgement
  9. syncLimit=10000
  10. # the directory where the snapshot is stored.
  11. dataDir=/home/ozawa/var/zookeeper
  12. # /mnt/zk : another HDD.
  13. dataLogDir=/mnt/zk
  14.  
  15. # the port at which the clients will connect
  16. clientPort=2181
  17. maxClientCnxns=100000
  18. preAllocSize=2048M
  19.  
  20. server.2=hd102:2888:3888
  21. server.3=hd103:2888:3888
  22. server.4=hd104:2888:3888
  23. server.5=hd105:2888:3888
  24. server.6=hd106:2888:3888
  25. server.7=hd107:2888:3888
  26. server.8=hd108:2888:3888
Add Comment
Please, Sign In to add comment