0

私たちは、4つのバケットを共有しているcouchbaseのクラスターに2つのノードを持っています.JAVA APIを使用してバケットにデータを挿入しようとすると、次のエラーが発生します:-

 `2013-10-08 19:54:29.193 WARN com.couchbase.client.CouchbaseConnection:  Node expected to receive data is inactive. This could be due to a failure within the cluster. Will check for updated configuration. Key without a configured node is: 1.
2013-10-08 19:54:29.499 INFO com.couchbase.client.CouchbaseConnection:  Connection state changed for sun.nio.ch.SelectionKeyImpl@1df749e3
2013-10-08 19:54:29.500 INFO com.couchbase.client.CouchbaseConnection:  Reconnecting due to failure to connect to {QA sa=192.168.0.18/192.168.0.18:11210, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=0}
java.net.ConnectException: Connection timed out: no further information
    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:692)
    at net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:423)
    at net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:261)
    at com.couchbase.client.CouchbaseConnection.run(CouchbaseConnection.java:288) `

`2013-10-08 19:54:29.502 WARN com.couchbase.client.CouchbaseConnection:  Closing, and reopening {QA sa=192.168.0.18/192.168.0.18:11210, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=0}, attempt 1.
2013-10-08 19:54:33.504 INFO com.couchbase.client.CouchbaseConnection:  Reconnecting {QA sa=192.168.0.18/192.168.0.18:11210, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=0}

`

「データの受信が期待されるノードが非アクティブ」であることを示しています。稼働している場合... バケットごとの RAM クォータを変更する必要がありますか (現在非常に高い)、または挿入するデータを減らす必要がありますか?ファイアウォールの問題??

4

1 に答える 1