<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:34:13 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[OPNFLWPLUG-1108] Longevity test suite fails on DeviceContextImpl.releaseWriteTransactionLock()</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-1108</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;openflowplugin-csit-1node-longevity-only-aluminium is failing after less than 23 hours, last run took about two hours and failed on:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;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&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="33717">OPNFLWPLUG-1108</key>
            <summary>Longevity test suite fails on DeviceContextImpl.releaseWriteTransactionLock()</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <status id="10003" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Confirmed</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="Arunprakash">Arunprakash D</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                    </labels>
                <created>Tue, 12 Jan 2021 02:19:18 +0000</created>
                <updated>Tue, 12 Jan 2021 19:25:30 +0000</updated>
                                            <version>Aluminium-SR2</version>
                                                    <component>openflowjava-impl</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="68932" author="ecelgp" created="Tue, 12 Jan 2021 19:25:30 +0000"  >&lt;p&gt;This has only been seen 1 time in the Aluminium longevity test. The longevity test fails after some iterations due to controller not able to discover all the links in the network.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03wpz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>