Re: java.util.concurrent.RejectedExecutionException: ThreadPoolExecutor has shut down

2010-08-05 Thread Peter Schuller
> I have ring of three nodes. When i try to decommission one of the machine > then i got the following exception: >From reading the code I believe this is expected (though not sure whether to call it a bug?). Decommision ends up calling MessagingService' shutdown() which closes the socket and then

java.util.concurrent.RejectedExecutionException: ThreadPoolExecutor has shut down

2010-08-04 Thread Waqas Badar
I have ring of three nodes. When i try to decommission one of the machine then i got the following exception: java.util.concurrent.RejectedExecutionException: ThreadPoolExecutor has shut down at org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor $1.rejectedExecution