Re: Error during truncate: Cannot achieve consistency level ALL , how to fix it

2018-09-27 Thread Alain RODRIGUEZ
* sha p [mailto:shatestt...@gmail.com] > *Sent:* 19 September 2018 11:49 > *To:* user@cassandra.apache.org > *Subject:* Error during truncate: Cannot achieve consistency level ALL , > how to fix it > > > > Hi All, > > I am new to Cassandra. Following below link > > &

Re: Error during truncate: Cannot achieve consistency level ALL , how to fix it

2018-09-19 Thread sha p
*To:* user@cassandra.apache.org *Subject:* Error during truncate: Cannot achieve consistency level ALL , how to fix it Hi All, I am new to Cassandra. Following below link https://grokonez.com/spring-framework/spring-data/start-spring-data-cassandra-springboot#III_Sourcec

RE: Error during truncate: Cannot achieve consistency level ALL , how to fix it

2018-09-19 Thread Jonathan Baynes
What RF is your system_auth keyspace? If its one, match it to the user keyspace, and restart the node. From: sha p [mailto:shatestt...@gmail.com] Sent: 19 September 2018 11:49 To: user@cassandra.apache.org Subject: Error during truncate: Cannot achieve consistency level ALL , how to fix it Hi

Error during truncate: Cannot achieve consistency level ALL , how to fix it

2018-09-19 Thread sha p
t with RF = 2 , but when I run >>> this application from above source code bellow error is thrown >>> Caused by: com.datastax.driver.core.exceptions.TruncateException: Error >>> during truncate: Cannot achieve consistency level ALL """ >>> >>> >>> What wrong i am doing here ..How to fix it ? Plz help me. >>> >>> Regards, >>> Shyam >>> >>

consistency level ALL?

2016-04-08 Thread Henry M
I was wondering if there are users in this list using consistency level ALL and their reasons for doing so? For example, would the errors for deleting a financial transaction due to an error be reason enough to use consistency level of ALL? Are there other strategies people would use to avoid