我正在将 生产环境 服务器上的cassandra从2.1.0升级到2.1.7(最新的稳定版本) . 我已经为此做了一个并行集群,用于在将 生产环境 转移到datastax cassandra 2.1.7二进制文件之前进行测试 . 我用2.1.7二进制文件创建了两个服务器,并在服务器上复制了我的 生产环境 数据 . 当我启动节点1然后一切似乎都很好,但在启动另一个节点时,我收到错误 . “错误:群集中没有节点 . 此节点是否已完成启动?” . 在运行nodetool状态时我只能看到一个节点并得到以下错误 .

nodetool status error:群集中没有节点 . 这个节点是否已经完成启动? - StackTrace - java.lang.RuntimeException:集群中没有节点 . 这个节点是否已经完成启动? at org.apache.cassandra.dht.RandomPartitioner.describeOwnership(RandomPartitioner.java:143)atg.apache.cassandra.service.StorageService.getOwnership(StorageService.java:3900)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at at java.lang.reflect.Method.invoke(Method.java:606) . reflect.misc.Trampoline.invoke(MethodUtil.java:75)at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.lang.reflect.Method . 在com.sun.jmx的com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)的sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:279)中调用(Method.java:606) com.sun.jmx.mbeans中的.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46) erver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)at com.sun.jmx.mbeanserver.PerInterface.getAttribute(PerInterface.java:83)at com.sun.jmx.mbeanserver.MBeanSupport.getAttribute(MBeanSupport.java:206) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)at javax.management.remote.rmi.RMIConnectionImpl.doOperation (RMIConnectionImpl.java:1464)javax.management.remote.rmi.RMIConnectionImpl.access $ 300(RMIConnectionImpl.java:97)javax.management.remote.rmi.RMIConnectionImpl $ PrivilegedOperation.run(RMIConnectionImpl.java:1328)javax .management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1420)位于太阳的sun.reflect.GeneratedMethodAccessor22.invoke(未知来源)的javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:657) .reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMetho dAccessorImpl.java:43)位于sun.rmi.transport.Transport $ 1的sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322)的java.lang.reflect.Method.invoke(Method.java:606) . 运行(Transport.java:177)sun.rmi.transport.Transport $ 1.run(Transport.java:174),位于sun.rmi.transport.Transport.serviceCall上的java.security.AccessController.doPrivileged(Native Method) .java:173)在sun.rmi的sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:556)sun.rmi.transport.tcp.TCPTransport $ ConnectionHandler.run0(TCPTransport.java:811) . java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)中的transport.tcp.TCPTransport $ ConnectionHandler.run(TCPTransport.java:670)at java.util.concurrent.ThreadPoolExecutor $ Worker.run(ThreadPoolExecutor.java: 615)at java.lang.Thread.run(Thread.java:744)

请建议正确的方法 .