cassandra运行出现了Unable to gossip with any seeds,cqlsh链接不上,提示connection refused处理办法 问题描述 当启动了cassandra之后出现: java.lang.RuntimeException: Unable to gossip with any seeds at org.apache.cassandra.gms.Gossiper.doShadowRound(Gossiper.java:1160) at org.apache.
========================================================= gossip协议1.点对点(peer to perr)的网络通信协议,节点间地位相同.2.两个节点间断性地交换自身信息及其知道的信息,每秒最多和群集中三个节点交换信息.3.每条交换信息中包含版本信息,新版本的信息会覆盖掉就版本的信息.4.通过多次交换各节点能获取到整个群集其他节点的信息. ===============================================