Reg:- CassandraRoleManager skipped default role setup Issue

2017-11-21 Thread @Nandan@
Hi Team, Today I set up a test cluster with 4 nodes and using Apache Cassandra 3.1.1 version. After setup when I checked output.log file then I got WARN message as below :- WARN 08:51:38,122 CassandraRoleManager.java:355 - CassandraRoleManager skipped default role setup: some nodes were not

Re: Full repair use case

2017-11-21 Thread Jonathan Haddad
I wouldn’t recommend using incremental repair at all at this time due to some bugs that can cause massive overstreaming. Our advice at TLP is to do subrange repair, and we maintain Reaper to help with that: http://cassandra-reaper.io Jon On Wed, Nov 22, 2017 at 2:18 AM Akshit Jain

Full repair use case

2017-11-21 Thread Akshit Jain
Is there any use case where we need full repair and incremental repair will not help? Actually i am performing incremental repair regularly is there any need to run full repair?