Re: Strange trouble with JNA on CentOS6

2014-05-26 Thread David Daeschler
Figured this one out.. In the new setup /tmp was mounted as noexec. So it looks like JNA was putting the native library here and then it was unable to execute it. I hope this can help someone else. On Mon, May 26, 2014 at 11:33 PM, David Daeschler wrote: > Good evening list, > > I'm having a

Strange trouble with JNA on CentOS6

2014-05-26 Thread David Daeschler
Good evening list, I'm having a rather confusing issue with 4 new nodes that I put up. JNA doesn't seem to want to work in production even though it works on my test VM that should have pretty much the same setup. I have created a series of setup scripts to bring up new nodes. I am using a tested

Re: Increased Cassandra connection latency

2014-05-26 Thread Alexey
It looks like a memory leak to me. All Cassandra processes are with the following JVM settings configured: -Xms10240M -Xmx10240M -Xmn2400M. The OldGen reaches nearly the maximum and it looks like the oldgen objects not being garbage collected. Alexey On Fri, May 23, 2014 at 3:56 PM, Nate McCall