You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Shiva Venkateswaran (JIRA)" <ji...@apache.org> on 2016/05/20 21:46:12 UTC

[jira] [Created] (CASSANDRA-11866) nodetool repair does not obey the column family parameter when -st and -et are provided (subrange repair)

Shiva Venkateswaran created CASSANDRA-11866:
-----------------------------------------------

             Summary: nodetool repair does not obey the column family parameter when -st and -et are provided (subrange repair)
                 Key: CASSANDRA-11866
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11866
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
         Environment: Red Hat Enterprise Linux Server release 6.7 (Santiago) x86_64
            Reporter: Shiva Venkateswaran


Command 1: Repairs all the CFs in ADL_GLOBAL keyspace and ignores the parameter AssetModifyTimes_data used to restrict the CFs
Executing: /aladdin/local/apps/apache-cassandra-2.1.8a/bin/nodetool -h localhost -p 7199 -u user-pw ****** repair ADL_GLOBAL AssetModifyTimes_data -st 205279477618143669 -et 230991685737746901 -par
[2016-05-20 17:31:39,116] Starting repair command #9, repairing 1 ranges for keyspace ADL_GLOBAL (parallelism=PARALLEL, full=true)
[2016-05-20 17:32:21,568] Repair session 3cae2530-1ed2-11e6-b490-d9df6932c7cf for range (205279477618143669,230991685737746901] finished

Command 2: Repairs all the CFs in ADL_GLOBAL keyspace and ignores the parameter AssetModifyTimes_data used to restrict the CFs
Executing: /aladdin/local/apps/apache-cassandra-2.1.8a/bin/nodetool -h localhost -p 7199 -u controlRole -pw ****** repair -st 205279477618143669 -et 230991685737746901 -par -- ADL_GLOBAL AssetModifyTimes_data
[2016-05-20 17:36:34,473] Starting repair command #10, repairing 1 ranges for keyspace ADL_GLOBAL (parallelism=PARALLEL, full=true)
[2016-05-20 17:37:15,365] Repair session ecb996d0-1ed2-11e6-b490-d9df6932c7cf for range (205279477618143669,230991685737746901] finished
[2016-05-20 17:37:15,365] Repair command #10 finished

Command 3: Repairs only the CF ADL3Test1_data in keyspace ADL_GLOBAL
Executing: /aladdin/local/apps/apache-cassandra-2.1.8a/bin/nodetool -h localhost -p 7199 -u controlRole -pw ****** repair -- ADL_GLOBAL ADL3Test1_data
[2016-05-20 17:38:35,781] Starting repair command #11, repairing 1043 ranges for keyspace ADL_GLOBAL (parallelism=SEQUENTIAL, full=true)


[2016-05-20 17:42:32,682] Repair session 3c8af050-1ed3-11e6-b490-d9df6932c7cf for range (6241639152751626129,6241693909092643958] finished
[2016-05-20 17:42:32,683] Repair session 3caf1a20-1ed3-11e6-b490-d9df6932c7cf for range (-7096993048358106082,-7095000706885780850] finished
[2016-05-20 17:42:32,683] Repair session 3ccfc180-1ed3-11e6-b490-d9df6932c7cf for range (-7218939248114487080,-7218289345961492809] finished
[2016-05-20 17:42:32,683] Repair session 3cf21690-1ed3-11e6-b490-d9df6932c7cf for range (-5244794756638190874,-5190307341355030282] finished
[2016-05-20 17:42:32,683] Repair session 3d126fd0-1ed3-11e6-b490-d9df6932c7cf for range (3551629701277971766,3555521736534916502] finished
[2016-05-20 17:42:32,683] Repair session 3d32f020-1ed3-11e6-b490-d9df6932c7cf for range (-8139355591560661944,-8127928369093576603] finished
[2016-05-20 17:42:32,683] Repair session 3d537070-1ed3-11e6-b490-d9df6932c7cf for range (7098010153980465751,7100863011896759020] finished
[2016-05-20 17:42:32,683] Repair session 3d73f0c0-1ed3-11e6-b490-d9df6932c7cf for range (1004538726866173536,1008586133746764703] finished
[2016-05-20 17:42:32,683] Repair session 3d947110-1ed3-11e6-b490-d9df6932c7cf for range (5770817093573726645,5771418910784831587] finished
.
.
.
[2016-05-20 17:42:32,732] Repair command #11 finished




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)