Re: C* 1.2.2 vs Raspberry Pi

2013-03-04 Thread Andrew Cobley
Yep, I did remove it and all was well. However it is a gotcha for anyone trying C* on the Pi so a better solution is probably needed (conditionally removal) Andy On 4 Mar 2013, at 19:30, Jools wrote: > It's an optimisation flag, and not applicable to the to the 1.x JVM's > should be fine to

Re: C* 1.2.2 vs Raspberry Pi

2013-03-04 Thread Jools
It's an optimisation flag, and not applicable to the to the 1.x JVM's should be fine to remove it. --Jools On 4 March 2013 19:17, Andrew Cobley wrote: > Stupidly I've locked myself out of JIRA and it doesn't seem to want to > send me a password reset so I'll send this bug report here. > > As y

Re: C* 1.2.2 vs Raspberry Pi

2013-03-04 Thread Andrew Cobley
Mike, I'll see if there is a conditionally way of removing it. It seems to be the jdk1.8 for arm (hard float) thats missing the option ATM so it could effect other ARM devices at some point. Andy On 4 Mar 2013, at 19:24, Michael Kjellman wrote: > This was due to > > https://issues.apache.

Re: C* 1.2.2 vs Raspberry Pi

2013-03-04 Thread Michael Kjellman
This was due to https://issues.apache.org/jira/browse/CASSANDRA-4366 Should be safe to remove this when running on a you Raspberry Pi as it is a performance change for the JVM and I guess not supported on whatever version is supported on your distro for the Pi. -mike On 3/4/13 11:17 AM, "Andrew

C* 1.2.2 vs Raspberry Pi

2013-03-04 Thread Andrew Cobley
Stupidly I've locked myself out of JIRA and it doesn't seem to want to send me a password reset so I'll send this bug report here. As you guys may know I'v been running C* on a Raspberry Pi cluster for experimental and educational reasons. It seems the startup script is borked for 1.2.2 when