<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:58:57 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>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-41883] UnConditional step down should not set a maxLockTimeout while unstashing the lock resources as a part of yieldLocksForPreparedTransactions().</title>
                <link>https://jira.mongodb.org/browse/SERVER-41883</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Currently, as part of &lt;a href=&quot;#L195&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;yieldLocksForPreparedTransactions()&lt;/a&gt;], step down unstashes the prepared transaction&apos;s lock resources from transactionParticipant to its opCtx with&#160;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/68fd498481f7427cc780d270b27636f69bb1add8/src/mongo/db/concurrency/lock_state.h#L366&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;maxLockTimeout&lt;/a&gt;&#160;set to non-zero value (by default it is&#160;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/68fd498481f7427cc780d270b27636f69bb1add8/src/mongo/db/transaction_participant.idl#L35&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5ms&lt;/a&gt;).&#160;This means we&#160;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/68fd498481f7427cc780d270b27636f69bb1add8/src/mongo/db/transaction_participant.cpp#L738&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reacquire the ticket&lt;/a&gt;&#160;with a maxLockTimeout set.&#160;This can fail&#160; and if it its an unconditional step down (step down via hb/ force reconfig), it can lead to server crash.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Extra Notes:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Below is the scenario where we can run out of tickets.&lt;br/&gt;
 Assume MaxTicketsAvailable=10&lt;br/&gt;
 1. 10 prepared txns have acquired the ticket while unstashing the txn resource.&lt;br/&gt;
 2. 11th Prepared txn is waiting to acquire the ticket.&lt;br/&gt;
 3. Step down marks canAcceptNonLocalWrite flag to false with RSTL lock in X &amp;amp; repl mutex lock held.&lt;br/&gt;
 4. YiledLocksForPreparedTxn - Scans the catalog session and marks the 1st prepared txn as killed.&lt;br/&gt;
 5. Let&#8217;s assume, 1st prepared txn checked in the session (released the ticket) because it found out it got killed while acquiring RSTL lock in IX mode. As a result one ticket is now available to acquire.&lt;br/&gt;
 6. 11th session acquires the ticket. Now, no more tickets are available to be assigned.&lt;br/&gt;
 7. YieldLocksForPreparedTxn - Session catalog scan marks the 11th transaction to be killed.&lt;br/&gt;
 8. YieldLocksForPreparedTxn - Now, step down attempts to checkin the session and unstash the transaction. So, step-down should wait for a ticket to be available and it can timeout.&lt;/p&gt;</description>
                <environment></environment>
        <key id="811909">SERVER-41883</key>
            <summary>UnConditional step down should not set a maxLockTimeout while unstashing the lock resources as a part of yieldLocksForPreparedTransactions().</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="suganthi.mani@mongodb.com">Suganthi Mani</assignee>
                                    <reporter username="suganthi.mani@mongodb.com">Suganthi Mani</reporter>
                        <labels>
                    </labels>
                <created>Mon, 24 Jun 2019 15:21:38 +0000</created>
                <updated>Sun, 29 Oct 2023 22:19:38 +0000</updated>
                            <resolved>Mon, 15 Jul 2019 22:13:31 +0000</resolved>
                                                    <fixVersion>4.3.1</fixVersion>
                                    <component>Replication</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="2342713" author="xgen-internal-githook" created="Thu, 25 Jul 2019 04:10:03 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Suganthi Mani&apos;, &apos;email&apos;: &apos;suganthi.mani@mongodb.com&apos;, &apos;username&apos;: &apos;smani87&apos;}
