RE: cassandra non-super user login fails but super user works

2017-10-23 Thread Meg Mara
You should probably verify if the ‘can_login’ field of the non-superuser role is set to true. You can query the column family system_auth.roles to find out. Thanks, Meg Mara From: Justin Cameron [mailto:jus...@instaclustr.com] Sent: Sunday, October 22, 2017 6:21 PM To: user@cassandra.apache.org

RE: [EXTERNAL]

2017-10-23 Thread Mohapatra, Kishore
What is your RF for the keyspace and how many nodes are there in each DC ? Did you force a Read Repair to see, if you are getting the data or getting an error ? Thanks Kishore Mohapatra Principal Operations DBA Seattle, WA Email : kishore.mohapa...@nuance.com -Original Message- From:

RE: [EXTERNAL] Lot of hints piling up

2017-10-23 Thread Mohapatra, Kishore
Do you see any error in the cassandra log ? Check compactionstats ? Also check the OS level log messages to see if you are getting hardware level error messages. Thanks Kishore Mohapatra Principal Operations DBA Seattle, WA Ph : 425-691-6417 (cell) Email : kishore.mohapa...@nuance.com

Re: What is a node's "counter ID?"

2017-10-23 Thread Paul Pollack
Makes sense, thanks Blake! On Fri, Oct 20, 2017 at 9:17 PM, Blake Eggleston wrote: > I believe that’s just referencing a counter implementation detail. If I > remember correctly, there was a fairly large improvement of the > implementation of counters in 2.1, and the assignment of the id would >

Re: [EXTERNAL] Lot of hints piling up

2017-10-23 Thread Jai Bheemsen Rao Dhanwada
Do not see any errors in the logs or OS and compactions are happening in the regular interval and good too. Issue here is, this causing replication lag across the datacenters. On Mon, Oct 23, 2017 at 10:23 AM, Mohapatra, Kishore < kishore.mohapa...@nuance.com> wrote: > Do you see any error in t

Cassandra 3.10 Bootstrap- Error

2017-10-23 Thread Anumod Mullachery
Hi, We are using cassandra *3.10* , with *Network topology strategy* , &* 2 DC* having *only 1 node each*. We are trying to add New nodes (auto_bootstrap: true) in yaml , but getting the below error- In the Seed nodes list, we have provided both the existing nodes from both DC(total -2 nodes).

Re: Cassandra 3.10 Bootstrap- Error

2017-10-23 Thread kurt greaves
Looks like you're having SSL issues. Is the new node configured with the same internode_encryption settings as the existing nodes?. No appropriate protocol (protocol is disabled or cipher suites are > inappropriate) Implies the new node is making a connection without SSL or the wrong ciphers. ​

[no subject]

2017-10-23 Thread vbhang...@gmail.com
It is RF=3 and 12 nodes in 3 regions and 6 in other 2, so total 48 nodes. Are you suggesting forced read repair by reading consistency of ONE or by bumping up read_repair_chance? We have tried from command line with ONE but that times out. On 2017-10-23 10:18, "Mohapatra, Kishore" wrote: >

Golang + Cassandra + Text Search

2017-10-23 Thread Ridley Submission
Hi, Quick question, I am wondering if anyone here who works with Go has specific recommendations for as simple framework to add text search on top of cassandra? (Apologies if this is off topic—I am not quite sure what forum in the cassandra community would be best for this type of question) Than