Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Aホストとでそれぞれ実行されている2つのCassandraノードを想定しますB。Aホスト間でB、Cassandraが正しく動作するために、どのTCPおよび/またはUDPポートを開く必要がありますか?
A
B
これは、2つのノードでstorage-conf.xmlをどのように構成したかによって異なります。
ヒント。<StoragePort>7000</StoragePort>storage-conf.xmlを見てください。(TCPポート7000は、Cassandraが内部通信に使用する標準/デフォルトのポートです。つまり、他のノードにバインドして接続するように指示するアドレスです)。
<StoragePort>7000</StoragePort>
UDPポート(デフォルトは7001)は、以前はゴシップに使用されていましたが、0.6.0で削除されました。