NotSerializableException of FutureTask

2011-04-20 Thread Desimpel, Ignace
Using own JMX java code and when using the NodeTool I get the following exception when calling the forceFlush function. But it seems that the flushing itself is started although the exception occurred. Any idea? (running jdk 1.6, 64 bits) Ignace 2011-04-20 16:23:45 INFO

Re: NotSerializableException of FutureTask

2011-04-20 Thread Jonathan Ellis
You must be using an old Cassandra and/or nodetool; current nodetool calls forceBlockingFlush which does not try to return a Future over JMX. On Wed, Apr 20, 2011 at 9:38 AM, Desimpel, Ignace ignace.desim...@nuance.com wrote: Using own JMX java code and when using the NodeTool I get the