<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:55:59 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>[CONTROLLER-1610] InvalidActorNameException</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-1610</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;Issue observed during bgpcep-csit-3node-periodic-bgpclustering-only-carbon&lt;/p&gt;


&lt;p&gt;2017-02-17 08:37:34,007 | WARN  | lt-dispatcher-23 | BrokerFacade                     | 285 - org.opendaylight.netconf.sal-rest-connector - 1.5.0.SNAPSHOT | Exception by reading OPERATIONAL via Restconf: /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology/topology/topology[&lt;/p&gt;
{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id=example-ipv4-topology}
&lt;p&gt;]&lt;br/&gt;
ReadFailedException{message=Error executeRead ReadData for path /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology/topology/topology[&lt;/p&gt;
{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id=example-ipv4-topology}
&lt;p&gt;], errorList=[RpcError [message=Error executeRead ReadData for path /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology/topology/topology[&lt;/p&gt;
{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id=example-ipv4-topology}
&lt;p&gt;], severity=ERROR, errorType=APPLICATION, tag=operation-failed, applicationTag=null, info=null, cause=java.lang.Exception: Error creating READ_ONLY transaction on shard topology]]}&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.NoOpTransactionContext.executeRead(NoOpTransactionContext.java:67)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.TransactionProxy$1.invoke(TransactionProxy.java:94)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.TransactionContextWrapper.executePriorTransactionOperations(TransactionContextWrapper.java:133)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.RemoteTransactionContextSupport.createTransactionContext(RemoteTransactionContextSupport.java:232)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.RemoteTransactionContextSupport.onCreateTransactionComplete(RemoteTransactionContextSupport.java:195)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.RemoteTransactionContextSupport.access$000(RemoteTransactionContextSupport.java:39)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.RemoteTransactionContextSupport$1.onComplete(RemoteTransactionContextSupport.java:135)&lt;br/&gt;
	at akka.dispatch.OnComplete.internal(Future.scala:258)&lt;br/&gt;
	at akka.dispatch.OnComplete.internal(Future.scala:256)&lt;br/&gt;
	at akka.dispatch.japi$CallbackBridge.apply(Future.scala:186)&lt;br/&gt;
	at akka.dispatch.japi$CallbackBridge.apply(Future.scala:183)&lt;br/&gt;
	at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:32)&lt;br/&gt;
	at akka.dispatch.BatchingExecutor$AbstractBatch.processBatch(BatchingExecutor.scala:55)&lt;br/&gt;
	at akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply$mcV$sp(BatchingExecutor.scala:91)&lt;br/&gt;
	at akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply(BatchingExecutor.scala:91)&lt;br/&gt;
	at akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply(BatchingExecutor.scala:91)&lt;br/&gt;
	at scala.concurrent.BlockContext$.withBlockContext(BlockContext.scala:72)&lt;br/&gt;
	at akka.dispatch.BatchingExecutor$BlockableBatch.run(BatchingExecutor.scala:90)&lt;br/&gt;
	at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:39)&lt;br/&gt;
	at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:415)&lt;br/&gt;
	at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)&lt;br/&gt;
	at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)&lt;br/&gt;
	at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)&lt;br/&gt;
	at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)&lt;br/&gt;
Caused by: java.lang.Exception: Error creating READ_ONLY transaction on shard topology&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.RemoteTransactionContextSupport.createTransactionContext(RemoteTransactionContextSupport.java:217)&lt;br/&gt;
	... 20 more&lt;br/&gt;
