Skip to content

Conversation

@ureyni
Copy link

@ureyni ureyni commented Nov 18, 2015

hi..
i write to c++ program using cpp-driver-master.
i get to error message this 'All hosts in current policy attempted and were either unavailable or failed'.
i dont found knowledge anywhere
What could be the cause of the error.

--Cassandra is one node server.

mikefero and others added 8 commits June 10, 2015 12:33
This commit will allow for the following tests to run against C* 1.2.x:
async, basics, by_name, collections, outage, paging, stress, and
version1. The basics test suite was also enhanced to perform simple
statement queries for all data types. Tests that also are not applicable
to a particular C* instance can now be skipped without starting up a
cluster (e.g. basics and serial consistency tests are skipped on C* 1.2.x).

Minor cleanup along with a memory leak was also addressed.
CPP-272 - Allow cass_statement_bind_bytes_by_name to accept varint (2.0)
CPP-187 - Enhance Integration Tests for Cassandra v1.2.x (2.0)
@datastax-bot
Copy link

Hi @ureyni, thanks for your contribution!

In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes.

Sincerely,
DataStax Bot.

@ureyni
Copy link
Author

ureyni commented Nov 18, 2015

i solved this problems.
KeySpace drop and create but
one change cql command ,
replication_factor is 1 instead of 3
CREATE KEYSPACE dovecot
WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 3->1 };

thanks

@ureyni ureyni closed this Nov 18, 2015
mikefero added a commit that referenced this pull request Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants