Re: Correct repair job

2018-11-20 Thread Pranab Bordoloi
Hi, Yes, it needs to run on every node. This may help - https://www.datastax.com/dev/blog/repair-in-cassandra Consider using '-full' to avoid incremental repair whatsoever. Check the -dc, -dcpar and -local options for controlling its behaviour across DCs please - https://docs.datastax.com/en/cassan

Correct repair job

2018-11-20 Thread Mun Dega
Hello, I am looking to run 'nodetool repair -pr' for my 30 node Cassandra cluster. My question is, do I need to run that command on every one of the 30 nodes? How about if I have multiple DC's, can a single repair job apply too all nodes/DC's?

Re: Cassandra C++ driver for C++98

2018-11-20 Thread Amit Plaha
Thanks for the response, Michael! I could build the driver on UNIX using gcc/g++ but is it possible to build the driver using Sunpro CC compiler? I'm running in to issues. What it looks like is that some parts of the code are only buildable on GCC. Please let me know whether Sunpro CC compiler can