Caused by: akka.actor.InvalidActorNameException: actor name &lt;span class=&quot;error&quot;&gt;&amp;#91;shard-member-1:datastore-operational@0:19&amp;#93;&lt;/span&gt; is not unique!&lt;br/&gt;
	at akka.actor.dungeon.ChildrenContainer$NormalChildrenContainer.reserve(ChildrenContainer.scala:129)&lt;br/&gt;
	at akka.actor.dungeon.Children$class.reserveChild(Children.scala:130)&lt;br/&gt;
	at akka.actor.ActorCell.reserveChild(ActorCell.scala:374)&lt;br/&gt;
	at akka.actor.dungeon.Children$class.makeChild(Children.scala:268)&lt;br/&gt;
	at akka.actor.dungeon.Children$class.actorOf(Children.scala:42)&lt;br/&gt;
	at akka.actor.ActorCell.actorOf(ActorCell.scala:374)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.ShardTransactionActorFactory.newShardTransaction(ShardTransactionActorFactory.java:78)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.Shard.createTransaction(Shard.java:656)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.Shard.createTransaction(Shard.java:644)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.Shard.handleCreateTransaction(Shard.java:623)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.Shard.handleNonRaftCommand(Shard.java:289)&lt;br/&gt;
	at org.opendaylight.controller.cluster.raft.RaftActor.handleCommand(RaftActor.java:268)&lt;br/&gt;
	at org.opendaylight.controller.cluster.common.actor.AbstractUntypedPersistentActor.onReceiveCommand(AbstractUntypedPersistentActor.java:31)&lt;br/&gt;
	at akka.persistence.UntypedPersistentActor.onReceive(PersistentActor.scala:170)&lt;br/&gt;
	at org.opendaylight.controller.cluster.common.actor.MeteringBehavior.apply(MeteringBehavior.java:104)&lt;br/&gt;
	at akka.actor.ActorCell$$anonfun$become$1.applyOrElse(ActorCell.scala:544)&lt;br/&gt;
	at akka.actor.Actor$class.aroundReceive(Actor.scala:496)&lt;br/&gt;
	at akka.persistence.UntypedPersistentActor.akka$persistence$Eventsourced$$super$aroundReceive(PersistentActor.scala:168)&lt;br/&gt;
	at akka.persistence.Eventsourced$$anon$1.stateReceive(Eventsourced.scala:664)&lt;br/&gt;
	at akka.persistence.Eventsourced$class.aroundReceive(Eventsourced.scala:183)&lt;br/&gt;
	at akka.persistence.UntypedPersistentActor.aroundReceive(PersistentActor.scala:168)&lt;br/&gt;
	at akka.actor.ActorCell.receiveMessage(ActorCell.scala:526)&lt;br/&gt;
	at akka.actor.ActorCell.invoke(ActorCell.scala:495)&lt;br/&gt;
	at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)&lt;br/&gt;
	at akka.dispatch.Mailbox.run(Mailbox.scala:224)&lt;br/&gt;
	at akka.dispatch.Mailbox.exec(Mailbox.scala:234)&lt;br/&gt;
	... 4 more&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26164">CONTROLLER-1610</key>
            <summary>InvalidActorNameException</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="cdgasparini">Claudio David Gasparini</reporter>
                        <labels>
                    </labels>
                <created>Fri, 17 Feb 2017 09:36:38 +0000</created>
                <updated>Tue, 25 Jul 2023 08:24:25 +0000</updated>
                            <resolved>Fri, 24 Mar 2017 10:51:11 +0000</resolved>
                                                                    <component>clustering</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="51795" author="cdgasparini" created="Fri, 17 Feb 2017 09:36:38 +0000"  >&lt;p&gt;Attachment odl1_karaf.log.gz has been added with description: karaf.log&lt;/p&gt;</comment>
                            <comment id="51783" author="tpantelis" created="Thu, 9 Mar 2017 21:30:57 +0000"  >&lt;p&gt;Submitted &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/53100/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/53100/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="51784" author="cdgasparini" created="Mon, 20 Mar 2017 12:52:44 +0000"  >&lt;p&gt;Issue still present&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/bgpcep-csit-3node-periodic-bgpclustering-only-carbon/210/archives/odl1_karaf.log.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/bgpcep-csit-3node-periodic-bgpclustering-only-carbon/210/archives/odl1_karaf.log.gz&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="51785" author="tpantelis" created="Mon, 20 Mar 2017 14:53:20 +0000"  >&lt;p&gt;A chain ID wasn&apos;t unique this time. &lt;/p&gt;

