[
https://issues.apache.org/jira/browse/CASSANDRA-9266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14520382#comment-14520382
]
Razi Khaja edited comment on CASSANDRA-9266 at 4/29/15 10:10 PM:
-----------------------------------------------------------------
I found some interesting behavior in DC3.
All nodes in DC3 have the error:
{code}
Already repairing
SSTableReader(path='/path/to/keyspace/column_family/keyspace-column_family-Data.db'),
can not continue.
{code}
I restarted the cassandra daemon on cass323, but did not restart the daemon on
any of the other nodes in DC3, then ran incremental parallel repair on cass323:
{code}
nodetool --host $HOSTNAME repair --incremental --in-local-dc --parallel
{code}
Now, I get the error:
{code}
Repair failed with error Did not get positive replies from all endpoints. List
of failed endpoint(s): [ip_for_cass320, [ip_for_cass321, [ip_for_cass322]
{code}
was (Author: [email protected]):
I found some interesting behavior in DC3.
All nodes in DC3 have the error:
{code}
Already repairing
SSTableReader(path='/path/to/keyspace/column_family/keyspace-column_family-Data.db'),
can not continue.
{code}
I restarted the cassandra daemon on cass323, then ran incremental parallel
repair:
{code}
nodetool --host my_hostname repair --incremental --in-local-dc --parallel
{code}
Now, I get the error:
{code}
Repair failed with error Did not get positive replies from all endpoints. List
of failed endpoint(s): [ip_for_cass320, [ip_for_cass321, [ip_for_cass322]
{code}
> Repair failed with error Already repairing
> SSTableReader(path='/path/to/keyspace/column_family/keyspace-column_family--Data.db'),
> can not continue.
> ---------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-9266
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9266
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Environment: Cassandra 2.1.3
> Reporter: Razi Khaja
> Fix For: 2.1.x
>
>
> I am running incremental parallel repair using the following command:
> {code}
> nodetool --host my_hostname repair --incremental --in-local-dc --parallel
> {code}
> and get the following error:
> {code}
> Repair failed with error Already repairing
> SSTableReader(path='/path/to/keyspace/column_family/keyspace-column_family--Data.db'),
> can not continue.
> {code}
> I have 3 data centers, each with 4 nodes. Neither incremental or full repair
> is running on any of my other nodes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)