我使用ccm在一台机器上创建一个三节点cassandra集群。当我在linux终端上使用ccm start时,我看到以下错误:
ccmlib.common.UnavailableSocketError: Inet address 127.0.0.1:9042 is not available:
[Errno 98] Address already in use; a cluster may already be running or you may
need to add the loopback alias
1条答案
按热度按时间68de4m5k1#
可能有几个原因:
您的cassandra进程已经在运行-检查,使用
ps -aux|grep -i cassandra
本地主机上还没有运行其他cassandra进程您还没有创建ccm文档或本文中描述的其他接口-创建必要的接口/别名(这取决于您的操作系统)。