&lt;p&gt;Caused by: akka.actor.InvalidActorNameException: actor name &lt;span class=&quot;error&quot;&gt;&amp;#91;shard-default-member-1:datastore-operational@0:3-121&amp;#93;&lt;/span&gt; is not unique!&lt;br/&gt;
	at akka.actor.dungeon.ChildrenContainer$NormalChildrenContainer.reserve(ChildrenContainer.scala:129)&lt;br/&gt;
	at akka.actor.dungeon.Children$class.reserveChild(Children.scala:130)&lt;br/&gt;
	at akka.actor.ActorCell.reserveChild(ActorCell.scala:374)&lt;br/&gt;
	at akka.actor.dungeon.Children$class.makeChild(Children.scala:268)&lt;br/&gt;
	at akka.actor.dungeon.Children$class.actorOf(Children.scala:42)&lt;br/&gt;
	at akka.actor.ActorCell.actorOf(ActorCell.scala:374)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.ShardTransactionActorFactory.newShardTransaction(ShardTransactionActorFactory.java:82)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.Shard.createTransaction(Shard.java:661)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.Shard.createTransaction(Shard.java:649)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.Shard.handleCreateTransaction(Shard.java:626)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.Shard.handleNonRaftCommand(Shard.java:292)&lt;/p&gt;</comment>
                            <comment id="51786" author="cdgasparini" created="Mon, 20 Mar 2017 15:24:31 +0000"  >&lt;p&gt;(In reply to Tom Pantelis from comment #3)&lt;br/&gt;
&amp;gt; A chain ID wasn&apos;t unique this time. &lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Caused by: akka.actor.InvalidActorNameException: actor name&lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;shard-default-member-1:datastore-operational@0:3-121&amp;#93;&lt;/span&gt; is not unique!&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.dungeon.ChildrenContainer$NormalChildrenContainer.&lt;br/&gt;
&amp;gt; reserve(ChildrenContainer.scala:129)&lt;br/&gt;
&amp;gt; 	at akka.actor.dungeon.Children$class.reserveChild(Children.scala:130)&lt;br/&gt;
&amp;gt; 	at akka.actor.ActorCell.reserveChild(ActorCell.scala:374)&lt;br/&gt;
&amp;gt; 	at akka.actor.dungeon.Children$class.makeChild(Children.scala:268)&lt;br/&gt;
&amp;gt; 	at akka.actor.dungeon.Children$class.actorOf(Children.scala:42)&lt;br/&gt;
&amp;gt; 	at akka.actor.ActorCell.actorOf(ActorCell.scala:374)&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.controller.cluster.datastore.ShardTransactionActorFactory.&lt;br/&gt;
&amp;gt; newShardTransaction(ShardTransactionActorFactory.java:82)&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.controller.cluster.datastore.Shard.createTransaction(Shard.&lt;br/&gt;
&amp;gt; java:661)&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.controller.cluster.datastore.Shard.createTransaction(Shard.&lt;br/&gt;
&amp;gt; java:649)&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.controller.cluster.datastore.Shard.&lt;br/&gt;
&amp;gt; handleCreateTransaction(Shard.java:626)&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.controller.cluster.datastore.Shard.&lt;br/&gt;
&amp;gt; handleNonRaftCommand(Shard.java:292)&lt;/p&gt;

&lt;p&gt;yeah, sorry. Do you want me to open a different bug and close this one again?&lt;/p&gt;</comment>
                            <comment id="51787" author="tpantelis" created="Mon, 20 Mar 2017 15:33:32 +0000"  >&lt;p&gt;No - same underlying issue. We thought adding the shard name would resolve the uniqueness but apparently not completely.&lt;/p&gt;

&lt;p&gt;(In reply to Claudio D. Gasparini from comment #4)&lt;br/&gt;
&amp;gt; (In reply to Tom Pantelis from comment #3)&lt;br/&gt;
&amp;gt; &amp;gt; A chain ID wasn&apos;t unique this time. &lt;br/&gt;
&amp;gt; &amp;gt; &lt;br/&gt;
&amp;gt; &amp;gt; Caused by: akka.actor.InvalidActorNameException: actor name&lt;br/&gt;
&amp;gt; &amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;shard-default-member-1:datastore-operational@0:3-121&amp;#93;&lt;/span&gt; is not unique!&lt;br/&gt;
&amp;gt; &amp;gt; 	at&lt;br/&gt;
&amp;gt; &amp;gt; akka.actor.dungeon.ChildrenContainer$NormalChildrenContainer.&lt;br/&gt;
&amp;gt; &amp;gt; reserve(ChildrenContainer.scala:129)&lt;br/&gt;
&amp;gt; &amp;gt; 	at akka.actor.dungeon.Children$class.reserveChild(Children.scala:130)&lt;br/&gt;
&amp;gt; &amp;gt; 	at akka.actor.ActorCell.reserveChild(ActorCell.scala:374)&lt;br/&gt;
&amp;gt; &amp;gt; 	at akka.actor.dungeon.Children$class.makeChild(Children.scala:268)&lt;br/&gt;
&amp;gt; &amp;gt; 	at akka.actor.dungeon.Children$class.actorOf(Children.scala:42)&lt;br/&gt;
&amp;gt; &amp;gt; 	at akka.actor.ActorCell.actorOf(ActorCell.scala:374)&lt;br/&gt;
&amp;gt; &amp;gt; 	at&lt;br/&gt;
&amp;gt; &amp;gt; org.opendaylight.controller.cluster.datastore.ShardTransactionActorFactory.&lt;br/&gt;
&amp;gt; &amp;gt; newShardTransaction(ShardTransactionActorFactory.java:82)&lt;br/&gt;
&amp;gt; &amp;gt; 	at&lt;br/&gt;
&amp;gt; &amp;gt; org.opendaylight.controller.cluster.datastore.Shard.createTransaction(Shard.&lt;br/&gt;
&amp;gt; &amp;gt; java:661)&lt;br/&gt;
&amp;gt; &amp;gt; 	at&lt;br/&gt;
&amp;gt; &amp;gt; org.opendaylight.controller.cluster.datastore.Shard.createTransaction(Shard.&lt;br/&gt;
&amp;gt; &amp;gt; java:649)&lt;br/&gt;
&amp;gt; &amp;gt; 	at&lt;br/&gt;
&amp;gt; &amp;gt; org.opendaylight.controller.cluster.datastore.Shard.&lt;br/&gt;
&amp;gt; &amp;gt; handleCreateTransaction(Shard.java:626)&lt;br/&gt;
&amp;gt; &amp;gt; 	at&lt;br/&gt;
&amp;gt; &amp;gt; org.opendaylight.controller.cluster.datastore.Shard.&lt;br/&gt;
&amp;gt; &amp;gt; handleNonRaftCommand(Shard.java:292)&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; yeah, sorry. Do you want me to open a different bug and close this one again?&lt;/p&gt;</comment>
                            <comment id="51788" author="tpantelis" created="Mon, 20 Mar 2017 15:42:43 +0000"  >&lt;p&gt;What exactly does the test do? I see from the log on member-1 that it restarted once, 7 minutes apart:&lt;/p&gt;

&lt;p&gt;2017-03-20 07:11:09,750 | INFO  | lt-dispatcher-18 | Shard                            | 226 - org.opendaylight.controller.sal-clustering-commons - 1.5.0.SNAPSHOT | Shard created : member-1-shard-default-operational, persistent : false&lt;br/&gt;
2017-03-20 07:18:16,174 | INFO  | ult-dispatcher-3 | Shard                            | 226 - org.opendaylight.controller.sal-clustering-commons - 1.5.0.SNAPSHOT | Shard created : member-1-shard-default-operational, persistent : false&lt;/p&gt;

&lt;p&gt;The InvalidActorNameException occurred at 2017-03-20 07:29:04 after member-2 became the leader again. However the front-end ID in the generated name &quot;shard-default-member-1:datastore-operational@0:3-121&quot; was still 0. This number is persisted in the snapshots so it should have incremented to 1 after the restart at 07:18:16. I&apos;m wondering if the test cleaned out the journal/snapshot directories prior to the restart - this would explain the front-end ID being 0.&lt;/p&gt;</comment>
                            <comment id="51789" author="rovarga" created="Mon, 20 Mar 2017 15:50:57 +0000"  >&lt;p&gt;Is the test wiping the entire persisted state?&lt;/p&gt;</comment>
                            <comment id="51790" author="vrpolak" created="Mon, 20 Mar 2017 16:04:03 +0000"  >&lt;p&gt;&amp;gt; Is the test wiping the entire persisted state?&lt;/p&gt;

&lt;p&gt;Not only persisted state, also whole data/ and similar &lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt;.&lt;br/&gt;
Basically, the job runs suites on default configuration (each shard replicated on each member), then clears everything up, starts ODL with non-replicated configuration, and repeats the suites.&lt;/p&gt;

&lt;p&gt;Possibly the list &lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; is not complete, and some state from the first part survives the cleanup.&lt;/p&gt;

&lt;p&gt;Note that there are failures already in the first part &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;, possibly &lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-1615&quot; title=&quot;prevLogIndex X was found in the log but the term -1 is not equal to the append&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-1615&quot;&gt;&lt;del&gt;CONTROLLER-1615&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/bgpcep-csit-3node-periodic-bgpclustering-only-carbon/210/archives/log.html.gz#s1-s5-t2-k2-k2-k1-k2-k1-k3-k1-k3-k1-k1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/bgpcep-csit-3node-periodic-bgpclustering-only-carbon/210/archives/log.html.gz#s1-s5-t2-k2-k2-k1-k2-k1-k3-k1-k3-k1-k1&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/bgpcep-csit-3node-periodic-bgpclustering-only-carbon/210/archives/log.html.gz#s1-s2-t6-k3-k1-k3-k7-k1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/bgpcep-csit-3node-periodic-bgpclustering-only-carbon/210/archives/log.html.gz#s1-s2-t6-k3-k1-k3-k7-k1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="51791" author="tpantelis" created="Wed, 22 Mar 2017 03:25:19 +0000"  >&lt;p&gt;Submitted 2nd patch which will fix it once and for all: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/53646/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/53646/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="51792" author="cdgasparini" created="Fri, 24 Mar 2017 09:08:37 +0000"  >&lt;p&gt;(In reply to Tom Pantelis from comment #9)&lt;br/&gt;
&amp;gt; Submitted 2nd patch which will fix it once and for all:&lt;br/&gt;
&amp;gt; &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/53646/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/53646/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;seems that it doesn&apos;t want to go. I saw this error, not sure if still the same issue.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://logs.opendaylight.org/sandbox/jenkins091/bgpcep-csit-3node-periodic-bgpclustering-only-carbon/17/archives/odl1_karaf.log.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/sandbox/jenkins091/bgpcep-csit-3node-periodic-bgpclustering-only-carbon/17/archives/odl1_karaf.log.gz&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;2017-03-24 08:18:38,698 | INFO  | lt-dispatcher-53 | SlaveSalFacade                   | 345 - org.opendaylight.netconf.topology-singleton - 1.2.0.SNAPSHOT | RemoteDevice&lt;/p&gt;
{test-device}
&lt;p&gt;: Slave mount point registered.&lt;br/&gt;
2017-03-24 08:18:41,744 | ERROR | on-dispatcher-45 | DataTreeChangeListenerActor      | 226 - org.opendaylight.controller.sal-clustering-commons - 1.5.0.SNAPSHOT | Error notifying listener org.opendaylight.controller.md.sal.binding.impl.BindingClusteredDOMDataTreeChangeListenerAdapter@322294da&lt;br/&gt;
akka.actor.InvalidActorNameException: actor name &lt;span class=&quot;error&quot;&gt;&amp;#91;test-device&amp;#93;&lt;/span&gt; is not unique!&lt;br/&gt;
	at akka.actor.dungeon.ChildrenContainer$NormalChildrenContainer.reserve(ChildrenContainer.scala:129)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.actor.dungeon.Children$class.reserveChild(Children.scala:130)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.actor.ActorCell.reserveChild(ActorCell.scala:374)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.actor.dungeon.Children$class.makeChild(Children.scala:268)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.actor.dungeon.Children$class.attachChild(Children.scala:46)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.actor.ActorCell.attachChild(ActorCell.scala:374)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.actor.ActorSystemImpl.actorOf(ActorSystem.scala:732)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.netconf.topology.singleton.impl.NetconfNodeManager.createActorRef(NetconfNodeManager.java:137)&lt;span class=&quot;error&quot;&gt;&amp;#91;345:org.opendaylight.netconf.topology-singleton:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.netconf.topology.singleton.impl.NetconfNodeManager.handleSlaveMountPoint(NetconfNodeManager.java:124)&lt;span class=&quot;error&quot;&gt;&amp;#91;345:org.opendaylight.netconf.topology-singleton:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.netconf.topology.singleton.impl.NetconfNodeManager.onDataTreeChanged(NetconfNodeManager.java:82)&lt;span class=&quot;error&quot;&gt;&amp;#91;345:org.opendaylight.netconf.topology-singleton:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.md.sal.binding.impl.BindingDOMDataTreeChangeListenerAdapter.onDataTreeChanged(BindingDOMDataTreeChangeListenerAdapter.java:41)&lt;span class=&quot;error&quot;&gt;&amp;#91;188:org.opendaylight.controller.sal-binding-broker-impl:1.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.dataChanged(DataTreeChangeListenerActor.java:56)&lt;span class=&quot;error&quot;&gt;&amp;#91;233:org.opendaylight.controller.sal-distributed-datastore:1.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.handleReceive(DataTreeChangeListenerActor.java:37)&lt;span class=&quot;error&quot;&gt;&amp;#91;233:org.opendaylight.controller.sal-distributed-datastore:1.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor.onReceive(AbstractUntypedActor.java:28)&lt;span class=&quot;error&quot;&gt;&amp;#91;226:org.opendaylight.controller.sal-clustering-commons:1.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:165)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.actor.Actor$class.aroundReceive(Actor.scala:497)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:95)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.actor.ActorCell.receiveMessage(ActorCell.scala:526)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.actor.ActorCell.invoke(ActorCell.scala:495)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.dispatch.Mailbox.run(Mailbox.scala:224)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.dispatch.Mailbox.exec(Mailbox.scala:234)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)&lt;span class=&quot;error&quot;&gt;&amp;#91;196:org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)&lt;span class=&quot;error&quot;&gt;&amp;#91;196:org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)&lt;span class=&quot;error&quot;&gt;&amp;#91;196:org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)&lt;span class=&quot;error&quot;&gt;&amp;#91;196:org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8&amp;#93;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="51793" author="cdgasparini" created="Fri, 24 Mar 2017 09:17:42 +0000"  >&lt;p&gt;(In reply to Claudio D. Gasparini from comment #10)&lt;br/&gt;
&amp;gt; (In reply to Tom Pantelis from comment #9)&lt;br/&gt;
&amp;gt; &amp;gt; Submitted 2nd patch which will fix it once and for all:&lt;br/&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/53646/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/53646/&lt;/a&gt;&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; seems that it doesn&apos;t want to go. I saw this error, not sure if still the&lt;br/&gt;
&amp;gt; same issue.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; &lt;a href=&quot;https://logs.opendaylight.org/sandbox/jenkins091/bgpcep-csit-3node-periodic-&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/sandbox/jenkins091/bgpcep-csit-3node-periodic-&lt;/a&gt;&lt;br/&gt;
&amp;gt; bgpclustering-only-carbon/17/archives/odl1_karaf.log.gz&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; 2017-03-24 08:18:38,698 | INFO  | lt-dispatcher-53 | SlaveSalFacade         &lt;br/&gt;
&amp;gt; | 345 - org.opendaylight.netconf.topology-singleton - 1.2.0.SNAPSHOT |&lt;br/&gt;
&amp;gt; RemoteDevice&lt;/p&gt;
{test-device}
&lt;p&gt;: Slave mount point registered.&lt;br/&gt;
&amp;gt; 2017-03-24 08:18:41,744 | ERROR | on-dispatcher-45 |&lt;br/&gt;
&amp;gt; DataTreeChangeListenerActor      | 226 -&lt;br/&gt;
&amp;gt; org.opendaylight.controller.sal-clustering-commons - 1.5.0.SNAPSHOT | Error&lt;br/&gt;
&amp;gt; notifying listener&lt;br/&gt;
&amp;gt; org.opendaylight.controller.md.sal.binding.impl.&lt;br/&gt;
&amp;gt; BindingClusteredDOMDataTreeChangeListenerAdapter@322294da&lt;br/&gt;
&amp;gt; akka.actor.InvalidActorNameException: actor name &lt;span class=&quot;error&quot;&gt;&amp;#91;test-device&amp;#93;&lt;/span&gt; is not unique!&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.dungeon.ChildrenContainer$NormalChildrenContainer.&lt;br/&gt;
&amp;gt; reserve(ChildrenContainer.scala:129)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.dungeon.Children$class.reserveChild(Children.scala:130)[200:com.&lt;br/&gt;
&amp;gt; typesafe.akka.actor:2.4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.ActorCell.reserveChild(ActorCell.scala:374)[200:com.typesafe.akka.&lt;br/&gt;
&amp;gt; actor:2.4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.dungeon.Children$class.makeChild(Children.scala:268)[200:com.&lt;br/&gt;
&amp;gt; typesafe.akka.actor:2.4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.dungeon.Children$class.attachChild(Children.scala:46)[200:com.&lt;br/&gt;
&amp;gt; typesafe.akka.actor:2.4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.ActorCell.attachChild(ActorCell.scala:374)[200:com.typesafe.akka.&lt;br/&gt;
&amp;gt; actor:2.4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.ActorSystemImpl.actorOf(ActorSystem.scala:732)[200:com.typesafe.&lt;br/&gt;
&amp;gt; akka.actor:2.4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.netconf.topology.singleton.impl.NetconfNodeManager.&lt;br/&gt;
&amp;gt; createActorRef(NetconfNodeManager.java:137)[345:org.opendaylight.netconf.&lt;br/&gt;
&amp;gt; topology-singleton:1.2.0.SNAPSHOT]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.netconf.topology.singleton.impl.NetconfNodeManager.&lt;br/&gt;
&amp;gt; handleSlaveMountPoint(NetconfNodeManager.java:124)[345:org.opendaylight.&lt;br/&gt;
&amp;gt; netconf.topology-singleton:1.2.0.SNAPSHOT]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.netconf.topology.singleton.impl.NetconfNodeManager.&lt;br/&gt;
&amp;gt; onDataTreeChanged(NetconfNodeManager.java:82)[345:org.opendaylight.netconf.&lt;br/&gt;
&amp;gt; topology-singleton:1.2.0.SNAPSHOT]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.controller.md.sal.binding.impl.&lt;br/&gt;
&amp;gt; BindingDOMDataTreeChangeListenerAdapter.&lt;br/&gt;
&amp;gt; onDataTreeChanged(BindingDOMDataTreeChangeListenerAdapter.java:41)[188:org.&lt;br/&gt;
&amp;gt; opendaylight.controller.sal-binding-broker-impl:1.5.0.SNAPSHOT]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.&lt;br/&gt;
&amp;gt; dataChanged(DataTreeChangeListenerActor.java:56)[233:org.opendaylight.&lt;br/&gt;
&amp;gt; controller.sal-distributed-datastore:1.5.0.SNAPSHOT]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.&lt;br/&gt;
&amp;gt; handleReceive(DataTreeChangeListenerActor.java:37)[233:org.opendaylight.&lt;br/&gt;
&amp;gt; controller.sal-distributed-datastore:1.5.0.SNAPSHOT]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor.&lt;br/&gt;
&amp;gt; onReceive(AbstractUntypedActor.java:28)[226:org.opendaylight.controller.sal-&lt;br/&gt;
&amp;gt; clustering-commons:1.5.0.SNAPSHOT]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:&lt;br/&gt;
&amp;gt; 165)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.Actor$class.aroundReceive(Actor.scala:497)[200:com.typesafe.akka.&lt;br/&gt;
&amp;gt; actor:2.4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:95)[200:com.&lt;br/&gt;
&amp;gt; typesafe.akka.actor:2.4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.ActorCell.receiveMessage(ActorCell.scala:526)[200:com.typesafe.&lt;br/&gt;
&amp;gt; akka.actor:2.4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.ActorCell.invoke(ActorCell.scala:495)[200:com.typesafe.akka.actor:&lt;br/&gt;
&amp;gt; 2.4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)[200:com.typesafe.&lt;br/&gt;
&amp;gt; akka.actor:2.4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.dispatch.Mailbox.run(Mailbox.scala:224)[200:com.typesafe.akka.actor:2.4.&lt;br/&gt;
&amp;gt; 17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.dispatch.Mailbox.exec(Mailbox.scala:234)[200:com.typesafe.akka.actor:2.&lt;br/&gt;
&amp;gt; 4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)[196:org.&lt;br/&gt;
&amp;gt; scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:&lt;br/&gt;
&amp;gt; 1339)&lt;span class=&quot;error&quot;&gt;&amp;#91;196:org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)[196:&lt;br/&gt;
&amp;gt; org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:&lt;br/&gt;
&amp;gt; 107)&lt;span class=&quot;error&quot;&gt;&amp;#91;196:org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Before this happens I see&lt;/p&gt;

&lt;p&gt;2017-03-24 08:18:25,334 | WARN  | lt-dispatcher-19 | FrontendClientMetadataBuilder    | 233 - org.opendaylight.controller.sal-distributed-datastore - 1.5.0.SNAPSHOT | Unknown history for commited transaction member-1-entity-ownership-internal-fe-0-txn-9-0, ignoring&lt;br/&gt;
2017-03-24 08:18:25,451 | ERROR | on-dispatcher-46 | DataTreeChangeListenerActor      | 226 - org.opendaylight.controller.sal-clustering-commons - 1.5.0.SNAPSHOT | Error notifying listener org.opendaylight.controller.md.sal.binding.impl.BindingClusteredDOMDataTreeChangeListenerAdapter@4321baf2&lt;br/&gt;
java.lang.RuntimeException: com.google.common.base.VerifyException&lt;br/&gt;
	at org.opendaylight.mdsal.singleton.dom.impl.ClusterSingletonServiceGroupImpl.registerService(ClusterSingletonServiceGroupImpl.java:180)&lt;span class=&quot;error&quot;&gt;&amp;#91;182:org.opendaylight.mdsal.singleton-dom-impl:2.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.mdsal.singleton.dom.impl.AbstractClusterSingletonServiceProviderImpl.registerClusterSingletonService(AbstractClusterSingletonServiceProviderImpl.java:107)&lt;span class=&quot;error&quot;&gt;&amp;#91;182:org.opendaylight.mdsal.singleton-dom-impl:2.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at Proxy5a0b2628_9688_43ca_90af_1be2b0d547a8.registerClusterSingletonService(Unknown Source)&lt;span class=&quot;error&quot;&gt;&amp;#91;:&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at Proxy189d85ea_98c4_4191_b85a_3e3d52631df1.registerClusterSingletonService(Unknown Source)&lt;span class=&quot;error&quot;&gt;&amp;#91;:&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.netconf.topology.singleton.impl.NetconfTopologyManager.startNetconfDeviceContext(NetconfTopologyManager.java:156)&lt;span class=&quot;error&quot;&gt;&amp;#91;345:org.opendaylight.netconf.topology-singleton:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.netconf.topology.singleton.impl.NetconfTopologyManager.onDataTreeChanged(NetconfTopologyManager.java:121)&lt;span class=&quot;error&quot;&gt;&amp;#91;345:org.opendaylight.netconf.topology-singleton:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.md.sal.binding.impl.BindingDOMDataTreeChangeListenerAdapter.onDataTreeChanged(BindingDOMDataTreeChangeListenerAdapter.java:41)&lt;span class=&quot;error&quot;&gt;&amp;#91;188:org.opendaylight.controller.sal-binding-broker-impl:1.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.dataChanged(DataTreeChangeListenerActor.java:56)&lt;span class=&quot;error&quot;&gt;&amp;#91;233:org.opendaylight.controller.sal-distributed-datastore:1.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.handleReceive(DataTreeChangeListenerActor.java:37)&lt;span class=&quot;error&quot;&gt;&amp;#91;233:org.opendaylight.controller.sal-distributed-datastore:1.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor.onReceive(AbstractUntypedActor.java:28)&lt;span class=&quot;error&quot;&gt;&amp;#91;226:org.opendaylight.controller.sal-clustering-commons:1.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:165)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.actor.Actor$class.aroundReceive(Actor.scala:497)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:95)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.actor.ActorCell.receiveMessage(ActorCell.scala:526)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.actor.ActorCell.invoke(ActorCell.scala:495)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.dispatch.Mailbox.run(Mailbox.scala:224)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at akka.dispatch.Mailbox.exec(Mailbox.scala:234)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)&lt;span class=&quot;error&quot;&gt;&amp;#91;196:org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)&lt;span class=&quot;error&quot;&gt;&amp;#91;196:org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)&lt;span class=&quot;error&quot;&gt;&amp;#91;196:org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)&lt;span class=&quot;error&quot;&gt;&amp;#91;196:org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8&amp;#93;&lt;/span&gt;&lt;br/&gt;
Caused by: com.google.common.base.VerifyException&lt;br/&gt;
	at com.google.common.base.Verify.verify(Verify.java:98)&lt;span class=&quot;error&quot;&gt;&amp;#91;84:com.google.guava:18.0.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.mdsal.singleton.dom.impl.ClusterSingletonServiceGroupImpl.registerService(ClusterSingletonServiceGroupImpl.java:171)&lt;span class=&quot;error&quot;&gt;&amp;#91;182:org.opendaylight.mdsal.singleton-dom-impl:2.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	... 21 more&lt;/p&gt;</comment>
                            <comment id="51794" author="tpantelis" created="Fri, 24 Mar 2017 10:50:53 +0000"  >&lt;p&gt;That exception is emanating from the ClusterSingletonServiceGroupImpl not related to this bug. That is in the mdsal project so any bug should be created there.&lt;/p&gt;

&lt;p&gt;(In reply to Claudio D. Gasparini from comment #11)&lt;br/&gt;
&amp;gt; Before this happens I see&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; 2017-03-24 08:18:25,334 | WARN  | lt-dispatcher-19 |&lt;br/&gt;
&amp;gt; FrontendClientMetadataBuilder    | 233 -&lt;br/&gt;
&amp;gt; org.opendaylight.controller.sal-distributed-datastore - 1.5.0.SNAPSHOT |&lt;br/&gt;
&amp;gt; Unknown history for commited transaction&lt;br/&gt;
&amp;gt; member-1-entity-ownership-internal-fe-0-txn-9-0, ignoring&lt;br/&gt;
&amp;gt; 2017-03-24 08:18:25,451 | ERROR | on-dispatcher-46 |&lt;br/&gt;
&amp;gt; DataTreeChangeListenerActor      | 226 -&lt;br/&gt;
&amp;gt; org.opendaylight.controller.sal-clustering-commons - 1.5.0.SNAPSHOT | Error&lt;br/&gt;
&amp;gt; notifying listener&lt;br/&gt;
&amp;gt; org.opendaylight.controller.md.sal.binding.impl.&lt;br/&gt;
&amp;gt; BindingClusteredDOMDataTreeChangeListenerAdapter@4321baf2&lt;br/&gt;
&amp;gt; java.lang.RuntimeException: com.google.common.base.VerifyException&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.mdsal.singleton.dom.impl.ClusterSingletonServiceGroupImpl.&lt;br/&gt;
&amp;gt; registerService(ClusterSingletonServiceGroupImpl.java:180)[182:org.&lt;br/&gt;
&amp;gt; opendaylight.mdsal.singleton-dom-impl:2.2.0.SNAPSHOT]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.mdsal.singleton.dom.impl.&lt;br/&gt;
&amp;gt; AbstractClusterSingletonServiceProviderImpl.&lt;br/&gt;
&amp;gt; registerClusterSingletonService(AbstractClusterSingletonServiceProviderImpl.&lt;br/&gt;
&amp;gt; java:107)&lt;span class=&quot;error&quot;&gt;&amp;#91;182:org.opendaylight.mdsal.singleton-dom-impl:2.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; Proxy5a0b2628_9688_43ca_90af_1be2b0d547a8.&lt;br/&gt;
&amp;gt; registerClusterSingletonService(Unknown Source)&lt;span class=&quot;error&quot;&gt;&amp;#91;:&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; Proxy189d85ea_98c4_4191_b85a_3e3d52631df1.&lt;br/&gt;
&amp;gt; registerClusterSingletonService(Unknown Source)&lt;span class=&quot;error&quot;&gt;&amp;#91;:&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.netconf.topology.singleton.impl.NetconfTopologyManager.&lt;br/&gt;
&amp;gt; startNetconfDeviceContext(NetconfTopologyManager.java:156)[345:org.&lt;br/&gt;
&amp;gt; opendaylight.netconf.topology-singleton:1.2.0.SNAPSHOT]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.netconf.topology.singleton.impl.NetconfTopologyManager.&lt;br/&gt;
&amp;gt; onDataTreeChanged(NetconfTopologyManager.java:121)[345:org.opendaylight.&lt;br/&gt;
&amp;gt; netconf.topology-singleton:1.2.0.SNAPSHOT]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.controller.md.sal.binding.impl.&lt;br/&gt;
&amp;gt; BindingDOMDataTreeChangeListenerAdapter.&lt;br/&gt;
&amp;gt; onDataTreeChanged(BindingDOMDataTreeChangeListenerAdapter.java:41)[188:org.&lt;br/&gt;
&amp;gt; opendaylight.controller.sal-binding-broker-impl:1.5.0.SNAPSHOT]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.&lt;br/&gt;
&amp;gt; dataChanged(DataTreeChangeListenerActor.java:56)[233:org.opendaylight.&lt;br/&gt;
&amp;gt; controller.sal-distributed-datastore:1.5.0.SNAPSHOT]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.&lt;br/&gt;
&amp;gt; handleReceive(DataTreeChangeListenerActor.java:37)[233:org.opendaylight.&lt;br/&gt;
&amp;gt; controller.sal-distributed-datastore:1.5.0.SNAPSHOT]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor.&lt;br/&gt;
&amp;gt; onReceive(AbstractUntypedActor.java:28)[226:org.opendaylight.controller.sal-&lt;br/&gt;
&amp;gt; clustering-commons:1.5.0.SNAPSHOT]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:&lt;br/&gt;
&amp;gt; 165)&lt;span class=&quot;error&quot;&gt;&amp;#91;200:com.typesafe.akka.actor:2.4.17&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.Actor$class.aroundReceive(Actor.scala:497)[200:com.typesafe.akka.&lt;br/&gt;
&amp;gt; actor:2.4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:95)[200:com.&lt;br/&gt;
&amp;gt; typesafe.akka.actor:2.4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.ActorCell.receiveMessage(ActorCell.scala:526)[200:com.typesafe.&lt;br/&gt;
&amp;gt; akka.actor:2.4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.actor.ActorCell.invoke(ActorCell.scala:495)[200:com.typesafe.akka.actor:&lt;br/&gt;
&amp;gt; 2.4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)[200:com.typesafe.&lt;br/&gt;
&amp;gt; akka.actor:2.4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.dispatch.Mailbox.run(Mailbox.scala:224)[200:com.typesafe.akka.actor:2.4.&lt;br/&gt;
&amp;gt; 17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; akka.dispatch.Mailbox.exec(Mailbox.scala:234)[200:com.typesafe.akka.actor:2.&lt;br/&gt;
&amp;gt; 4.17]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)[196:org.&lt;br/&gt;
&amp;gt; scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:&lt;br/&gt;
&amp;gt; 1339)&lt;span class=&quot;error&quot;&gt;&amp;#91;196:org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)[196:&lt;br/&gt;
&amp;gt; org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:&lt;br/&gt;
&amp;gt; 107)&lt;span class=&quot;error&quot;&gt;&amp;#91;196:org.scala-lang.scala-library:2.11.8.v20160304-115712-1706a37eb8&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Caused by: com.google.common.base.VerifyException&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; com.google.common.base.Verify.verify(Verify.java:98)[84:com.google.guava:18.&lt;br/&gt;
&amp;gt; 0.0]&lt;br/&gt;
&amp;gt; 	at&lt;br/&gt;
&amp;gt; org.opendaylight.mdsal.singleton.dom.impl.ClusterSingletonServiceGroupImpl.&lt;br/&gt;
&amp;gt; registerService(ClusterSingletonServiceGroupImpl.java:171)[182:org.&lt;br/&gt;
&amp;gt; opendaylight.mdsal.singleton-dom-impl:2.2.0.SNAPSHOT]&lt;br/&gt;
&amp;gt; 	... 21 more&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="23632">BGPCEP-392</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="13610" name="odl1_karaf.log.gz" size="48709" author="claudio.gasparini@pantheon.tech" created="Fri, 17 Feb 2017 09:36:38 +0000"/>
                    </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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7814</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=7814]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02rmv:</customfieldvalue>

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