&lt;p&gt;Message:     &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41881&quot; title=&quot;Stashing the lock resources for prepared transactions by state transitions (step up/ step down) should not preserve the maxLockTimeout of the previous node&amp;#39;s state.  &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41881&quot;&gt;&lt;del&gt;SERVER-41881&lt;/del&gt;&lt;/a&gt; Unstashing the transaction lock resources should ignore the saved value of maxLockTimeout and explicitly set the maxLockTimeout based on node&apos;s state.&lt;br/&gt;
    &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41883&quot; title=&quot;UnConditional step down should not set a maxLockTimeout while unstashing the lock resources as a part of yieldLocksForPreparedTransactions().&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41883&quot;&gt;&lt;del&gt;SERVER-41883&lt;/del&gt;&lt;/a&gt; Replication state transition reacquires locks and tickets of a prepared transaction with no lock timeout.&lt;br/&gt;
    &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41556&quot; title=&quot;Must handle failure to reacquire locks and ticket when unstashing transaction &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41556&quot;&gt;&lt;del&gt;SERVER-41556&lt;/del&gt;&lt;/a&gt; Handles failure to reacquire locks and ticket when unstashing transactions.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 2ff54098b19ebc2b4bbf5516de6e6befb46f9fe7)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/7be60542714d7cd17a6ecf5e43a47bb7aef9a0d5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/7be60542714d7cd17a6ecf5e43a47bb7aef9a0d5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2342704" author="xgen-internal-githook" created="Thu, 25 Jul 2019 04:00:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Suganthi Mani&apos;, &apos;username&apos;: &apos;smani87&apos;, &apos;email&apos;: &apos;suganthi.mani@mongodb.com&apos;}
&lt;p&gt;Message:     &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41881&quot; title=&quot;Stashing the lock resources for prepared transactions by state transitions (step up/ step down) should not preserve the maxLockTimeout of the previous node&amp;#39;s state.  &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41881&quot;&gt;&lt;del&gt;SERVER-41881&lt;/del&gt;&lt;/a&gt; Unstashing the transaction lock resources should ignore the saved value of maxLockTimeout and explicitly set the maxLockTimeout based on node&apos;s state.&lt;br/&gt;
    &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41883&quot; title=&quot;UnConditional step down should not set a maxLockTimeout while unstashing the lock resources as a part of yieldLocksForPreparedTransactions().&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41883&quot;&gt;&lt;del&gt;SERVER-41883&lt;/del&gt;&lt;/a&gt; Replication state transition reacquires locks and tickets of a prepared transaction with no lock timeout.&lt;br/&gt;
    &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41556&quot; title=&quot;Must handle failure to reacquire locks and ticket when unstashing transaction &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41556&quot;&gt;&lt;del&gt;SERVER-41556&lt;/del&gt;&lt;/a&gt; Handles failure to reacquire locks and ticket when unstashing transactions.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2ff54098b19ebc2b4bbf5516de6e6befb46f9fe7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2ff54098b19ebc2b4bbf5516de6e6befb46f9fe7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2342298" author="suganthi.mani" created="Wed, 24 Jul 2019 19:58:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;

