<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:12:44 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-334] BGPSessionImpl: Failed to send message Update logged even all UPDATE mesages received by iBGP peer</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-334</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;The ipv4 topology reflects the expected states, BGP peer receives expected number of UPDATES with introduced and withdrawn prefixes (200k + 200k) while the controller logs huge number of &quot;Failed to send message Update&quot; INFOs into the karaf.log.&lt;/p&gt;

&lt;p&gt;bgp_peer.log&lt;br/&gt;
============&lt;/p&gt;

&lt;p&gt;2015-12-16 09:42:42,095 INFO: Connecting in the talking mode.&lt;br/&gt;
2015-12-16 09:42:42,096 INFO: Connected to ODL.&lt;br/&gt;
2015-12-16 09:42:42,107 INFO: Open message received.&lt;br/&gt;
2015-12-16 09:42:42,107 INFO: Generator initialisation&lt;br/&gt;
2015-12-16 09:42:42,107 INFO:   Target total number of prefixes to be introduced: 0&lt;br/&gt;
...&lt;/p&gt;

&lt;p&gt;2015-12-16 09:42:42,110 INFO: total_received_update_message_counter: 0&lt;br/&gt;
2015-12-16 09:42:42,110 INFO: total_received_nlri_prefix_counter: 0&lt;br/&gt;
2015-12-16 09:42:42,110 INFO: total_received_withdrawn_prefix_counter: 0&lt;br/&gt;
2015-12-16 09:42:52,121 INFO: ... idle for 10.010s&lt;/p&gt;

&lt;p&gt;...&lt;/p&gt;

