Skip to content

Instantly share code, notes, and snippets.

@aboudreault
Created December 4, 2014 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aboudreault/b0e0016213d05059243a to your computer and use it in GitHub Desktop.
Save aboudreault/b0e0016213d05059243a to your computer and use it in GitHub Desktop.
CASSANDRA-8316
[2014-12-04 09:21:14,640] Starting repair command #1, repairing keyspace r1 with repair options (parallelism: parallel, primary range: false, incremental: true, job threads: 1, ColumnFamilies: [], dataCenters: [], hosts: [], # of ranges: 3)
[2014-12-04 09:21:54,392] Repair session cdf7e4b0-7bc0-11e4-a109-b56034537865 for range (6917529027641081856,-9223372036854775808] finished
[2014-12-04 09:21:59,145] Repair session cdf94440-7bc0-11e4-a109-b56034537865 for range (2305843009213693952,4611686018427387904] finished
[2014-12-04 09:22:00,321] Repair session cdf96b50-7bc0-11e4-a109-b56034537865 for range (4611686018427387904,6917529027641081856] finished
[2014-12-04 09:22:00,374] Repair command #1 finished in 45 seconds
[2014-12-04 09:22:00,389] Nothing to repair for keyspace 'system'
[2014-12-04 09:22:00,394] Starting repair command #2, repairing keyspace system_traces with repair options (parallelism: parallel, primary range: false, incremental: true, job threads: 1, ColumnFamilies: [], dataCenters: [], hosts: [], # of ranges: 2)
[2014-12-04 09:22:03,428] Repair session eafaa6b0-7bc0-11e4-a109-b56034537865 for range (6917529027641081856,-9223372036854775808] finished
[2014-12-04 09:22:03,437] Repair session eafaa6b1-7bc0-11e4-a109-b56034537865 for range (4611686018427387904,6917529027641081856] finished
[2014-12-04 09:22:03,439] Repair command #2 finished in 3 seconds
[2014-12-04 09:22:05,410] Starting repair command #1, repairing keyspace r1 with repair options (parallelism: parallel, primary range: false, incremental: true, job threads: 1, ColumnFamilies: [], dataCenters: [], hosts: [], # of ranges: 3)
[2014-12-04 09:22:37,400] Repair session ec2e44b0-7bc0-11e4-98c0-b56034537865 for range (-9223372036854775808,-6917529027641081856] finished
[2014-12-04 09:22:44,245] Repair session ec2f7d30-7bc0-11e4-98c0-b56034537865 for range (-6917529027641081856,-4611686018427387904] finished
[2014-12-04 09:22:44,733] Repair session ec2fa440-7bc0-11e4-98c0-b56034537865 for range (-4611686018427387904,-2305843009213693952] finished
[2014-12-04 09:23:05,572] Repair command #1 finished in 1 minute
[2014-12-04 09:23:05,577] Nothing to repair for keyspace 'system'
[2014-12-04 09:23:05,581] Starting repair command #2, repairing keyspace system_traces with repair options (parallelism: parallel, primary range: false, incremental: true, job threads: 1, ColumnFamilies: [], dataCenters: [], hosts: [], # of ranges: 2)
[2014-12-04 09:23:05,591] Repair session 10086e10-7bc1-11e4-98c0-b56034537865 for range (-6917529027641081856,-4611686018427387904] finished
[2014-12-04 09:23:05,597] Repair session 10086e11-7bc1-11e4-98c0-b56034537865 for range (-4611686018427387904,-2305843009213693952] finished
[2014-12-04 09:23:05,599] Repair command #2 finished in 0 seconds
[2014-12-04 09:23:06,675] Starting repair command #1, repairing keyspace r1 with repair options (parallelism: parallel, primary range: false, incremental: true, job threads: 1, ColumnFamilies: [], dataCenters: [], hosts: [], # of ranges: 3)
[2014-12-04 09:23:16,741] Repair session 10d61e51-7bc1-11e4-add8-b56034537865 for range (0,2305843009213693952] finished
[2014-12-04 09:23:26,889] Repair session 10d61e50-7bc1-11e4-add8-b56034537865 for range (-2305843009213693952,0] finished
[2014-12-04 09:23:32,515] Repair session 10d5f740-7bc1-11e4-add8-b56034537865 for range (-4611686018427387904,-2305843009213693952] finished
[2014-12-04 09:23:32,534] Repair command #1 finished in 25 seconds
[2014-12-04 09:23:32,549] Nothing to repair for keyspace 'system'
[2014-12-04 09:23:32,555] Starting repair command #2, repairing keyspace system_traces with repair options (parallelism: parallel, primary range: false, incremental: true, job threads: 1, ColumnFamilies: [], dataCenters: [], hosts: [], # of ranges: 2)
[2014-12-04 09:23:42,839] Repair failed with error Did not get positive replies from all endpoints. List of failed endpoint(s): [127.0.0.5, 127.0.0.7]
aboudreault@kovarro:~/dev/cstar/8316$
aboudreault@kovarro:~/dev/cstar/8316$ ccm node1 nodetool version
ReleaseVersion: 3.0.0-SNAPSHOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment