<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:13:15 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-494] PCRpt received with bandwidth reoptimization object leads to loop causing OOM</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-494</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;Issue happens in real network environment. If a PCRpt message is received with bandwidth reoptimization object (ref: &lt;a href=&quot;https://tools.ietf.org/html/rfc5440#section-7.7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://tools.ietf.org/html/rfc5440#section-7.7&lt;/a&gt;) it causes the controller to loop and ultimately results in heap OutOfMemory error. Crafted packet used to repro the issue is attached. Is is not clear at this point why PCC is including bandwidth reoptimization object in PCRpt&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23734">BGPCEP-494</key>
            <summary>PCRpt received with bandwidth reoptimization object leads to loop causing OOM</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="ajayl.bro@gmail.com">Ajay L</assignee>
                                    <reporter username="ajayl.bro@gmail.com">Ajay L</reporter>
                        <labels>
                    </labels>
                <created>Wed, 20 Jul 2016 18:20:13 +0000</created>
                <updated>Sun, 3 Mar 2019 11:49:48 +0000</updated>
                            <resolved>Wed, 10 Aug 2016 09:20:14 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>PCEP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="45787" author="ajayl.bro@gmail.com" created="Wed, 20 Jul 2016 18:20:13 +0000"  >&lt;p&gt;Attachment pcrpt-oom-repro.pcap has been added with description: PCRpt used to reproduce the issue&lt;/p&gt;</comment>
                            <comment id="45776" author="agoddard" created="Fri, 22 Jul 2016 18:58:53 +0000"  >&lt;p&gt;Cisco DE is investigating if/how a 0x5 / 0x2 BW object could be sent from the router, but current XR code is only expected to send 0x5 / 0x5 BW Sample.&lt;/p&gt;</comment>
                            <comment id="45777" author="ajayl.bro@gmail.com" created="Mon, 25 Jul 2016 02:08:40 +0000"  >&lt;p&gt;Based on OOM heap dump analysis, controller is receiving PCRpt with objects in below sequence:&lt;br/&gt;
LSP&lt;br/&gt;
ERO&lt;br/&gt;
LSPA&lt;br/&gt;
Bandwidth&lt;br/&gt;
Bandwidth Reoptimization&lt;/p&gt;

&lt;p&gt;RFC 5440 (&lt;a href=&quot;https://tools.ietf.org/html/rfc5440#section-7.7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://tools.ietf.org/html/rfc5440#section-7.7&lt;/a&gt;) describes the 2 types of bandwidth objects and specifies under what scenario the reoptimization bandwidth object is used:&lt;/p&gt;

&lt;p&gt;&quot;   o  R (Reoptimization - 1 bit): when set, the requesting PCC specifies&lt;br/&gt;
      that the PCReq message relates to the reoptimization of an&lt;br/&gt;
      existing TE LSP.  For all TE LSPs except zero-bandwidth LSPs, when&lt;br/&gt;
      the R bit is set, an RRO (see Section 7.10) MUST be included in&lt;br/&gt;
      the PCReq message to show the path of the existing TE LSP.  Also,&lt;br/&gt;
      for all TE LSPs except zero-bandwidth LSPs, when the R bit is set,&lt;br/&gt;
      the existing bandwidth of the TE LSP to be reoptimized MUST be&lt;br/&gt;
      supplied in a BANDWIDTH object (see Section 7.7).  This BANDWIDTH&lt;br/&gt;
      object is in addition to the instance of that object used to&lt;br/&gt;
      describe the desired bandwidth of the reoptimized LSP.  For zero-&lt;br/&gt;
      bandwidth LSPs, the RRO and BANDWIDTH objects that report the&lt;br/&gt;
      characteristics of the existing TE LSP are optional.&quot;&lt;/p&gt;

&lt;p&gt;      &amp;lt;request&amp;gt;::= &amp;lt;RP&amp;gt;&lt;br/&gt;
                   &amp;lt;END-POINTS&amp;gt;&lt;br/&gt;
                   &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;LSPA&amp;gt;&amp;#93;&lt;/span&gt;&lt;br/&gt;
                   &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;BANDWIDTH&amp;gt;&amp;#93;&lt;/span&gt;&lt;br/&gt;
                   &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;metric-list&amp;gt;&amp;#93;&lt;/span&gt;&lt;br/&gt;
                   [&amp;lt;RRO&amp;gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;BANDWIDTH&amp;gt;&amp;#93;&lt;/span&gt;]&lt;br/&gt;
                   &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;IRO&amp;gt;&amp;#93;&lt;/span&gt;&lt;br/&gt;
                   &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;LOAD-BALANCING&amp;gt;&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Stateful PCEP draft (ref: &lt;a href=&quot;https://tools.ietf.org/html/draft-ietf-pce-stateful-pce-15&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://tools.ietf.org/html/draft-ietf-pce-stateful-pce-15&lt;/a&gt;) introduces PCRpt message and it is defined as below:&lt;/p&gt;

&lt;p&gt;      &amp;lt;PCRpt Message&amp;gt; ::= &amp;lt;Common Header&amp;gt;&lt;br/&gt;
                          &amp;lt;state-report-list&amp;gt;&lt;br/&gt;
   Where:&lt;/p&gt;

&lt;p&gt;      &amp;lt;state-report-list&amp;gt; ::= &amp;lt;state-report&amp;gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;state-report-list&amp;gt;&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;      &amp;lt;state-report&amp;gt; ::= &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;SRP&amp;gt;&amp;#93;&lt;/span&gt;&lt;br/&gt;
                         &amp;lt;LSP&amp;gt;&lt;br/&gt;
                         &amp;lt;path&amp;gt;&lt;br/&gt;
    Where:&lt;br/&gt;
      &amp;lt;path&amp;gt;::= &amp;lt;intended_path&amp;gt;&amp;lt;attribute-list&amp;gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;actual_path&amp;gt;&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;   Where:&lt;br/&gt;
      &amp;lt;intended_path&amp;gt; is represented by the ERO object defined in&lt;br/&gt;
      section 7.9 of &lt;span class=&quot;error&quot;&gt;&amp;#91;RFC5440&amp;#93;&lt;/span&gt;.&lt;br/&gt;
      &amp;lt;attribute-list&amp;gt; is defined in &lt;span class=&quot;error&quot;&gt;&amp;#91;RFC5440&amp;#93;&lt;/span&gt; and extended by&lt;br/&gt;
      PCEP extensions.&lt;br/&gt;
      &amp;lt;actual_path&amp;gt; is represented by the RRO object defined in&lt;br/&gt;
      section 7.10 of &lt;span class=&quot;error&quot;&gt;&amp;#91;RFC5440&amp;#93;&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;Now attribute-list in RFC 5440 includes the bandwidth object:&lt;/p&gt;

&lt;p&gt;    &amp;lt;attribute-list&amp;gt;::=&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;LSPA&amp;gt;&amp;#93;&lt;/span&gt;&lt;br/&gt;
                       &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;BANDWIDTH&amp;gt;&amp;#93;&lt;/span&gt;&lt;br/&gt;
                       &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;metric-list&amp;gt;&amp;#93;&lt;/span&gt;&lt;br/&gt;
                       &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;IRO&amp;gt;&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;    &amp;lt;metric-list&amp;gt;::=&amp;lt;METRIC&amp;gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;metric-list&amp;gt;&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;So technically the bandwidth reoptimization object can be expected within PCRpt message&lt;/p&gt;

&lt;p&gt;Proposed fix will make 2 changes:&lt;br/&gt;
1. Add bandwidth reoptimization object to the list of possible objects in PCRpt message&lt;br/&gt;
2. Gracefully handle condition where unexpected object is present in received message&lt;/p&gt;</comment>
                            <comment id="45778" author="ajayl.bro@gmail.com" created="Mon, 25 Jul 2016 02:11:24 +0000"  >&lt;p&gt;(In reply to Al Goddard from comment #1)&lt;br/&gt;
&amp;gt; Cisco DE is investigating if/how a 0x5 / 0x2 BW object could be sent from&lt;br/&gt;
&amp;gt; the router, but current XR code is only expected to send 0x5 / 0x5 BW Sample.&lt;/p&gt;

&lt;p&gt;Thx Al for the update. FYI - in the PCRpt sent by CRS which causes the issue, the bandwidth object has bandwidth value as zero whereas the bandwidth reoptimization object has non-zero bandwidth value&lt;/p&gt;</comment>
                            <comment id="45779" author="ajayl.bro@gmail.com" created="Mon, 25 Jul 2016 04:45:16 +0000"  >&lt;p&gt;master: &lt;a href=&quot;https://git.opendaylight.org/gerrit/42434&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/42434&lt;/a&gt;&lt;br/&gt;
stable/beryllium: &lt;a href=&quot;https://git.opendaylight.org/gerrit/42435&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/42435&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="45780" author="agoddard" created="Mon, 25 Jul 2016 20:29:30 +0000"  >&lt;p&gt;(In reply to Ajay L from comment #3)&lt;br/&gt;
&amp;gt; (In reply to Al Goddard from comment #1)&lt;br/&gt;
&amp;gt; &amp;gt; Cisco DE is investigating if/how a 0x5 / 0x2 BW object could be sent from&lt;br/&gt;
&amp;gt; &amp;gt; the router, but current XR code is only expected to send 0x5 / 0x5 BW Sample.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Thx Al for the update. FYI - in the PCRpt sent by CRS which causes the&lt;br/&gt;
&amp;gt; issue, the bandwidth object has bandwidth value as zero whereas the&lt;br/&gt;
&amp;gt; bandwidth reoptimization object has non-zero bandwidth value&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;From Cisco PCEP DE:&lt;/p&gt;

&lt;p&gt;Hi Al,&lt;/p&gt;

&lt;p&gt;I checked the code, and do not see a way for the PCE report message to ever contain the type 2 BW object.&lt;br/&gt;
This is based on the code provided in 5.3.3, and the code in the SMU/ engineering images.&lt;/p&gt;

&lt;p&gt;For now, until such a packet is actually seen, I would be disinclined to think that was the trigger.&lt;br/&gt;
As discussed, I will cook up a test XRv image for you to actually send this object from the router though.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Jon&lt;/p&gt;</comment>
                            <comment id="45781" author="ajayl.bro@gmail.com" created="Mon, 25 Jul 2016 22:47:44 +0000"  >&lt;p&gt;(In reply to Al Goddard from comment #5)&lt;br/&gt;
&amp;gt; (In reply to Ajay L from comment #3)&lt;br/&gt;
&amp;gt; &amp;gt; (In reply to Al Goddard from comment #1)&lt;br/&gt;
&amp;gt; &amp;gt; &amp;gt; Cisco DE is investigating if/how a 0x5 / 0x2 BW object could be sent from&lt;br/&gt;
&amp;gt; &amp;gt; &amp;gt; the router, but current XR code is only expected to send 0x5 / 0x5 BW Sample.&lt;br/&gt;
&amp;gt; &amp;gt; &lt;br/&gt;
&amp;gt; &amp;gt; Thx Al for the update. FYI - in the PCRpt sent by CRS which causes the&lt;br/&gt;
&amp;gt; &amp;gt; issue, the bandwidth object has bandwidth value as zero whereas the&lt;br/&gt;
&amp;gt; &amp;gt; bandwidth reoptimization object has non-zero bandwidth value&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; ----&lt;br/&gt;
&amp;gt; From Cisco PCEP DE:&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Hi Al,&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; I checked the code, and do not see a way for the PCE report message to ever&lt;br/&gt;
&amp;gt; contain the type 2 BW object.&lt;br/&gt;
&amp;gt; This is based on the code provided in 5.3.3, and the code in the SMU/&lt;br/&gt;
&amp;gt; engineering images.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; For now, until such a packet is actually seen, I would be disinclined to&lt;br/&gt;
&amp;gt; think that was the trigger.&lt;br/&gt;
&amp;gt; As discussed, I will cook up a test XRv image for you to actually send this&lt;br/&gt;
&amp;gt; object from the router though.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Thanks,&lt;br/&gt;
&amp;gt; Jon&lt;/p&gt;

&lt;p&gt;Attaching couple of screenshots from heap dump analysis which show the various objects, including bandwidth and reoptimization bandwidth objects, received from PCRpt (after parsing by ODL code)&lt;/p&gt;</comment>
                            <comment id="45788" author="ajayl.bro@gmail.com" created="Mon, 25 Jul 2016 22:49:10 +0000"  >&lt;p&gt;Attachment Processed-pcrpt-objects.png has been added with description: Processed PCRpt objects&lt;/p&gt;</comment>
                            <comment id="45789" author="ajayl.bro@gmail.com" created="Mon, 25 Jul 2016 22:49:53 +0000"  >&lt;p&gt;Attachment Pending-pcrpt-objects.png has been added with description: Pending PCRpt objects&lt;/p&gt;</comment>
                            <comment id="45782" author="agoddard" created="Tue, 26 Jul 2016 17:22:48 +0000"  >&lt;p&gt;Additional info/request from Cisco DE:&lt;/p&gt;


&lt;p&gt;Is this is from the heap dump after the heap went OOM?&lt;br/&gt;
There are a number of steps between a message being sent and it arriving parsed and settled as internal objects in the controller heap.&lt;/p&gt;

&lt;p&gt;Am I correct that the 0x5/0x5 BW object is not visible here?&lt;/p&gt;

&lt;p&gt;If it is possible to correlate this back to an actual message, that would help.  &lt;br/&gt;
If that is not possible, correlating back to an LSP would help also.  (assuming router state is available)&lt;br/&gt;
Ideally, a procedure to replicate this would be ideal, or was this a one-off?&lt;/p&gt;</comment>
                            <comment id="45783" author="ajayl.bro@gmail.com" created="Tue, 26 Jul 2016 17:30:03 +0000"  >&lt;p&gt;(In reply to Al Goddard from comment #9)&lt;br/&gt;
&amp;gt; Additional info/request from Cisco DE:&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Is this is from the heap dump after the heap went OOM?&lt;br/&gt;
&amp;gt; There are a number of steps between a message being sent and it arriving&lt;br/&gt;
&amp;gt; parsed and settled as internal objects in the controller heap.&lt;/p&gt;

&lt;p&gt;Agree. But analysis so far does not show any issue in ODL parsing logic&lt;/p&gt;

&lt;p&gt;&amp;gt; &lt;br/&gt;
&amp;gt; Am I correct that the 0x5/0x5 BW object is not visible here?&lt;/p&gt;

&lt;p&gt;0x5/0x5 BW object? Did u mean 0x5/0x1 or 0x5/0x2? I see both of those objects in the heap dump&lt;/p&gt;

&lt;p&gt;&amp;gt; &lt;br/&gt;
&amp;gt; If it is possible to correlate this back to an actual message, that would&lt;br/&gt;
&amp;gt; help.  &lt;br/&gt;
&amp;gt; If that is not possible, correlating back to an LSP would help also. &lt;br/&gt;
&amp;gt; (assuming router state is available)&lt;/p&gt;

&lt;p&gt;Attaching a screenshot showing LSP symbolic name which is &quot;DCCRS2_t7&quot;&lt;/p&gt;

&lt;p&gt;&amp;gt; Ideally, a procedure to replicate this would be ideal, or was this a one-off?&lt;/p&gt;

&lt;p&gt;Agree. But I think this has been seen only once so far&lt;/p&gt;</comment>
                            <comment id="45790" author="ajayl.bro@gmail.com" created="Tue, 26 Jul 2016 17:30:38 +0000"  >&lt;p&gt;Attachment lsp-symbolic-path-name.png has been added with description: LSP symbolic path-name&lt;/p&gt;</comment>
                            <comment id="45784" author="agoddard" created="Wed, 27 Jul 2016 23:45:56 +0000"  >&lt;p&gt;Can you answer the two questions from Cisco:&lt;/p&gt;



&lt;p&gt;The image with the knob to change the bandwidth value is building now and should be available in a few hours.&lt;br/&gt;
I also wanted to address a couple of the outstanding points/questions (see below, responses in bold).&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Jon&lt;/p&gt;

&lt;p&gt;1. Regarding this:&lt;br/&gt;
&amp;gt; Is this is from the heap dump after the heap went OOM?&lt;br/&gt;
&amp;gt; There are a number of steps between a message being sent and it arriving&lt;br/&gt;
&amp;gt; parsed and settled as internal objects in the controller heap.&lt;/p&gt;

&lt;p&gt;Agree. But analysis so far does not show any issue in ODL parsing logic&lt;/p&gt;

&lt;p&gt;My understanding is that it was the parsing of the object that resulted in the eventual looping until OOM state.  Was it something else?&lt;br/&gt;
So far, the analysis of messages captured before and since does not point to a problem here.&lt;/p&gt;

&lt;p&gt;Can you answer: _______________&lt;/p&gt;

&lt;p&gt;2.  Do you send an RP object R-bit=1 in any messages?  Spec shows this object as part of at PCRep message, not a PCRpt message.&lt;/p&gt;

&lt;p&gt;The router implements RFC5440 as well as stateful PCEP drafts, so it can originate and process PCRep messages which do contain the RP object.&lt;br/&gt;
My understanding (from the attached) was that the memory was being interpreted as a PCRpt message.  (Unless this screenshot is a result of the &#8220;crafted&#8221; message that was used.)&apos;&lt;/p&gt;

&lt;p&gt;Can you answer: _______________&lt;/p&gt;


&lt;p&gt;3. Let me know if there are any specific debugs to validate the LSP 7 (shown below) would be sending this object.&lt;/p&gt;

&lt;p&gt;The &#8216;dump-messages&#8217; debug can provide such low-level debugging of all messages originating from or arriving on the router, if this can be recreated..&lt;/p&gt;</comment>
                            <comment id="45785" author="ajayl.bro@gmail.com" created="Thu, 28 Jul 2016 00:24:51 +0000"  >&lt;p&gt;(In reply to Al Goddard from comment #12)&lt;br/&gt;
&amp;gt; Can you answer the two questions from Cisco:&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; The image with the knob to change the bandwidth value is building now and&lt;br/&gt;
&amp;gt; should be available in a few hours.&lt;br/&gt;
&amp;gt; I also wanted to address a couple of the outstanding points/questions (see&lt;br/&gt;
&amp;gt; below, responses in bold).&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Thanks,&lt;br/&gt;
&amp;gt; Jon&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; 1. Regarding this:&lt;br/&gt;
&amp;gt; &amp;gt; Is this is from the heap dump after the heap went OOM?&lt;br/&gt;
&amp;gt; &amp;gt; There are a number of steps between a message being sent and it arriving&lt;br/&gt;
&amp;gt; &amp;gt; parsed and settled as internal objects in the controller heap.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Agree. But analysis so far does not show any issue in ODL parsing logic&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; My understanding is that it was the parsing of the object that resulted in&lt;br/&gt;
&amp;gt; the eventual looping until OOM state.  Was it something else?&lt;br/&gt;
&amp;gt; So far, the analysis of messages captured before and since does not point to&lt;br/&gt;
&amp;gt; a problem here.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Can you answer: _______________&lt;/p&gt;

&lt;p&gt;Processing of objects in PCRpt message caused the loop. I was referring to the fact that issue was in the processing of objects and not in de-serializing or parsing the data received from wire into objects. So we still believe that somehow type=2 bandwidth object was received&lt;/p&gt;

&lt;p&gt;&amp;gt; &lt;br/&gt;
&amp;gt; 2.  Do you send an RP object R-bit=1 in any messages?  Spec shows this&lt;br/&gt;
&amp;gt; object as part of at PCRep message, not a PCRpt message.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; The router implements RFC5440 as well as stateful PCEP drafts, so it can&lt;br/&gt;
&amp;gt; originate and process PCRep messages which do contain the RP object.&lt;br/&gt;
&amp;gt; My understanding (from the attached) was that the memory was being&lt;br/&gt;
&amp;gt; interpreted as a PCRpt message.  (Unless this screenshot is a result of the&lt;br/&gt;
&amp;gt; &#8220;crafted&#8221; message that was used.)&apos;&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Can you answer: _______________&lt;br/&gt;
&amp;gt; &lt;/p&gt;

&lt;p&gt;The screenshot is from the OOM heap dump seen in ATT setup, not the crafted one. We do not believe PCRep getting interpreted as PCRpt is happening here. Per RFC 5440: &quot;PCRep is a PCEP message sent by a PCE to a requesting PCC in response to a previously received PCReq message.&quot;. So PCRep is supposed to be received by the PCC (router in this case, not the controller)&lt;/p&gt;

&lt;p&gt;&amp;gt; &lt;br/&gt;
&amp;gt; 3. Let me know if there are any specific debugs to validate the LSP 7 (shown&lt;br/&gt;
&amp;gt; below) would be sending this object.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; The &#8216;dump-messages&#8217; debug can provide such low-level debugging of all&lt;br/&gt;
&amp;gt; messages originating from or arriving on the router, if this can be&lt;br/&gt;
&amp;gt; recreated..&lt;/p&gt;</comment>
                            <comment id="45786" author="milos.fabian@pantheon.tech" created="Thu, 28 Jul 2016 12:09:06 +0000"  >&lt;p&gt;master: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/42434/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/42434/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13203" name="Pending-pcrpt-objects.png" size="161241" author="ajayl.bro@gmail.com" created="Mon, 25 Jul 2016 22:49:53 +0000"/>
                            <attachment id="13202" name="Processed-pcrpt-objects.png" size="159981" author="ajayl.bro@gmail.com" created="Mon, 25 Jul 2016 22:49:10 +0000"/>
                            <attachment id="13204" name="lsp-symbolic-path-name.png" size="163610" author="ajayl.bro@gmail.com" created="Tue, 26 Jul 2016 17:30:38 +0000"/>
                            <attachment id="13201" name="pcrpt-oom-repro.pcap" size="1070" author="ajayl.bro@gmail.com" created="Wed, 20 Jul 2016 18:20:13 +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>6242</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=6242]]></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="10358"><![CDATA[Beryllium-4]]></customfieldvalue>

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

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