SLF4J(W): Class path contains multiple SLF4J providers. SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@7c5df615] SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@2f995afc] SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. 09:19:33,304 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found logback-core version 1.5.32 09:19:33,305 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4052913c - No custom configurators were discovered as a service. 09:19:33,305 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4052913c - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 09:19:33,306 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4052913c - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator 09:19:33,310 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/w/workspace/bgpcep-maven-merge-master/programming/impl/target/test-classes/logback-test.xml] 09:19:33,312 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@99c4993 - Resource [logback-test.xml] occurs multiple times on the classpath. 09:19:33,312 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@99c4993 - Resource [logback-test.xml] occurs at [file:/w/workspace/bgpcep-maven-merge-master/programming/impl/target/test-classes/logback-test.xml] 09:19:33,312 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@99c4993 - Resource [logback-test.xml] occurs at [jar:file:/tmp/r/org/opendaylight/yangtools/mockito-configuration/14.0.23/mockito-configuration-14.0.23.jar!/logback-test.xml] 09:19:33,369 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - element is deprecated. Near [level] on line 17 09:19:33,369 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within or elements instead. 09:19:33,370 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - element is deprecated. Near [level] on line 21 09:19:33,370 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within or elements instead. 09:19:33,419 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Scan attribute set to true. Will scan for configuration file changes. 09:19:33,425 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Registering a new ReconfigureOnChangeTask ReconfigureOnChangeTask(born:1775553573422) 09:19:33,425 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - No 'scanPeriod' specified. Defaulting to 1 minutes 09:19:33,425 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Will scan for changes in [/w/workspace/bgpcep-maven-merge-master/programming/impl/target/test-classes/logback-test.xml] 09:19:33,425 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Setting ReconfigureOnChangeTask scanning period to 1 minutes 09:19:33,428 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Main configuration file URL: file:/w/workspace/bgpcep-maven-merge-master/programming/impl/target/test-classes/logback-test.xml 09:19:33,428 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - FileWatchList= {/w/workspace/bgpcep-maven-merge-master/programming/impl/target/test-classes/logback-test.xml} 09:19:33,428 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - URLWatchList= {} 09:19:33,437 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT] 09:19:33,437 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 09:19:33,447 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 09:19:33,487 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - NOTE: Writing to the console can be slow. Try to avoid logging to the 09:19:33,487 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - console in production environments, especially in high volume systems. 09:19:33,487 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also https://logback.qos.ch/codes.html#slowConsole 09:19:33,489 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting additivity of logger [org.opendaylight.protocol] to false 09:19:33,490 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - org.opendaylight.protocol level set to DEBUG 09:19:33,490 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[org.opendaylight.protocol] 09:19:33,491 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting additivity of logger [org.opendaylight.bgpcep] to false 09:19:33,491 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - org.opendaylight.bgpcep level set to DEBUG 09:19:33,491 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[org.opendaylight.bgpcep] 09:19:33,491 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to INFO 09:19:33,491 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT] 09:19:33,491 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@38089dae - End of configuration. 09:19:33,492 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@9729a97 - Registering current configuration as safe fallback point 09:19:33,496 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4052913c - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 186 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY SLF4J(I): Actual provider is of type [ch.qos.logback.classic.spi.LogbackServiceProvider@7c5df615] 09:19:36.384 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 09:19:36.697 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 09:19:36.730 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 09:19:36.951 [pool-5-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 09:19:36.960 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} is ready for execution 09:19:36.961 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Scheduled 09:19:36.987 [pool-5-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:36.991 [main] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Uri{value=mockedSubmit1} cannot be cleaned because of it's in state Scheduled 09:19:36.992 [main] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Uri{value=mockedSubmit2} cannot be cleaned because of it's in state Queued 09:19:36.994 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Cancelled 09:19:36.995 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} transitioned to status Cancelled 09:19:36.997 [pool-5-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:36.998 [main] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Uri{value=mockedSubmit1} cleaned successfully 09:19:36.998 [main] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Uri{value=mockedSubmit2} cleaned successfully 09:19:36.998 [pool-5-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:36.999 [pool-5-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:37.003 [pool-5-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:37.005 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:37.006 [main] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:37.006 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:37.007 [pool-5-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:37.014 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 09:19:37.017 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 09:19:37.017 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 09:19:37.019 [pool-8-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 09:19:37.019 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} is ready for execution 09:19:37.019 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Scheduled 09:19:37.021 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:37.021 [pool-8-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:37.021 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} transitioned to status Cancelled 09:19:37.022 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Cancelled 09:19:37.022 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 09:19:37.022 [pool-8-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:37.023 [pool-8-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:37.024 [pool-8-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:37.024 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:37.025 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 09:19:37.025 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Cancelled 09:19:37.025 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:37.025 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 09:19:37.025 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Cancelled 09:19:37.025 [pool-8-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:37.026 [pool-8-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:37.029 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 09:19:37.030 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 09:19:37.030 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 09:19:37.031 [pool-11-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 09:19:37.032 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} is ready for execution 09:19:37.032 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Scheduled 09:19:37.034 [pool-11-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:37.034 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Executing 09:19:37.035 [pool-11-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:37.035 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Successful 09:19:37.036 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} is ready for execution 09:19:37.036 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} transitioned to status Scheduled 09:19:37.036 [pool-11-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:37.036 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} transitioned to status Executing 09:19:37.036 [pool-11-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:37.037 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} transitioned to status Successful 09:19:37.037 [pool-11-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:37.038 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:37.038 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Successful 09:19:37.038 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Successful 09:19:37.038 [pool-11-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:37.038 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:37.038 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Successful 09:19:37.038 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Successful 09:19:37.038 [pool-11-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:37.039 [pool-11-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:37.043 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 09:19:37.044 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 09:19:37.044 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 09:19:37.045 [pool-14-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 09:19:37.048 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} is ready for execution 09:19:37.048 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Scheduled 09:19:37.050 [pool-14-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:37.051 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Executing 09:19:37.051 [pool-14-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:40.049 [pool-12-thread-1] INFO o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} timed out while executing, transitioning into Unknown 09:19:40.050 [pool-12-thread-1] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Unknown 09:19:40.052 [pool-14-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:40.052 [pool-12-thread-1] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} transitioned to status Cancelled 09:19:40.056 [pool-12-thread-1] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 09:19:40.056 [pool-14-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:40.065 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:40.066 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 09:19:40.066 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Unknown 09:19:40.067 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:40.067 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 09:19:40.067 [pool-14-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:40.067 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Unknown 09:19:40.068 [pool-14-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:40.075 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 09:19:40.076 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 09:19:40.077 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 09:19:40.079 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} is ready for execution 09:19:40.079 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} transitioned to status Scheduled 09:19:40.079 [pool-17-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 09:19:40.080 [pool-17-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:40.082 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} transitioned to status Cancelled 09:19:40.083 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:40.083 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} can no longer be cancelled due to status Cancelled 09:19:40.083 [pool-17-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:40.083 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:40.083 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} can no longer be cancelled due to status Cancelled 09:19:40.083 [pool-17-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:40.084 [pool-17-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:40.087 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 09:19:40.088 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 09:19:40.088 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 09:19:40.089 [pool-20-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 09:19:40.092 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} is ready for execution 09:19:40.092 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Scheduled 09:19:40.094 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Executing 09:19:40.094 [pool-20-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:40.095 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Successful 09:19:40.095 [pool-20-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:40.096 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:40.096 [pool-20-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:40.096 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Successful 09:19:40.097 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:40.097 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Successful 09:19:40.097 [pool-20-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:40.097 [pool-20-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:40.101 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 09:19:40.102 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 09:19:40.102 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 09:19:40.104 [pool-23-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 09:19:40.105 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} is ready for execution 09:19:40.105 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} transitioned to status Scheduled 09:19:40.106 [pool-23-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:40.106 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:40.106 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} transitioned to status Cancelled 09:19:40.107 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:40.107 [pool-23-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:40.107 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit} can no longer be cancelled due to status Cancelled 09:19:40.108 [pool-23-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:40.108 [pool-23-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:40.111 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 09:19:40.112 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 09:19:40.113 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 09:19:40.115 [pool-26-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 09:19:40.115 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} is ready for execution 09:19:40.115 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Scheduled 09:19:40.116 [pool-26-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:40.117 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Cancelled 09:19:40.118 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} transitioned to status Cancelled 09:19:40.118 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit3} transitioned to status Cancelled 09:19:40.118 [pool-26-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:40.118 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit3} can no longer be cancelled due to status Cancelled 09:19:40.119 [pool-26-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:40.119 [pool-26-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:40.119 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:40.119 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 09:19:40.120 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Cancelled 09:19:40.120 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit3} can no longer be cancelled due to status Cancelled 09:19:40.120 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:40.120 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 09:19:40.120 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Cancelled 09:19:40.120 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit3} can no longer be cancelled due to status Cancelled 09:19:40.120 [pool-26-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:40.120 [pool-26-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:40.123 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 09:19:40.124 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 09:19:40.124 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 09:19:40.125 [pool-29-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 09:19:40.126 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Uri{value=mockedSubmit} depends on Uri{value=dep1}, which is not a known instruction 09:19:40.129 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:40.129 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:40.130 [pool-29-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:40.130 [pool-29-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:40.133 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 09:19:40.134 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 09:19:40.134 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 09:19:40.135 [pool-32-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 09:19:40.138 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} is ready for execution 09:19:40.138 [Time-limited test] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Scheduled 09:19:40.148 [pool-32-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:43.139 [pool-30-thread-1] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} timed out while Scheduled, cancelling it 09:19:43.139 [pool-30-thread-1] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Cancelled 09:19:43.142 [pool-32-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:43.145 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:43.146 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Cancelled 09:19:43.147 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:43.147 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Cancelled 09:19:43.147 [pool-32-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:43.148 [pool-32-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:43.153 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 09:19:43.156 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Creating Programming Service test-instraction-queue-service-group. 09:19:43.156 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue service test-instraction-queue-service-group instantiated 09:19:43.158 [pool-35-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] added 09:19:43.159 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} is ready for execution 09:19:43.159 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Scheduled 09:19:43.160 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:43.160 [pool-35-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:43.161 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} transitioned to status Cancelled 09:19:43.161 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} transitioned to status Cancelled 09:19:43.161 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 09:19:43.161 [pool-35-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:43.162 [main] INFO o.o.b.p.i.DefaultInstructionScheduler - Closing Instruction Queue service test-instraction-queue-service-group 09:19:43.162 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit2} can no longer be cancelled due to status Cancelled 09:19:43.162 [main] DEBUG o.o.b.p.impl.InstructionImpl - Instruction Uri{value=mockedSubmit1} can no longer be cancelled due to status Cancelled 09:19:43.162 [pool-35-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] updated 09:19:43.162 [pool-35-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed 09:19:43.163 [pool-35-thread-1] DEBUG o.o.b.p.i.DefaultInstructionScheduler - Instruction Queue DataObjectIdentifier[ @ urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionsQueue[InstructionsQueueKey{instructionQueueId=test-instraction-queue}] ] removed