{&apos;name&apos;: &apos;Ian Boros&apos;, &apos;email&apos;: &apos;puppyofkosh@gmail.com&apos;, &apos;username&apos;: &apos;puppyofkosh&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41881&quot; title=&quot;Stashing the lock resources for prepared transactions by state transitions (step up/ step down) should not preserve the maxLockTimeout of the previous node&amp;#39;s state.  &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41881&quot;&gt;&lt;del&gt;SERVER-41881&lt;/del&gt;&lt;/a&gt; Unstashing the transaction lock resources should ignore the saved value of maxLockTimeout and explicitly set the maxLockTimeout based on node&apos;s state.&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit e707fd09ef0dadbb33510249732fd38c654da914.&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/65a1db06e9a88e7d96e1359662f5480f939c0e5b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/65a1db06e9a88e7d96e1359662f5480f939c0e5b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2342296" author="suganthi.mani" created="Wed, 24 Jul 2019 19:58:23 +0000"  >&lt;p&gt;Author:&lt;/p&gt;

{&apos;name&apos;: &apos;Ian Boros&apos;, &apos;email&apos;: &apos;puppyofkosh@gmail.com&apos;, &apos;username&apos;: &apos;puppyofkosh&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41881&quot; title=&quot;Stashing the lock resources for prepared transactions by state transitions (step up/ step down) should not preserve the maxLockTimeout of the previous node&amp;#39;s state.  &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41881&quot;&gt;&lt;del&gt;SERVER-41881&lt;/del&gt;&lt;/a&gt; Unstashing the transaction lock resources should ignore the saved value of maxLockTimeout and explicitly set the maxLockTimeout based on node&apos;s state.&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit b7cec5064fb03f1e1f9bd39af35e495facfdcdc9.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/38e92ef5b9fe645cd73fec3742c0fde9caea0cb2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/38e92ef5b9fe645cd73fec3742c0fde9caea0cb2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2327725" author="xgen-internal-githook" created="Mon, 15 Jul 2019 21:18:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Suganthi Mani&apos;, &apos;username&apos;: &apos;smani87&apos;, &apos;email&apos;: &apos;suganthi.mani@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41881&quot; title=&quot;Stashing the lock resources for prepared transactions by state transitions (step up/ step down) should not preserve the maxLockTimeout of the previous node&amp;#39;s state.  &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41881&quot;&gt;&lt;del&gt;SERVER-41881&lt;/del&gt;&lt;/a&gt; Unstashing the transaction lock resources should ignore the saved value of maxLockTimeout and explicitly set the maxLockTimeout based on node&apos;s state.&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41883&quot; title=&quot;UnConditional step down should not set a maxLockTimeout while unstashing the lock resources as a part of yieldLocksForPreparedTransactions().&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41883&quot;&gt;&lt;del&gt;SERVER-41883&lt;/del&gt;&lt;/a&gt; Replication state transition reacquires locks and tickets of a prepared transaction with no lock timeout.&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41556&quot; title=&quot;Must handle failure to reacquire locks and ticket when unstashing transaction &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41556&quot;&gt;&lt;del&gt;SERVER-41556&lt;/del&gt;&lt;/a&gt; Handles failure to reacquire locks and ticket when unstashing transactions.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit b7cec5064fb03f1e1f9bd39af35e495facfdcdc9)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e707fd09ef0dadbb33510249732fd38c654da914&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e707fd09ef0dadbb33510249732fd38c654da914&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2327717" author="xgen-internal-githook" created="Mon, 15 Jul 2019 21:14:58 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Suganthi Mani&apos;, &apos;email&apos;: &apos;suganthi.mani@mongodb.com&apos;, &apos;username&apos;: &apos;smani87&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41881&quot; title=&quot;Stashing the lock resources for prepared transactions by state transitions (step up/ step down) should not preserve the maxLockTimeout of the previous node&amp;#39;s state.  &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41881&quot;&gt;&lt;del&gt;SERVER-41881&lt;/del&gt;&lt;/a&gt; Unstashing the transaction lock resources should ignore the saved value of maxLockTimeout and explicitly set the maxLockTimeout based on node&apos;s state.&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41883&quot; title=&quot;UnConditional step down should not set a maxLockTimeout while unstashing the lock resources as a part of yieldLocksForPreparedTransactions().&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41883&quot;&gt;&lt;del&gt;SERVER-41883&lt;/del&gt;&lt;/a&gt; Replication state transition reacquires locks and tickets of a prepared transaction with no lock timeout.&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41556&quot; title=&quot;Must handle failure to reacquire locks and ticket when unstashing transaction &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41556&quot;&gt;&lt;del&gt;SERVER-41556&lt;/del&gt;&lt;/a&gt; Handles failure to reacquire locks and ticket when unstashing transactions.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b7cec5064fb03f1e1f9bd39af35e495facfdcdc9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b7cec5064fb03f1e1f9bd39af35e495facfdcdc9&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="790517">SERVER-41556</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16775"><![CDATA[v4.2]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 15 Jul 2019 21:14:58 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 29 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            4 years, 29 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>suganthi.mani@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hv6qbr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr84vj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="3001">Repl 2019-07-01</customfieldvalue>
    <customfieldvalue id="3026">Repl 2019-07-15</customfieldvalue>
    <customfieldvalue id="3028">Repl 2019-07-29</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hv6cl3:</customfieldvalue>

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