Re: Duplicate hard link - Cassandra 1.2.9

2013-11-12 Thread Robert Coli
On Mon, Nov 11, 2013 at 8:06 PM, Aaron Morton aa...@thelastpickle.comwrote: If you can reproduce it may be time to raise a ticket including the JBOD setup https://issues.apache.org/jira/browse/CASSANDRA Per OP on https://issues.apache.org/jira/browse/CASSANDRA-6298 As it turns out, I was

Re: Duplicate hard link - Cassandra 1.2.9

2013-11-11 Thread Aaron Morton
With the scrub --no-snapshots option I get: java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.io.FileNotFoundException: /data06/rhq/data/system/schema_keyspaces/system-schema_keyspaces-ic-20-Data.db (No such file or directory) Can you paste the full error from

Re: Duplicate hard link - Cassandra 1.2.9

2013-11-07 Thread Elias Ross
On Mon, Nov 4, 2013 at 2:09 PM, Elias Ross genericel...@gmail.com wrote: Thanks Robert. CASSANDRA-6298 I've been attempting a scrub and see the same issue. Is there some mapping issue? Are six data directories too much for Cassandra? $ ./nodetool -p 7299 scrub rhq Exception in thread main

Re: Duplicate hard link - Cassandra 1.2.9

2013-11-07 Thread Elias Ross
Last time to respond to myself... On Thu, Nov 7, 2013 at 8:23 AM, Elias Ross genericel...@gmail.com wrote: I've been attempting a scrub and see the same issue. Is there some mapping issue? Are six data directories too much for Cassandra? With the scrub --no-snapshots option I get:

Re: Duplicate hard link - Cassandra 1.2.9

2013-11-07 Thread Robert Coli
On Thu, Nov 7, 2013 at 8:23 AM, Elias Ross genericel...@gmail.com wrote: I've been attempting a scrub and see the same issue. Is there some mapping issue? Are six data directories too much for Cassandra? Do both filesystems support hard links? How do you have JBOD defined? =Rob

Re: Duplicate hard link - Cassandra 1.2.9

2013-11-07 Thread Elias Ross
On Thu, Nov 7, 2013 at 5:08 PM, Robert Coli rc...@eventbrite.com wrote: On Thu, Nov 7, 2013 at 8:23 AM, Elias Ross genericel...@gmail.com wrote: I've been attempting a scrub and see the same issue. Is there some mapping issue? Are six data directories too much for Cassandra? Do both

Duplicate hard link - Cassandra 1.2.9

2013-11-04 Thread Elias Ross
Cassandra 1.2.9, embedded into the RHQ 4.9 project. I'm getting the following: Caused by: java.lang.RuntimeException: Tried to create duplicate hard link to /data05/rhq/data/system/NodeIdInfo/snapshots/1383587405678/system-NodeIdInfo-ic- 1-TOC.txt at

Re: Duplicate hard link - Cassandra 1.2.9

2013-11-04 Thread Robert Coli
On Mon, Nov 4, 2013 at 10:08 AM, Elias Ross gen...@noderunner.net wrote: Cassandra 1.2.9, embedded into the RHQ 4.9 project. I'm getting the following: Caused by: java.lang.RuntimeException: Tried to create duplicate hard link to

Re: Duplicate hard link - Cassandra 1.2.9

2013-11-04 Thread Elias Ross
Thanks Robert. CASSANDRA-6298 Is there any way to maybe do a workaround? I guess the thinking I have is the duplicate hard link is probably pretty harmless and getting rid of the check would at least get me past this issue.