c++ - Cassandra cpp-driver throwing error but able to connect with the cluster -
i'm trying connect cassandra cpp-driver 2 node cassandra cluster. throwing error, able retrieve keyspace names.
1430309809.995 [error] (src/connection.cpp:413:static void cass::connection::on_connect(cass::connector*)): connect error 'connection refused' on host 192.168.1.5
1430309809.995 [error] (src/connection.cpp:651:void cass::connection::notify_error(const string&)): host 192.168.1.5 had following error on startup: 'unable connect'
keyspace_name: 'mytest'
keyspace_name: 'system_traces'
keyspace_name: 'system'
it looks host 192.168.1.5 not configured accept external connections driver able connect second node in cluster.
Comments
Post a Comment