Re: What can NOT be done during repairs (2.2.x and 3.0.x)

2017-11-09 Thread Herbert Fischer
Thanks Erick! On Thu, Nov 9, 2017 at 2:58 AM, Erick Ramirez wrote: > You can continue to perform operations while running a repair but just be > aware that you will get repair failures, e.g. if you drop a table while > that table is getting repaired. In which case, the

Re: What can NOT be done during repairs (2.2.x and 3.0.x)

2017-11-08 Thread Erick Ramirez
You can continue to perform operations while running a repair but just be aware that you will get repair failures, e.g. if you drop a table while that table is getting repaired. In which case, the failure is benign. Creating new keyspaces or tables will not pose any problems for the repair

What can NOT be done during repairs (2.2.x and 3.0.x)

2017-11-06 Thread Herbert Fischer
Hello, I know from DS docs that we must not change the cluster topology while there are repairs going on, and vice-versa. Is there anything else that cannot be done while there are repairs happening? Are schema-changes fine? Is creating new keyspaces or tables fine? best, Herbert