如果我创建一个这样的新项目。
cluster = Cluster.builder().addContactPoint("127.0.0.1").build();
此代码有效。
但是如果我从这个项目中取出所有的罐子并将罐子迁移到我自己的项目中。上面的代码不起作用,它说:
13/07/01 16:27:16 ERROR core.Connection: [/127.0.0.1-1] No handler set for stream 1 (this is a bug, either of this driver or of Cassandra, you should report it)
com.datastax.driver.core.exceptions.NoHostAvailableException: All host(s) tried for query failed (tried: [/127.0.0.1])