<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:12:34 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-281] BGPMessageHeaderDecoder is not a @Sharable handler</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-281</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;&quot;trying to connect the Opendaylight BGP module to bagpipe router. The BGP module accepts the connection from bagpipe but it fails in initializing the channel, throws the following exception and do not send open and keep alive messages (but receive open and keep alive messages from bagpipe).&quot;&lt;/p&gt;

&lt;p&gt;io.netty.channel.ChannelPipelineException: org.opendaylight.protocol.bgp.rib.impl.BGPMessageHeaderDecoder is not a @Sharable handler, so can&apos;t be added or removed multiple times.&lt;br/&gt;
         at io.netty.channel.DefaultChannelPipeline.checkMultiplicity(DefaultChannelPipeline.java:464)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.0.30.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at io.netty.channel.DefaultChannelPipeline.addLast0(DefaultChannelPipeline.java:136)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.0.30.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:129)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.0.30.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:257)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.0.30.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:244)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.0.30.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at org.opendaylight.protocol.bgp.rib.impl.BGPDispatcherImpl$BGPChannel$1.initializeChannel(BGPDispatcherImpl.java:193)&lt;span class=&quot;error&quot;&gt;&amp;#91;193:org.opendaylight.bgpcep.bgp-rib-impl:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at org.opendaylight.protocol.bgp.rib.impl.protocol.BGPReconnectPromise$1.initializeChannel(BGPReconnectPromise.java:58)&lt;span class=&quot;error&quot;&gt;&amp;#91;193:org.opendaylight.bgpcep.bgp-rib-impl:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at org.opendaylight.protocol.bgp.rib.impl.protocol.BGPReconnectPromise$3.initChannel(BGPReconnectPromise.java:83)&lt;span class=&quot;error&quot;&gt;&amp;#91;193:org.opendaylight.bgpcep.bgp-rib-impl:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at org.opendaylight.protocol.bgp.rib.impl.protocol.BGPReconnectPromise$3.initChannel(BGPReconnectPromise.java:80)&lt;span class=&quot;error&quot;&gt;&amp;#91;193:org.opendaylight.bgpcep.bgp-rib-impl:0.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:68)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.0.30.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:133)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.0.30.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:119)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.0.30.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:733)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.0.30.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:450)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.0.30.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at io.netty.channel.AbstractChannel$AbstractUnsafe.access$100(AbstractChannel.java:378)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.0.30.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:424)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.0.30.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:356)&lt;span class=&quot;error&quot;&gt;&amp;#91;100:io.netty.common:4.0.30.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)&lt;span class=&quot;error&quot;&gt;&amp;#91;112:io.netty.transport:4.0.30.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
         at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:110)&lt;span class=&quot;error&quot;&gt;&amp;#91;100:io.netty.common:4.0.30.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
          at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)&lt;span class=&quot;error&quot;&gt;&amp;#91;100:io.netty.common:4.0.30.Final&amp;#93;&lt;/span&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23521">BGPCEP-281</key>
            <summary>BGPMessageHeaderDecoder is not a @Sharable handler</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="ihalanov@cisco.com">Iveta Halanova</assignee>
                                    <reporter username="milos.fabian@pantheon.tech">Milos Fabian</reporter>
                        <labels>
                    </labels>
                <created>Tue, 29 Sep 2015 22:29:32 +0000</created>
                <updated>Sun, 3 Mar 2019 11:50:30 +0000</updated>
                            <resolved>Thu, 8 Oct 2015 15:46:54 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>BGP</component>
                        <due>Thu, 29 Oct 2015 00:00:00 +0000</due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="45146" author="ihalanov@cisco.com" created="Thu, 8 Oct 2015 13:55:54 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/28058&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/28058&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4370</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=4370]]></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="10355"><![CDATA[Beryllium-M4]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10301"><![CDATA[Normal]]></customfieldvalue>

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

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