&lt;p&gt;2015-12-16 10:04:42,259 INFO: KEEP ALIVE is sent.&lt;br/&gt;
2015-12-16 10:04:42,260 INFO: total_received_update_message_counter: 376155&lt;br/&gt;
2015-12-16 10:04:42,260 INFO: total_received_nlri_prefix_counter: 200000&lt;br/&gt;
2015-12-16 10:04:42,260 INFO: total_received_withdrawn_prefix_counter: 176155&lt;br/&gt;
2015-12-16 10:04:52,270 INFO: ... idle for 10.010s&lt;br/&gt;
2015-12-16 10:04:52,270 INFO: total_rx_idle_time_counter: 1271.774s&lt;br/&gt;
2015-12-16 10:04:52,271 INFO: total_received_update_message_counter: 376155&lt;br/&gt;
2015-12-16 10:04:52,271 INFO: total_received_nlri_prefix_counter: 200000&lt;br/&gt;
2015-12-16 10:04:52,271 INFO: total_received_withdrawn_prefix_counter: 176155&lt;br/&gt;
2015-12-16 10:04:56,040 INFO: ... idle for 3.769s&lt;br/&gt;
2015-12-16 10:04:56,040 INFO: total_rx_idle_time_counter: 1275.543s&lt;br/&gt;
2015-12-16 10:04:56,191 INFO: KEEP ALIVE message received: 0xffffffffffffffffffffffffffffffff001304&lt;br/&gt;
2015-12-16 10:04:56,192 INFO: total_received_update_message_counter: 377130&lt;br/&gt;
2015-12-16 10:04:56,192 INFO: total_received_nlri_prefix_counter: 200000&lt;br/&gt;
2015-12-16 10:04:56,192 INFO: total_received_withdrawn_prefix_counter: 177130&lt;br/&gt;
2015-12-16 10:05:00,163 INFO: total_received_update_message_counter: 400000&lt;br/&gt;
2015-12-16 10:05:00,163 INFO: total_received_nlri_prefix_counter: 200000&lt;br/&gt;
2015-12-16 10:05:00,163 INFO: total_received_withdrawn_prefix_counter: 200000&lt;br/&gt;
2015-12-16 10:05:10,173 INFO: ... idle for 10.010s&lt;br/&gt;
2015-12-16 10:05:10,174 INFO: total_rx_idle_time_counter: 1286.070s&lt;br/&gt;
2015-12-16 10:05:10,174 INFO: total_received_update_message_counter: 400000&lt;br/&gt;
2015-12-16 10:05:10,174 INFO: total_received_nlri_prefix_counter: 200000&lt;br/&gt;
2015-12-16 10:05:10,174 INFO: total_received_withdrawn_prefix_counter: 200000&lt;br/&gt;
Traceback (most recent call last):&lt;br/&gt;
  File &quot;play.py&quot;, line 1582, in &amp;lt;module&amp;gt;&lt;br/&gt;
    state.perform_one_loop_iteration()&lt;br/&gt;
  File &quot;play.py&quot;, line 1524, in perform_one_loop_iteration&lt;br/&gt;
    self.reader.wait_for_read()&lt;br/&gt;
  File &quot;play.py&quot;, line 1356, in wait_for_read&lt;br/&gt;
    select.select(&lt;span class=&quot;error&quot;&gt;&amp;#91;self.socket&amp;#93;&lt;/span&gt;, [], &lt;span class=&quot;error&quot;&gt;&amp;#91;self.socket&amp;#93;&lt;/span&gt;, wait_timedelta)&lt;br/&gt;
KeyboardInterrupt&lt;/p&gt;



&lt;p&gt;karaf.log&lt;br/&gt;
=========&lt;/p&gt;

&lt;p&gt;2015-12-16 09:42:41,309 | INFO  | h for user karaf | command                          | 255 - org.apache.karaf.log.command - 3.0.3 | ROBOT MESSAGE: Starting test Reconnect_BGP_Peer&lt;br/&gt;
2015-12-16 09:42:41,431 | INFO  | oupCloseable-6-3 | StrictBGPPeerRegistry            | 238 - org.opendaylight.bgpcep.bgp-rib-impl - 0.4.4.SNAPSHOT | BGP Open message session parameters differ, session still accepted.&lt;br/&gt;
2015-12-16 09:42:41,432 | INFO  | oupCloseable-6-3 | BGPSessionImpl                   | 238 - org.opendaylight.bgpcep.bgp-rib-impl - 0.4.4.SNAPSHOT | BGP HoldTimer new value: 180&lt;br/&gt;
2015-12-16 09:42:41,432 | INFO  | oupCloseable-6-3 | BGPPeer                          | 238 - org.opendaylight.bgpcep.bgp-rib-impl - 0.4.4.SNAPSHOT | Session with peer 10.30.32.31 went up with tables: [BgpTableTypeImpl &lt;span class=&quot;error&quot;&gt;&amp;#91;getAfi()=class org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.Ipv4AddressFamily, getSafi()=class org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.UnicastSubsequentAddressFamily&amp;#93;&lt;/span&gt;]&lt;br/&gt;
2015-12-16 09:42:41,434 | INFO  | oupCloseable-6-3 | AbstractBGPSessionNegotiator     | 238 - org.opendaylight.bgpcep.bgp-rib-impl - 0.4.4.SNAPSHOT | BGP Session with peer &lt;span class=&quot;error&quot;&gt;&amp;#91;id: 0xac2abade, /10.30.32.31:17900 =&amp;gt; /10.30.32.40:1790&amp;#93;&lt;/span&gt; established successfully.&lt;br/&gt;
2015-12-16 09:42:51,427 | INFO  | h for user karaf | command                          | 255 - org.apache.karaf.log.command - 3.0.3 | ROBOT MESSAGE: Starting test Check_Bgp_Peer_Updates_For_Reintroduced_Routes&lt;br/&gt;
2015-12-16 09:44:41,454 | INFO  | oupCloseable-6-3 | BGPSynchronization               | 238 - org.opendaylight.bgpcep.bgp-rib-impl - 0.4.4.SNAPSHOT | BGP Synchronization finished for table TablesKey &lt;span class=&quot;error&quot;&gt;&amp;#91;_afi=class org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.Ipv4AddressFamily, _safi=class org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.UnicastSubsequentAddressFamily&amp;#93;&lt;/span&gt; &lt;br/&gt;
2015-12-16 09:51:31,087 | INFO  | ]-timer-thread-1 | ServerSession                    | 28 - org.apache.sshd.core - 0.12.0 | Disconnecting: User session has timed out idling after 1800000 ms.&lt;br/&gt;
2015-12-16 09:52:25,505 | INFO  | h for user karaf | command                          | 255 - org.apache.karaf.log.command - 3.0.3 | ROBOT MESSAGE: Starting test BGP_Application_Peer_Delete_All_Routes&lt;br/&gt;
2015-12-16 09:52:25,856 | INFO  | h for user karaf | command                          | 255 - org.apache.karaf.log.command - 3.0.3 | ROBOT MESSAGE: Starting test Wait_For_Stable_Topology_After_Deletion&lt;br/&gt;
2015-12-16 09:52:31,735 | INFO  | oupCloseable-6-2 | BGPSessionImpl                   | 238 - org.opendaylight.bgpcep.bgp-rib-impl - 0.4.4.SNAPSHOT | Failed to send message Update [_attributes=Attributes [_asPath=AsPath{augmentations={}}, _clusterId=ClusterId{getCluster=[Ipv4Address &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=40.40.40.40&amp;#93;&lt;/span&gt;], augmentations={}}, _localPref=LocalPref{getPref=100, augmentations={}}, _multiExitDisc=MultiExitDisc{getMed=0, augmentations={}}, _origin=Origin{getValue=Igp, augmentations={}}, _originatorId=OriginatorId{getOriginator=Ipv4Address &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=41.41.41.41&amp;#93;&lt;/span&gt;, augmentations={}}, augmentation=[Attributes2 [_mpUnreachNlri=MpUnreachNlri [_afi=class org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.Ipv4AddressFamily, _safi=class org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.UnicastSubsequentAddressFamily, _withdrawnRoutes=WithdrawnRoutes [_destinationType=DestinationIpv4Case [_destinationIpv4=DestinationIpv4 [_ipv4Prefixes=[Ipv4Prefixes [_prefix=Ipv4Prefix &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=8.11.71.80/28&amp;#93;&lt;/span&gt;, augmentation=[]]], augmentation=[]], augmentation=[]], augmentation=[]], augmentation=[]]]]], augmentation=[]] to socket java.nio.channels.ClosedChannelException&lt;br/&gt;
2015-12-16 09:52:31,735 | INFO  | oupCloseable-6-2 | BGPSessionImpl                   | 238 - org.opendaylight.bgpcep.bgp-rib-impl - 0.4.4.SNAPSHOT | Failed to send message Update [_attributes=Attributes [_asPath=AsPath{augmentations={}}, _clusterId=ClusterId{getCluster=[Ipv4Address &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=40.40.40.40&amp;#93;&lt;/span&gt;], augmentations={}}, _localPref=LocalPref{getPref=100, augmentations={}}, _multiExitDisc=MultiExitDisc{getMed=0, augmentations={}}, _origin=Origin{getValue=Igp, augmentations={}}, _originatorId=OriginatorId{getOriginator=Ipv4Address &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=41.41.41.41&amp;#93;&lt;/span&gt;, augmentations={}}, augmentation=[Attributes2 [_mpUnreachNlri=MpUnreachNlri [_afi=class org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.Ipv4AddressFamily, _safi=class org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.UnicastSubsequentAddressFamily, _withdrawnRoutes=WithdrawnRoutes [_destinationType=DestinationIpv4Case [_destinationIpv4=DestinationIpv4 [_ipv4Prefixes=[Ipv4Prefixes [_prefix=Ipv4Prefix &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=12.21.48.144/28&amp;#93;&lt;/span&gt;, augmentation=[]]], augmentation=[]], augmentation=[]], augmentation=[]], augmentation=[]]]]], augmentation=[]] to socket java.nio.channels.ClosedChannelException&lt;/p&gt;

&lt;p&gt;...&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23574">BGPCEP-334</key>
            <summary>BGPSessionImpl: Failed to send message Update logged even all UPDATE mesages received by iBGP peer</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="10003">Cannot Reproduce</resolution>
                                        <assignee username="milos.fabian@pantheon.tech">Milos Fabian</assignee>
                                    <reporter username="rsajben@cisco.com">Radovan Sajben</reporter>
                        <labels>
                    </labels>
                <created>Wed, 16 Dec 2015 11:44:32 +0000</created>
                <updated>Sun, 3 Mar 2019 11:49:34 +0000</updated>
                            <resolved>Mon, 1 Feb 2016 13:32:11 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="45290" author="milos.fabian@pantheon.tech" created="Wed, 20 Jan 2016 16:51:10 +0000"  >&lt;p&gt;I assume this problem is related to the performance problem (fix addressed in BUG-4689).&lt;br/&gt;
The logs says the messages send failed because the channel was already closed, probably do not have enough time to notify all listeners about message delivery success.&lt;br/&gt;
Let&apos;s see if the problem disappear after the performance get better.&lt;/p&gt;</comment>
                            <comment id="45291" author="rsajben@cisco.com" created="Fri, 29 Jan 2016 12:10:03 +0000"  >&lt;p&gt;Currently this issue not observed in bgp userfeatures neither ingest lithium and beryllium Releng Jenkins jobs ...&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="23560">BGPCEP-320</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4791</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=4791]]></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_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10328"><![CDATA[Beryllium-RC2]]></customfieldvalue>

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

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