Re: Achilles not picking cassandra ConsistencyLevel

2016-03-12 Thread DuyHai Doan
Just replied. The behavior is normal, when using TypedQuery or NativeQuery, since you are crafting the query yourself, it is your responsibility to set query options (consistency, timestamp, retry policy ) on the native Statement object. Achilles only executes the statement and map native

Re: Achilles not picking cassandra ConsistencyLevel

2016-03-12 Thread Atul Saroha
Posted on below link. https://groups.google.com/forum/#!topic/cassandra-achilles/pSTcwVshMYE Thanks - Atul Saroha *Sr. Software Engineer* *M*: +91 8447784271 *T*: +91 124-415-6069

Re: Achilles not picking cassandra ConsistencyLevel

2016-03-12 Thread DuyHai Doan
It's better to post your question at the dedicated mailing list for Achilles: https://groups.google.com/forum/?hl=fr#!forum/cassandra-achilles To enable to help you further, please provide some DML logs at runtime:

Achilles not picking cassandra ConsistencyLevel

2016-03-11 Thread Raman Gugnani
Hi All, We are using achilles in our code. We are setting Consistency level as below, but is not being set.Does anyone else have faced this issue.We have three nodes in our cluster. PoolingOptions poolingOptions = new PoolingOptions();