my guess is that it's some trouble with how cbench is starting/stopping it's simulated switch connections. Assuming that from the "HandshakeStepWrapper" and the rejected strings. Probably ODL didn't like how cbench was connecting in some case.
maybe you see it every time you run the test? JamO On 06/10/2016 08:17 AM, PUZZLE wrote: > another one : > > *Exception in thread "Thread-232" > java.util.concurrent.RejectedExecutionException: Task > org.opendaylight.openflowplugin.openflow.md.core.HandshakeStepWrapper@53081ded > rejected from > org.opendaylight.openflowplugin.openflow.md.core.ThreadPoolLoggingExecutor@5dcff9fc[Terminated, > pool size = 0, active threads > = 0, queued tasks = 0, completed tasks = 1]* > * at > java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)* > * at > java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)* > * at > java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)* > * at > org.opendaylight.openflowplugin.openflow.md.core.ConnectionConductorImpl.onConnectionReady(ConnectionConductorImpl.java:451)* > * at > org.opendaylight.openflowjava.protocol.impl.core.connection.ConnectionAdapterImpl$1.run(ConnectionAdapterImpl.java:185)* > * at java.lang.Thread.run(Thread.java:745)* > > > > > 2016-06-10 14:03 GMT+00:00 PUZZLE <[email protected] > <mailto:[email protected]>>: > > Hi, > when i was running cbench against ODL iwas gestting this message: > (especially with a high number of hosts) > > *Exception in thread "Thread-108" > java.util.concurrent.RejectedExecutionException: Task > > org.opendaylight.openflowplugin.openflow.md.core.HandshakeStepWrapper@572e29bd > rejected from > > org.opendaylight.openflowplugin.openflow.md.core.ThreadPoolLoggingExecutor@59e9dd28[Terminated, > pool size = 0, active > threads = 0, queued tasks = 0, completed tasks = 1]* > * at > java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)* > * at > java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)* > * at > java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)* > * at > > org.opendaylight.openflowplugin.openflow.md.core.ConnectionConductorImpl.onConnectionReady(ConnectionConductorImpl.java:451)* > * at > > org.opendaylight.openflowjava.protocol.impl.core.connection.ConnectionAdapterImpl$1.run(ConnectionAdapterImpl.java:185)* > * at java.lang.Thread.run(Thread.java:745)* > > > What does this mean? is it possible that results may change based on tis? > Thank you, > Best > > > > > _______________________________________________ > openflowplugin-dev mailing list > [email protected] > https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev > _______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
