Re: Questions to StorageServiceMBean.forceRepaireRangeAsync()

2015-11-30 Thread Paulo Motta
Hello Boying, 1. "repairedAt" actually means "fullRepair", so set that to true if you want to run ordinary/full repair or false if you want to run incremental repair. 2. You should use StorageServiceMBean.repairAsync(String, Map), where the options map will be parsed by org.apache.cassandra.repair

Questions to StorageServiceMBean.forceRepaireRangeAsync()

2015-11-30 Thread Lu, Boying
Hi, All, We plan to upgrade Cassandra from 2.0.17 to the latest release 2.2.3 in our product. We use: /** * Same as forceRepairAsync, but handles a specified range */ public int forceRepairRangeAsync(String beginToken, String endToken, final String keyspaceName, boolean isSequential,