ZooKeeperを試すのはこれが初めてで、1台のマシンで実行するように簡単にセットアップできましたが、2台のマシンのクラスターで実行することはまったく機能していません。設定に問題があると思いますが、見つからないようです。
そして、私の構成は両方のサーバーで次のとおりです。
# The number of milliseconds of each tick
tickTime=2000
# The number of ticks that the initial
# synchronization phase can take
initLimit=10
# The number of ticks that can pass between
# sending a request and getting an acknowledgement
syncLimit=5
# the directory where the snapshot is stored.
dataDir=/var/lib/zookeeper
# the port at which the clients will connect
clientPort=2181
server.1=redis1:2888:3888
server.2=redis2:2888:3888
問題が何であるかについてのアイデアはありますか?
OpenJDK7を実行しているUbuntuLinuxボックスでZooKeeper3.4.5を実行しています。OpenJDK6で実行しようとしましたが、同じ問題が発生しました。