<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:14:25 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>[BGPCEP-894] BGP 3node HA CSIT failure</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-894</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;This test:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/bgpcep/job/bgpcep-csit-3node-bgpclustering-all-magnesium/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/bgpcep/job/bgpcep-csit-3node-bgpclustering-all-magnesium/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Fails because some singleton service issue with example-bgp-rib-service-group service (this is installed by odl-bgpcep-bgp-config-example) when new RIB owner is elected.&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
2020-02-10T14:11:49,768 | WARN  | opendaylight-cluster-data-akka.actor.&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;-dispatcher-41 | ClusterSingletonServiceGroupImpl | 328 - org.opendaylight.mdsal.singleton-dom-impl - 4.0.11 | Service group example-bgp-rib-service-group service org.opendaylight.protocol.bgp.rib.impl.config.BGPClusterSingletonService@4c57599f failed to start, attempting to &lt;span class=&quot;code-keyword&quot;&gt;continue&lt;/span&gt;
java.lang.IllegalArgumentException: Peer &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; IpAddress{_ipv4Address=Ipv4Address{_value=192.0.2.1}} already present
	at com.google.common.base.Preconditions.checkArgument(Preconditions.java:217) ~[28:com.google.guava:27.1.0.jre]
	at org.opendaylight.protocol.bgp.rib.impl.StrictBGPPeerRegistry.addPeer(StrictBGPPeerRegistry.java:82) ~[220:org.opendaylight.bgpcep.bgp-rib-impl:0.12.2]
	at org.opendaylight.protocol.bgp.rib.impl.config.BgpPeer$BgpPeerSingletonService.instantiateServiceInstance(BgpPeer.java:322) ~[220:org.opendaylight.bgpcep.bgp-rib-impl:0.12.2]
	at org.opendaylight.protocol.bgp.rib.impl.config.BgpPeer$BgpPeerSingletonService.access$200(BgpPeer.java:223) ~[220:org.opendaylight.bgpcep.bgp-rib-impl:0.12.2]
	at org.opendaylight.protocol.bgp.rib.impl.config.BgpPeer.instantiateServiceInstance(BgpPeer.java:168) ~[220:org.opendaylight.bgpcep.bgp-rib-impl:0.12.2]
	at java.util.HashMap$Values.forEach(HashMap.java:981) ~[?:?]
	at org.opendaylight.protocol.bgp.rib.impl.config.BGPClusterSingletonService.instantiateServiceInstance(BGPClusterSingletonService.java:99) ~[220:org.opendaylight.bgpcep.bgp-rib-impl:0.12.2]
	at org.opendaylight.mdsal.singleton.dom.impl.ClusterSingletonServiceGroupImpl.ensureServicesStarting(ClusterSingletonServiceGroupImpl.java:633) ~[?:?]
	at org.opendaylight.mdsal.singleton.dom.impl.ClusterSingletonServiceGroupImpl.tryReconcileState(ClusterSingletonServiceGroupImpl.java:560) ~[?:?]
	at org.opendaylight.mdsal.singleton.dom.impl.ClusterSingletonServiceGroupImpl.reconcileState(ClusterSingletonServiceGroupImpl.java:455) ~[?:?]
	at org.opendaylight.mdsal.singleton.dom.impl.ClusterSingletonServiceGroupImpl.ownershipChanged(ClusterSingletonServiceGroupImpl.java:336) ~[?:?]
	at org.opendaylight.mdsal.singleton.dom.impl.AbstractClusterSingletonServiceProviderImpl.ownershipChanged(AbstractClusterSingletonServiceProviderImpl.java:236) ~[?:?]
	at org.opendaylight.mdsal.singleton.dom.impl.DOMClusterSingletonServiceProviderImpl.ownershipChanged(DOMClusterSingletonServiceProviderImpl.java:22) ~[?:?]
	at org.opendaylight.controller.cluster.datastore.entityownership.EntityOwnershipListenerActor.onEntityOwnershipChanged(EntityOwnershipListenerActor.java:45) ~[279:org.opendaylight.controller.sal-distributed-datastore:1.10.2]
	at org.opendaylight.controller.cluster.datastore.entityownership.EntityOwnershipListenerActor.handleReceive(EntityOwnershipListenerActor.java:34) ~[279:org.opendaylight.controller.sal-distributed-datastore:1.10.2]
	at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:24) [34:com.typesafe.akka.actor:2.5.26]
	at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:20) [34:com.typesafe.akka.actor:2.5.26]
	at scala.PartialFunction.applyOrElse(PartialFunction.scala:127) [399:org.scala-lang.scala-library:2.12.10.v20190904-150159-VFINAL-61701c2]
	at scala.PartialFunction.applyOrElse$(PartialFunction.scala:126) [399:org.scala-lang.scala-library:2.12.10.v20190904-150159-VFINAL-61701c2]
	at akka.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:20) [34:com.typesafe.akka.actor:2.5.26]
	at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:175) [399:org.scala-lang.scala-library:2.12.10.v20190904-150159-VFINAL-61701c2]
	at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:176) [399:org.scala-lang.scala-library:2.12.10.v20190904-150159-VFINAL-61701c2]
	at akka.actor.Actor.aroundReceive(Actor.scala:539) [34:com.typesafe.akka.actor:2.5.26]
	at akka.actor.Actor.aroundReceive$(Actor.scala:537) [34:com.typesafe.akka.actor:2.5.26]
	at akka.actor.AbstractActor.aroundReceive(AbstractActor.scala:227) [34:com.typesafe.akka.actor:2.5.26]
	at akka.actor.ActorCell.receiveMessage(ActorCell.scala:612) [34:com.typesafe.akka.actor:2.5.26]
	at akka.actor.ActorCell.invoke(ActorCell.scala:581) [34:com.typesafe.akka.actor:2.5.26]
	at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:268) [34:com.typesafe.akka.actor:2.5.26]
	at akka.dispatch.Mailbox.run(Mailbox.scala:229) [34:com.typesafe.akka.actor:2.5.26]
	at akka.dispatch.Mailbox.exec(Mailbox.scala:241) [34:com.typesafe.akka.actor:2.5.26]
	at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) [34:com.typesafe.akka.actor:2.5.26]
	at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) [34:com.typesafe.akka.actor:2.5.26]
	at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) [34:com.typesafe.akka.actor:2.5.26]
	at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) [34:com.typesafe.akka.actor:2.5.26]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="32412">BGPCEP-894</key>
            <summary>BGP 3node HA CSIT failure</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="1" iconUrl="https://jira.opendaylight.org/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="cdgasparini">Claudio David Gasparini</assignee>
                                    <reporter username="ecelgp">Luis Gomez</reporter>
                        <labels>
                    </labels>
                <created>Tue, 11 Feb 2020 03:12:24 +0000</created>
                <updated>Tue, 11 Feb 2020 03:12:24 +0000</updated>
                                                                            <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                        <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|i03r1z:</customfieldvalue>

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