<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:13:43 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-649] ArrayIndexOutofBound with addpath</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-649</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;The exception throws when I try to test BGP add-path with ExaBGP.  Attached the ExaBGP config and karaf log&lt;/p&gt;

&lt;p&gt;2017-03-24 16:30:28,963 | WARN  | entLoopGroup-5-2 | BGPSessionImpl                   | 289 - org.opendaylight.bgpcep.bgp-rib-impl - 0.6.3.SNAPSHOT | BGP session encountered error&lt;br/&gt;
io.netty.handler.codec.DecoderException: java.lang.ArrayIndexOutOfBoundsException: 9&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:442)&lt;span class=&quot;error&quot;&gt;&amp;#91;143:io.netty.codec:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:248)&lt;span class=&quot;error&quot;&gt;&amp;#91;143:io.netty.codec:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:357)&lt;span class=&quot;error&quot;&gt;&amp;#91;142:io.netty.transport:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:343)&lt;span class=&quot;error&quot;&gt;&amp;#91;142:io.netty.transport:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:336)&lt;span class=&quot;error&quot;&gt;&amp;#91;142:io.netty.transport:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)&lt;span class=&quot;error&quot;&gt;&amp;#91;143:io.netty.codec:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267)&lt;span class=&quot;error&quot;&gt;&amp;#91;143:io.netty.codec:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:357)&lt;span class=&quot;error&quot;&gt;&amp;#91;142:io.netty.transport:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:343)&lt;span class=&quot;error&quot;&gt;&amp;#91;142:io.netty.transport:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:336)&lt;span class=&quot;error&quot;&gt;&amp;#91;142:io.netty.transport:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1294)&lt;span class=&quot;error&quot;&gt;&amp;#91;142:io.netty.transport:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:357)&lt;span class=&quot;error&quot;&gt;&amp;#91;142:io.netty.transport:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:343)&lt;span class=&quot;error&quot;&gt;&amp;#91;142:io.netty.transport:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:911)&lt;span class=&quot;error&quot;&gt;&amp;#91;142:io.netty.transport:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:934)&lt;span class=&quot;error&quot;&gt;&amp;#91;146:io.netty.transport-native-epoll:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:397)&lt;span class=&quot;error&quot;&gt;&amp;#91;146:io.netty.transport-native-epoll:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:302)&lt;span class=&quot;error&quot;&gt;&amp;#91;146:io.netty.transport-native-epoll:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:131)&lt;span class=&quot;error&quot;&gt;&amp;#91;141:io.netty.common:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)&lt;span class=&quot;error&quot;&gt;&amp;#91;141:io.netty.common:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.lang.Thread.run(Thread.java:745)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_121&amp;#93;&lt;/span&gt;&lt;br/&gt;
Caused by: java.lang.ArrayIndexOutOfBoundsException: 9&lt;br/&gt;
	at org.opendaylight.mdsal.model.ietf.util.AbstractIetfInetUtil.v4PrefixForShort(AbstractIetfInetUtil.java:493)&lt;span class=&quot;error&quot;&gt;&amp;#91;118:org.opendaylight.mdsal.model.ietf-type-util:1.0.3.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.mdsal.model.ietf.util.AbstractIetfInetUtil.ipv4PrefixForShort(AbstractIetfInetUtil.java:230)&lt;span class=&quot;error&quot;&gt;&amp;#91;118:org.opendaylight.mdsal.model.ietf-type-util:1.0.3.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.util.Ipv4Util.prefixListForBytes(Ipv4Util.java:183)&lt;span class=&quot;error&quot;&gt;&amp;#91;273:org.opendaylight.bgpcep.util:0.6.3.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.bgp.parser.impl.message.BGPUpdateMessageParser.parseMessageBody(BGPUpdateMessageParser.java:138)&lt;span class=&quot;error&quot;&gt;&amp;#91;277:org.opendaylight.bgpcep.bgp-parser-impl:0.6.3.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.bgp.parser.impl.message.BGPUpdateMessageParser.parseMessageBody(BGPUpdateMessageParser.java:46)&lt;span class=&quot;error&quot;&gt;&amp;#91;277:org.opendaylight.bgpcep.bgp-parser-impl:0.6.3.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.bgp.parser.spi.pojo.SimpleMessageRegistry.parseBody(SimpleMessageRegistry.java:31)&lt;span class=&quot;error&quot;&gt;&amp;#91;276:org.opendaylight.bgpcep.bgp-parser-spi:0.6.3.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.bgp.parser.spi.AbstractMessageRegistry.parseMessage(AbstractMessageRegistry.java:66)&lt;span class=&quot;error&quot;&gt;&amp;#91;276:org.opendaylight.bgpcep.bgp-parser-spi:0.6.3.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.bgp.rib.impl.BGPByteToMessageDecoder.decode(BGPByteToMessageDecoder.java:49)&lt;span class=&quot;error&quot;&gt;&amp;#91;289:org.opendaylight.bgpcep.bgp-rib-impl:0.6.3.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:411)&lt;span class=&quot;error&quot;&gt;&amp;#91;143:io.netty.codec:4.0.44.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	... 19 more&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23889">BGPCEP-649</key>
            <summary>ArrayIndexOutofBound with addpath</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="10002">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="kevinxw">Kevin Wang</reporter>
                        <labels>
                    </labels>
                <created>Fri, 24 Mar 2017 23:51:57 +0000</created>
                <updated>Sun, 3 Mar 2019 11:50:01 +0000</updated>
                            <resolved>Wed, 29 Mar 2017 14:00:48 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="46126" author="kevixw@gmail.com" created="Fri, 24 Mar 2017 23:51:57 +0000"  >&lt;p&gt;Attachment karaf.log has been added with description: karaf log&lt;/p&gt;</comment>
                            <comment id="46127" author="kevixw@gmail.com" created="Fri, 24 Mar 2017 23:52:30 +0000"  >&lt;p&gt;Attachment addpath.conf has been added with description: exabgp config&lt;/p&gt;</comment>
                            <comment id="46128" author="kevixw@gmail.com" created="Fri, 24 Mar 2017 23:53:04 +0000"  >&lt;p&gt;Attachment bgp-addpath.pcap has been added with description: wireshark capture&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="23773">BGPCEP-533</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="13222" name="addpath.conf" size="466" author="kevinxw" created="Fri, 24 Mar 2017 23:52:30 +0000"/>
                            <attachment id="13223" name="bgp-addpath.pcap" size="5367" author="kevinxw" created="Fri, 24 Mar 2017 23:53:04 +0000"/>
                            <attachment id="13221" name="karaf.log" size="106935" author="kevinxw" created="Fri, 24 Mar 2017 23:51:57 +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>8079</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=8079]]></customfieldvalue>

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

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