Uploaded image for project: 'OpenFlowPlugin'
  1. OpenFlowPlugin
  2. OPNFLWPLUG-1108

Longevity test suite fails on DeviceContextImpl.releaseWriteTransactionLock()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • Aluminium-SR2
    • openflowjava-impl
    • None

      openflowplugin-csit-1node-longevity-only-aluminium is failing after less than 23 hours, last run took about two hours and failed on:

      2021-01-10T04:58:21,118 | WARN  | lldp-speaker-0   | DeviceOwnershipServiceImpl       | 293 - org.opendaylight.openflowplugin.applications.device-ownership-service - 0.11.2.SNAPSHOT | Fetching ownership status failed for node openflow:11
      2021-01-10T04:58:21,883 | ERROR | ofppool-359      | TransactionChainManager          | 302 - org.opendaylight.openflowplugin.common - 0.11.2.SNAPSHOT | Exception during INITIAL(false) || doSync(true) transaction submitting. 
      java.util.concurrent.TimeoutException: Waited 5 seconds (plus 110492 nanoseconds delay) for com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture@8f513ba[status=PENDING, info=[inputFuture=[com.google.common.util.concurrent.SettableFuture@632fcd4[status=PENDING]], function=[org.opendaylight.mdsal.dom.spi.PingPongTransactionChain$4$$Lambda$2029/0x0000000101879840@20d78ca]]]
      	at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:495) ~[bundleFile:?]
      	at com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:95) ~[bundleFile:?]
      	at org.opendaylight.openflowplugin.common.txchain.TransactionChainManager.submitTransaction(TransactionChainManager.java:187) [bundleFile:?]
      	at org.opendaylight.openflowplugin.impl.device.DeviceContextImpl.syncSubmitTransaction(DeviceContextImpl.java:268) [bundleFile:?]
      	at org.opendaylight.openflowplugin.impl.device.DeviceContextImpl.lambda$writePortStatusMessage$1(DeviceContextImpl.java:375) [bundleFile:?]
      	at org.opendaylight.openflowplugin.impl.device.DeviceManagerImpl.lambda$new$0(DeviceManagerImpl.java:92) [bundleFile:?]
      	at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:405) [bundleFile:?]
      	at org.opendaylight.openflowplugin.impl.device.DeviceManagerImpl.lambda$new$1(DeviceManagerImpl.java:92) [bundleFile:?]
      	at org.opendaylight.yangtools.util.concurrent.AbstractQueuedNotificationManager.executeBatch(AbstractQueuedNotificationManager.java:88) [bundleFile:?]
      	at org.opendaylight.yangtools.util.concurrent.AbstractBatchingExecutor$DispatcherTask.invokeWorker(AbstractBatchingExecutor.java:305) [bundleFile:?]
      	at org.opendaylight.yangtools.util.concurrent.AbstractBatchingExecutor$DispatcherTask.run(AbstractBatchingExecutor.java:292) [bundleFile:?]
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
      	at java.lang.Thread.run(Thread.java:834) [?:?]
      2021-01-10T04:58:21,884 | WARN  | CommitFutures-7  | TransactionChainManager          | 302 - org.opendaylight.openflowplugin.common - 0.11.2.SNAPSHOT | Transaction chain failed, recreating chain due to 
      org.opendaylight.mdsal.common.api.TransactionCommitFailedException: Data did not pass validation for path /(urn:opendaylight:inventory?revision=2013-08-19)nodes/node/node[{(urn:opendaylight:inventory?revision=2013-08-19)id=openflow:11}]/node-connector/node-connector[{(urn:opendaylight:inventory?revision=2013-08-19)id=openflow:11:9}]
      	at org.opendaylight.controller.cluster.datastore.ShardDataTree.lambda$processNextPendingTransaction$3(ShardDataTree.java:823) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.ShardDataTree.processNextPending(ShardDataTree.java:852) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.ShardDataTree.processNextPendingTransaction(ShardDataTree.java:799) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.ShardDataTree.startCanCommit(ShardDataTree.java:953) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.SimpleShardDataTreeCohort.canCommit(SimpleShardDataTreeCohort.java:98) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.CohortEntry.canCommit(CohortEntry.java:109) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.ShardCommitCoordinator.handleCanCommit(ShardCommitCoordinator.java:239) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.ShardCommitCoordinator.handleReadyLocalTransaction(ShardCommitCoordinator.java:201) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.Shard.handleReadyLocalTransaction(Shard.java:783) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.Shard.handleNonRaftCommand(Shard.java:343) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.raft.RaftActor.handleCommand(RaftActor.java:270) ~[bundleFile:?]
      	at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:24) ~[bundleFile:2.5.31]
      	at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:20) ~[bundleFile:2.5.31]
      	at scala.PartialFunction.applyOrElse(PartialFunction.scala:187) ~[bundleFile:?]
      	at scala.PartialFunction.applyOrElse$(PartialFunction.scala:186) ~[bundleFile:?]
      	at akka.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:20) ~[bundleFile:2.5.31]
      	at scala.PartialFunction$OrElse.apply(PartialFunction.scala:238) ~[bundleFile:?]
      	at scala.PartialFunction.applyOrElse(PartialFunction.scala:187) ~[bundleFile:?]
      	at scala.PartialFunction.applyOrElse$(PartialFunction.scala:186) ~[bundleFile:?]
      	at akka.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:20) ~[bundleFile:2.5.31]
      	at scala.PartialFunction$OrElse.apply(PartialFunction.scala:238) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.common.actor.MeteringBehavior.apply(MeteringBehavior.java:93) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.common.actor.MeteringBehavior.apply(MeteringBehavior.java:29) ~[bundleFile:?]
      	at scala.PartialFunction.applyOrElse(PartialFunction.scala:187) ~[bundleFile:?]
      	at scala.PartialFunction.applyOrElse$(PartialFunction.scala:186) ~[bundleFile:?]
      	at scala.runtime.AbstractPartialFunction.applyOrElse(AbstractPartialFunction.scala:27) ~[bundleFile:?]
      	at akka.actor.Actor.aroundReceive(Actor.scala:539) ~[bundleFile:2.5.31]
      	at akka.actor.Actor.aroundReceive$(Actor.scala:537) ~[bundleFile:2.5.31]
      	at akka.persistence.AbstractPersistentActor.akka$persistence$Eventsourced$$super$aroundReceive(PersistentActor.scala:455) ~[bundleFile:2.5.31]
      	at akka.persistence.Eventsourced$$anon$4.stateReceive(Eventsourced.scala:899) ~[bundleFile:2.5.31]
      	at akka.persistence.Eventsourced.aroundReceive(Eventsourced.scala:250) ~[bundleFile:2.5.31]
      	at akka.persistence.Eventsourced.aroundReceive$(Eventsourced.scala:249) ~[bundleFile:2.5.31]
      	at akka.persistence.AbstractPersistentActor.aroundReceive(PersistentActor.scala:455) ~[bundleFile:2.5.31]
      	at akka.actor.ActorCell.receiveMessage(ActorCell.scala:614) ~[bundleFile:2.5.31]
      	at akka.actor.ActorCell.invoke(ActorCell.scala:583) ~[bundleFile:2.5.31]
      	at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:268) ~[bundleFile:2.5.31]
      	at akka.dispatch.Mailbox.run(Mailbox.scala:229) ~[bundleFile:2.5.31]
      	at akka.dispatch.Mailbox.exec(Mailbox.scala:241) ~[bundleFile:2.5.31]
      	at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) ~[bundleFile:2.5.31]
      	at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) ~[bundleFile:2.5.31]
      	at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) ~[bundleFile:2.5.31]
      	at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) ~[bundleFile:2.5.31]
      Caused by: org.opendaylight.yangtools.yang.data.api.schema.tree.ModifiedNodeDoesNotExistException: Node /(urn:opendaylight:inventory?revision=2013-08-19)nodes/node/node[{(urn:opendaylight:inventory?revision=2013-08-19)id=openflow:11}]/node-connector/node-connector[{(urn:opendaylight:inventory?revision=2013-08-19)id=openflow:11:9}] does not exist. Cannot apply modification to its children.
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkTouchApplicable(AbstractNodeContainerModificationStrategy.java:369) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.checkApplicable(SchemaAwareApplyOperation.java:129) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkChildPreconditions(AbstractNodeContainerModificationStrategy.java:420) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkTouchApplicable(AbstractNodeContainerModificationStrategy.java:379) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.checkApplicable(SchemaAwareApplyOperation.java:129) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkChildPreconditions(AbstractNodeContainerModificationStrategy.java:420) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkTouchApplicable(AbstractNodeContainerModificationStrategy.java:379) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.checkApplicable(SchemaAwareApplyOperation.java:129) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkChildPreconditions(AbstractNodeContainerModificationStrategy.java:420) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkTouchApplicable(AbstractNodeContainerModificationStrategy.java:379) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.checkApplicable(SchemaAwareApplyOperation.java:129) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkChildPreconditions(AbstractNodeContainerModificationStrategy.java:420) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkTouchApplicable(AbstractNodeContainerModificationStrategy.java:379) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.checkApplicable(SchemaAwareApplyOperation.java:129) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkChildPreconditions(AbstractNodeContainerModificationStrategy.java:420) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkTouchApplicable(AbstractNodeContainerModificationStrategy.java:379) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.checkApplicable(SchemaAwareApplyOperation.java:129) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractDataTreeTip.validate(AbstractDataTreeTip.java:37) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.ShardDataTree.lambda$processNextPendingTransaction$3(ShardDataTree.java:806) ~[bundleFile:?]
      	... 41 more
      2021-01-10T04:58:21,884 | INFO  | epollEventLoopGroup-9-7 | GuardedContextImpl               | 305 - org.opendaylight.openflowplugin.impl - 0.11.2.SNAPSHOT | Stopping RpcContextImpl[RUNNING] service for node openflow:11
      2021-01-10T04:58:21,888 | ERROR | CommitFutures-7  | TransactionChainManager          | 302 - org.opendaylight.openflowplugin.common - 0.11.2.SNAPSHOT | Exception during transaction submitting. 
      org.opendaylight.mdsal.common.api.TransactionCommitFailedException: Data did not pass validation for path /(urn:opendaylight:inventory?revision=2013-08-19)nodes/node/node[{(urn:opendaylight:inventory?revision=2013-08-19)id=openflow:11}]/node-connector/node-connector[{(urn:opendaylight:inventory?revision=2013-08-19)id=openflow:11:9}]
      	at org.opendaylight.controller.cluster.datastore.ShardDataTree.lambda$processNextPendingTransaction$3(ShardDataTree.java:823) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.ShardDataTree.processNextPending(ShardDataTree.java:852) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.ShardDataTree.processNextPendingTransaction(ShardDataTree.java:799) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.ShardDataTree.startCanCommit(ShardDataTree.java:953) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.SimpleShardDataTreeCohort.canCommit(SimpleShardDataTreeCohort.java:98) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.CohortEntry.canCommit(CohortEntry.java:109) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.ShardCommitCoordinator.handleCanCommit(ShardCommitCoordinator.java:239) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.ShardCommitCoordinator.handleReadyLocalTransaction(ShardCommitCoordinator.java:201) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.Shard.handleReadyLocalTransaction(Shard.java:783) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.Shard.handleNonRaftCommand(Shard.java:343) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.raft.RaftActor.handleCommand(RaftActor.java:270) ~[bundleFile:?]
      	at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:24) ~[bundleFile:2.5.31]
      	at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:20) ~[bundleFile:2.5.31]
      	at scala.PartialFunction.applyOrElse(PartialFunction.scala:187) ~[bundleFile:?]
      	at scala.PartialFunction.applyOrElse$(PartialFunction.scala:186) ~[bundleFile:?]
      	at akka.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:20) ~[bundleFile:2.5.31]
      	at scala.PartialFunction$OrElse.apply(PartialFunction.scala:238) ~[bundleFile:?]
      	at scala.PartialFunction.applyOrElse(PartialFunction.scala:187) ~[bundleFile:?]
      	at scala.PartialFunction.applyOrElse$(PartialFunction.scala:186) ~[bundleFile:?]
      	at akka.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:20) ~[bundleFile:2.5.31]
      	at scala.PartialFunction$OrElse.apply(PartialFunction.scala:238) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.common.actor.MeteringBehavior.apply(MeteringBehavior.java:93) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.common.actor.MeteringBehavior.apply(MeteringBehavior.java:29) ~[bundleFile:?]
      	at scala.PartialFunction.applyOrElse(PartialFunction.scala:187) ~[bundleFile:?]
      	at scala.PartialFunction.applyOrElse$(PartialFunction.scala:186) ~[bundleFile:?]
      	at scala.runtime.AbstractPartialFunction.applyOrElse(AbstractPartialFunction.scala:27) ~[bundleFile:?]
      	at akka.actor.Actor.aroundReceive(Actor.scala:539) ~[bundleFile:2.5.31]
      	at akka.actor.Actor.aroundReceive$(Actor.scala:537) ~[bundleFile:2.5.31]
      	at akka.persistence.AbstractPersistentActor.akka$persistence$Eventsourced$$super$aroundReceive(PersistentActor.scala:455) ~[bundleFile:2.5.31]
      	at akka.persistence.Eventsourced$$anon$4.stateReceive(Eventsourced.scala:899) ~[bundleFile:2.5.31]
      	at akka.persistence.Eventsourced.aroundReceive(Eventsourced.scala:250) ~[bundleFile:2.5.31]
      	at akka.persistence.Eventsourced.aroundReceive$(Eventsourced.scala:249) ~[bundleFile:2.5.31]
      	at akka.persistence.AbstractPersistentActor.aroundReceive(PersistentActor.scala:455) ~[bundleFile:2.5.31]
      	at akka.actor.ActorCell.receiveMessage(ActorCell.scala:614) ~[bundleFile:2.5.31]
      	at akka.actor.ActorCell.invoke(ActorCell.scala:583) ~[bundleFile:2.5.31]
      	at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:268) ~[bundleFile:2.5.31]
      	at akka.dispatch.Mailbox.run(Mailbox.scala:229) ~[bundleFile:2.5.31]
      	at akka.dispatch.Mailbox.exec(Mailbox.scala:241) ~[bundleFile:2.5.31]
      	at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) ~[bundleFile:2.5.31]
      	at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) ~[bundleFile:2.5.31]
      	at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) ~[bundleFile:2.5.31]
      	at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) ~[bundleFile:2.5.31]
      Caused by: org.opendaylight.yangtools.yang.data.api.schema.tree.ModifiedNodeDoesNotExistException: Node /(urn:opendaylight:inventory?revision=2013-08-19)nodes/node/node[{(urn:opendaylight:inventory?revision=2013-08-19)id=openflow:11}]/node-connector/node-connector[{(urn:opendaylight:inventory?revision=2013-08-19)id=openflow:11:9}] does not exist. Cannot apply modification to its children.
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkTouchApplicable(AbstractNodeContainerModificationStrategy.java:369) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.checkApplicable(SchemaAwareApplyOperation.java:129) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkChildPreconditions(AbstractNodeContainerModificationStrategy.java:420) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkTouchApplicable(AbstractNodeContainerModificationStrategy.java:379) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.checkApplicable(SchemaAwareApplyOperation.java:129) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkChildPreconditions(AbstractNodeContainerModificationStrategy.java:420) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkTouchApplicable(AbstractNodeContainerModificationStrategy.java:379) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.checkApplicable(SchemaAwareApplyOperation.java:129) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkChildPreconditions(AbstractNodeContainerModificationStrategy.java:420) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkTouchApplicable(AbstractNodeContainerModificationStrategy.java:379) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.checkApplicable(SchemaAwareApplyOperation.java:129) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkChildPreconditions(AbstractNodeContainerModificationStrategy.java:420) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkTouchApplicable(AbstractNodeContainerModificationStrategy.java:379) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.checkApplicable(SchemaAwareApplyOperation.java:129) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkChildPreconditions(AbstractNodeContainerModificationStrategy.java:420) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkTouchApplicable(AbstractNodeContainerModificationStrategy.java:379) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.checkApplicable(SchemaAwareApplyOperation.java:129) ~[bundleFile:?]
      	at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractDataTreeTip.validate(AbstractDataTreeTip.java:37) ~[bundleFile:?]
      	at org.opendaylight.controller.cluster.datastore.ShardDataTree.lambda$processNextPendingTransaction$3(ShardDataTree.java:806) ~[bundleFile:?]
      	... 41 more
      2021-01-10T04:58:21,889 | INFO  | epollEventLoopGroup-9-7 | GuardedContextImpl               | 305 - org.opendaylight.openflowplugin.impl - 0.11.2.SNAPSHOT | Stopping DeviceContextImpl[RUNNING] service for node openflow:11
      2021-01-10T04:58:21,894 | INFO  | epollEventLoopGroup-9-7 | ContextChainImpl                 | 305 - org.opendaylight.openflowplugin.impl - 0.11.2.SNAPSHOT | Closed clustering services registration for node openflow:11
      2021-01-10T04:58:21,894 | INFO  | epollEventLoopGroup-9-7 | GuardedContextImpl               | 305 - org.opendaylight.openflowplugin.impl - 0.11.2.SNAPSHOT | Terminating DeviceContextImpl[TERMINATED] service for node openflow:11
      2021-01-10T04:58:21,894 | INFO  | epollEventLoopGroup-9-7 | GuardedContextImpl               | 305 - org.opendaylight.openflowplugin.impl - 0.11.2.SNAPSHOT | Terminating RpcContextImpl[TERMINATED] service for node openflow:11
      2021-01-10T04:58:21,894 | WARN  | ofppool-359      | DeviceContextImpl                | 305 - org.opendaylight.openflowplugin.impl - 0.11.2.SNAPSHOT | Error processing port status message for port 12 on device 11
      org.opendaylight.mdsal.binding.api.TransactionChainClosedException: Cannot write into transaction.
      	at org.opendaylight.openflowplugin.common.txchain.TransactionChainManager.writeToTransaction(TransactionChainManager.java:242) ~[bundleFile:?]
      	at org.opendaylight.openflowplugin.impl.device.DeviceContextImpl.writeToTransaction(DeviceContextImpl.java:240) ~[bundleFile:?]
      	at org.opendaylight.openflowplugin.impl.device.DeviceContextImpl.lambda$writePortStatusMessage$1(DeviceContextImpl.java:370) [bundleFile:?]
      	at org.opendaylight.openflowplugin.impl.device.DeviceManagerImpl.lambda$new$0(DeviceManagerImpl.java:92) [bundleFile:?]
      	at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:405) [bundleFile:?]
      	at org.opendaylight.openflowplugin.impl.device.DeviceManagerImpl.lambda$new$1(DeviceManagerImpl.java:92) [bundleFile:?]
      	at org.opendaylight.yangtools.util.concurrent.AbstractQueuedNotificationManager.executeBatch(AbstractQueuedNotificationManager.java:88) [bundleFile:?]
      	at org.opendaylight.yangtools.util.concurrent.AbstractBatchingExecutor$DispatcherTask.invokeWorker(AbstractBatchingExecutor.java:305) [bundleFile:?]
      	at org.opendaylight.yangtools.util.concurrent.AbstractBatchingExecutor$DispatcherTask.run(AbstractBatchingExecutor.java:292) [bundleFile:?]
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
      	at java.lang.Thread.run(Thread.java:834) [?:?]
      2021-01-10T04:58:21,894 | INFO  | epollEventLoopGroup-9-7 | GuardedContextImpl               | 305 - org.opendaylight.openflowplugin.impl - 0.11.2.SNAPSHOT | Terminating StatisticsContextImpl[TERMINATED] service for node openflow:11
      2021-01-10T04:58:21,894 | INFO  | epollEventLoopGroup-9-7 | StatisticsContextImpl            | 305 - org.opendaylight.openflowplugin.impl - 0.11.2.SNAPSHOT | Stopping running statistics gathering for node openflow:11
      2021-01-10T04:58:21,894 | INFO  | epollEventLoopGroup-9-7 | GuardedContextImpl               | 305 - org.opendaylight.openflowplugin.impl - 0.11.2.SNAPSHOT | Terminating RoleContextImpl[TERMINATED] service for node openflow:11
      2021-01-10T04:58:21,894 | ERROR | ofppool-359      | AbstractBatchingExecutor         | 342 - org.opendaylight.yangtools.util - 5.0.7 | port-status-queue: Error invoking worker 11 with [org.opendaylight.openflowplugin.impl.device.DeviceContextImpl$$Lambda$2002/0x0000000101853040@67475577, org.opendaylight.openflowplugin.impl.device.DeviceContextImpl$$Lambda$2002/0x0000000101853040@7602d117, org.opendaylight.openflowplugin.impl.device.DeviceContextImpl$$Lambda$2002/0x0000000101853040@1fa02c35, org.opendaylight.openflowplugin.impl.device.DeviceContextImpl$$Lambda$2002/0x0000000101853040@272009a0, org.opendaylight.openflowplugin.impl.device.DeviceContextImpl$$Lambda$2002/0x0000000101853040@7a911cde, org.opendaylight.openflowplugin.impl.device.DeviceContextImpl$$Lambda$2002/0x0000000101853040@1afbe0f2, org.opendaylight.openflowplugin.impl.device.DeviceContextImpl$$Lambda$2002/0x0000000101853040@4a4a61c]
      java.lang.NullPointerException: null
      	at org.opendaylight.openflowplugin.impl.device.DeviceContextImpl.releaseWriteTransactionLock(DeviceContextImpl.java:617) ~[?:?]
      	at org.opendaylight.openflowplugin.impl.device.DeviceContextImpl.lambda$writePortStatusMessage$1(DeviceContextImpl.java:384) ~[?:?]
      	at org.opendaylight.openflowplugin.impl.device.DeviceManagerImpl.lambda$new$0(DeviceManagerImpl.java:92) ~[?:?]
      	at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:405) ~[bundleFile:?]
      	at org.opendaylight.openflowplugin.impl.device.DeviceManagerImpl.lambda$new$1(DeviceManagerImpl.java:92) ~[?:?]
      	at org.opendaylight.yangtools.util.concurrent.AbstractQueuedNotificationManager.executeBatch(AbstractQueuedNotificationManager.java:88) ~[bundleFile:?]
      	at org.opendaylight.yangtools.util.concurrent.AbstractBatchingExecutor$DispatcherTask.invokeWorker(AbstractBatchingExecutor.java:305) [bundleFile:?]
      	at org.opendaylight.yangtools.util.concurrent.AbstractBatchingExecutor$DispatcherTask.run(AbstractBatchingExecutor.java:292) [bundleFile:?]
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
      	at java.lang.Thread.run(Thread.java:834) [?:?]
      2021-01-10T04:58:21,895 | INFO  | ofppool-360      | ContextChainImpl                 | 305 - org.opendaylight.openflowplugin.impl - 0.11.2.SNAPSHOT | Closed clustering services for node openflow:11

            Arunprakash Arunprakash D
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: