<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:13:58 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-737] BMP Mock reconnection after killing/starting karaf</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-737</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;I start main node and cluster with karaf running on each with odl-bgpcep-bgp, odl-bgpcep-bgp-config-example, odl-bgpcep-bmp, odl-bgpcep-bmp-config-example, I deploy BMP Mock on each of the remote_addresses from local_address with command&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;
java -jar bgp-bmp-mock-*-executable.jar --local_address ${SYSTEM_IP} --remote_address ${ODL_1_IP}:12345,${ODL_2_IP}:12345,${ODL_3_IP}:12345 --routers_count 1 --peers_count 1 --log_level TRACE 2&amp;gt;&amp;amp;1 | tee pccmock.log
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;I wait for successfully established in pccmock.log on owner node, also verify status of&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;
/restconf/operational/bmp-monitor:bmp-monitor
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Than I Isolate owner karaf node with commands&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;
sudo /sbin/iptables -I OUTPUT -p all --source ${ODL_ISOLATE_IP} --destination ${ODL_*_IP} -j DROP #on every node, except the one we isolating
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;wait for successfully established on different node in pccmock.log, also verify status of&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;
/restconf/operational/bmp-monitor:bmp-monitor
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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;
sudo /sbin/iptables -D OUTPUT -p all --source ${ODL_ISOLATE_IP} --destination ${ODL_*_IP} -j DROP #on every node, except the one we isolating
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;wait for successfully established on different node in pccmock.log, also verify status of&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;
/restconf/operational/bmp-monitor:bmp-monitor
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;Also we can switch isolating with killing, running command like this on owner node:&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;
ps axf | grep org.apache.karaf | grep -v grep | awk &lt;span class=&quot;code-quote&quot;&gt;&apos;{print &lt;span class=&quot;code-quote&quot;&gt;&quot;kill -9 &quot;&lt;/span&gt; $1}&apos;&lt;/span&gt; | sh
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;and we start it simply with bin/start in karaf directory on killed node&lt;/p&gt;</description>
                <environment></environment>
        <key id="29012">BGPCEP-737</key>
            <summary>BMP Mock reconnection after killing/starting karaf</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="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="cdgasparini">Claudio David Gasparini</assignee>
                                    <reporter username="tomas.markovic">Tomas Markovic</reporter>
                        <labels>
                    </labels>
                <created>Wed, 20 Dec 2017 13:23:55 +0000</created>
                <updated>Wed, 18 Apr 2018 07:59:15 +0000</updated>
                            <resolved>Fri, 5 Jan 2018 10:02:39 +0000</resolved>
                                                    <fixVersion>Oxygen</fixVersion>
                                    <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="60547" author="cdgasparini" created="Fri, 22 Dec 2017 10:41:20 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/q/topic:BGPCEP-737&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/q/topic:BGPCEP-737&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="28708">BGPCEP-711</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0394v:</customfieldvalue>

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