Hi Erick,
From the source code: https://github.com/apache/cassandra/blob/6709111ed007a54b3e42884853f89cabd38e4316/src/java/org/apache/cassandra/service/StorageService.java#L4042
The -pr option has no effect if -st and -et are specified. Therefore, the command results in an incremental repair.
Cheers, Bowen On 27/01/2022 01:32, Erick Ramirez wrote:
I just came across this thread and noted that you're running repairs with -pr which are not incremental repairs. Was that a typo? Cheers!