<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:58:56 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-41881] Stashing the lock resources for prepared transactions by state transitions (step up/ step down) should not preserve the maxLockTimeout of the previous node&apos;s state.  </title>
                <link>https://jira.mongodb.org/browse/SERVER-41881</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Consider the following state transitions.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Step down (primary to secondary).&lt;/b&gt;&lt;br/&gt;
 1. Primary, stashes its lock resources for prepared transactions with &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; set to non-zero value (by default it is &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;) . And, its stash style is &lt;a href=&quot;https://github.com/mongodb/mongo/blob/68fd498481f7427cc780d270b27636f69bb1add8/src/mongo/db/transaction_participant.cpp#L670&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;StashStyle::kPrimary&lt;/a&gt;.&lt;br/&gt;
 2. &lt;a href=&quot;https://github.com/mongodb/mongo/blob/68fd498481f7427cc780d270b27636f69bb1add8/src/mongo/db/kill_sessions_local.cpp#L195&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Step down&lt;/a&gt; unstash the lock resources of prepared transactions from the transactionParticipant to its opCtx. Then, stashes the lock resources in StashStyle::kSecondary and preserving the maxLockTimeout value.&lt;br/&gt;
 3. Now, the node state is secondary and if we try to apply a commit command for that transaction via &lt;b&gt;secondary oplog application&lt;/b&gt;, we unstash the lock resource with maxLockTimeout set. Unstashing the lock resources will &lt;a href=&quot;https://github.com/mongodb/mongo/blob/68fd498481f7427cc780d270b27636f69bb1add8/src/mongo/db/transaction_participant.cpp#L735&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reacquire the yielded locks&lt;/a&gt; and &lt;a href=&quot;https://github.com/mongodb/mongo/blob/68fd498481f7427cc780d270b27636f69bb1add8/src/mongo/db/concurrency/lock_state.cpp#L374&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reacquire the ticket&lt;/a&gt; with maxLockTimeout set. &lt;font color=&quot;#de350b&quot;&gt;&lt;b&gt;This can fail&#160; and it can lead to server crash.&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Step Up (Secondary to Primary).&lt;/b&gt;&lt;br/&gt;
 1. Secondary, stashes its lock resources for prepared transactions with &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; unset. And, its stash style is &lt;a href=&quot;https://github.com/mongodb/mongo/blob/68fd498481f7427cc780d270b27636f69bb1add8/src/mongo/db/transaction_participant.cpp#L670&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;StashStyle::kSecondary&lt;/a&gt;.&lt;br/&gt;
 2. Step Up unstash the lock resources of prepared transactions from the transactionParticipant to its opCtx. Then, stashes the lock resources in StashStyle::kPrimary and preserving the maxLockTimeout value.&lt;br/&gt;
 3. Now, the node state is primary and if we try to apply a commit command for that transaction, we unstash the lock resource with maxLockTimeout unset. This means we &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; with no maxLockTimeout. &lt;b&gt;This means we are breaking the contract on transaction timeout&lt;/b&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="811799">SERVER-41881</key>
            <summary>Stashing the lock resources for prepared transactions by state transitions (step up/ step down) should not preserve the maxLockTimeout of the previous node&apos;s state.  </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 14:52:46 +0000</created>
                <updated>Sun, 29 Oct 2023 22:19:38 +0000</updated>
                            <resolved>Thu, 25 Jul 2019 04:21:49 +0000</resolved>
                                                    <fixVersion>4.3.1</fixVersion>
                                    <component>Replication</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="2342712" author="xgen-internal-githook" created="Thu, 25 Jul 2019 04:10:01 +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="2342703" author="xgen-internal-githook" created="Thu, 25 Jul 2019 04:00:19 +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="2339209" author="xgen-internal-githook" created="Tue, 23 Jul 2019 16:23:47 +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="2339196" author="xgen-internal-githook" created="Tue, 23 Jul 2019 16:17:24 +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="2327724" author="xgen-internal-githook" created="Mon, 15 Jul 2019 21:18:25 +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="2327716" author="xgen-internal-githook" created="Mon, 15 Jul 2019 21:14:49 +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:49 +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|hv6pnb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr84vb:</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|hv6bwn:</customfieldvalue>

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