<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:39:38 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-35377] Operations on new clients get latest in-memory clusterTime as operationTime</title>
                <link>https://jira.mongodb.org/browse/SERVER-35377</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;When computing &lt;tt&gt;operationTime&lt;/tt&gt; for a response, the &quot;client operation time&quot; at the start of a command is compared to the time at the end. There are some error contexts where there is no start operation time, so if the &lt;a href=&quot;https://github.com/mongodb/mongo/blob/13dfc0893e/src/mongo/db/service_entry_point_common.cpp#L380-L382&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;start time is a null logical time, the latest in-memory cluster time is returned&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The start time is computed by getting the &lt;a href=&quot;https://github.com/mongodb/mongo/blob/13dfc0893e/src/mongo/db/service_entry_point_common.cpp#L367-L368&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;opTime of the last op on the current client&lt;/a&gt;. If a client hasn&apos;t been used before though, this can be null, which results in a null start time and the returned &lt;tt&gt;operationTime&lt;/tt&gt;&#160;will be the latest in-memory time, even for successful operations.&lt;/p&gt;

&lt;p&gt;This does not violate causal consistency, but it can create problems in our test infrastructure when the no-op writer is off, because it&apos;s possible the latest in-memory clusterTime is a higher than the latest opTime in a replica set primary&apos;s oplog. In particular, when secondaries force metadata refreshes on the primary, they use the &lt;a href=&quot;https://github.com/mongodb/mongo/blob/13dfc0893e/src/mongo/db/s/shard_server_catalog_cache_loader.cpp#L306-L317&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;&lt;tt&gt;operationTime&lt;/tt&gt; of &lt;tt&gt;_forceRouterConfigUpdate&lt;/tt&gt; to do a waitUntilOpTime&lt;/a&gt; (which bypasses forced no-op writes) and can hang forever.&lt;/p&gt;

&lt;p&gt;Possible solutions would be:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Distinguishing between not having a start time at all and running on a new client (possibly with a boost::optional or new sentinel logical time value)&lt;/li&gt;
	&lt;li&gt;Changing computeOperationTime to return the lastAppliedOpTime instead of the latest in-memory time when there is no start time&lt;/li&gt;
	&lt;li&gt;Using the lastAppliedOpTime as the start client operation time if the client has no last op&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This is new behavior introduced by the refactoring in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34843&quot; title=&quot;Mongod can return operationTime greater than $clusterTime&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34843&quot;&gt;&lt;del&gt;SERVER-34843&lt;/del&gt;&lt;/a&gt;. It also exacerbates &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-31887&quot; title=&quot;clusterTime advanced on primary without anything being written to oplog&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-31887&quot;&gt;&lt;del&gt;SERVER-31887&lt;/del&gt;&lt;/a&gt;, since successful requests can receive an operationTime not in the primary&apos;s oplog.&lt;/p&gt;</description>
                <environment></environment>
        <key id="553843">SERVER-35377</key>
            <summary>Operations on new clients get latest in-memory clusterTime as operationTime</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="misha.tyulenev@mongodb.com">Misha Tyulenev</assignee>
                                    <reporter username="jack.mulrow@mongodb.com">Jack Mulrow</reporter>
                        <labels>
                            <label>Sharding36Regression</label>
                    </labels>
                <created>Mon, 4 Jun 2018 14:09:24 +0000</created>
                <updated>Sun, 29 Oct 2023 22:31:08 +0000</updated>
                            <resolved>Thu, 14 Jun 2018 14:45:55 +0000</resolved>
                                                    <fixVersion>3.6.7</fixVersion>
                    <fixVersion>4.0.0-rc6</fixVersion>
                    <fixVersion>4.1.1</fixVersion>
                                    <component>Sharding</component>
                                        <votes>0</votes>
                                    <watches>12</watches>
                                                                                                                <comments>
                            <comment id="1964479" author="misha.tyulenev" created="Thu, 2 Aug 2018 21:25:01 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=glajchs&quot; class=&quot;user-hover&quot; rel=&quot;glajchs&quot;&gt;glajchs&lt;/a&gt; i dont think that this issue is directly related, but do not exclude it completely. Check if this backport reduces amount of logging you see currently.&lt;/p&gt;</comment>
                            <comment id="1960624" author="glajchs" created="Mon, 30 Jul 2018 19:09:38 +0000"  >&lt;p&gt;Could this have anything to do with the issue I was seeing in this comment here:&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-30842?focusedCommentId=1926477&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1926477&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/SERVER-30842?focusedCommentId=1926477&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1926477&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Basically after upgrading to 3.6, when I do the stepdown (so there&apos;s now a primary in the shard that is 3.6), I see 80-150K log lines in the first minute or two that look something like this:&lt;br/&gt;
&lt;cite&gt;2018-06-21T01:12:03.689+0000 I REPL &lt;span class=&quot;error&quot;&gt;&amp;#91;ShardServerCatalogCacheLoader-328&amp;#93;&lt;/span&gt; Not setting the last OpTime for this Client from { ts: Timestamp(1529543523, 606), t: 9 } to the current system time of { ts: Timestamp(1529543523, 588), t: 9 } as that would be moving the OpTime backwards. This should only happen if there was a rollback recently&lt;/cite&gt;&lt;/p&gt;

&lt;p&gt;The amount of these message do diminish over time, but don&apos;t seem to ever fully go away.&lt;/p&gt;</comment>
                            <comment id="1958840" author="xgen-internal-githook" created="Fri, 27 Jul 2018 17:56:32 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;mikety&apos;, &apos;name&apos;: &apos;Misha Tyulenev&apos;, &apos;email&apos;: &apos;misha@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35377&quot; title=&quot;Operations on new clients get latest in-memory clusterTime as operationTime&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35377&quot;&gt;&lt;del&gt;SERVER-35377&lt;/del&gt;&lt;/a&gt; use lastAppliedOpTime when there is clientTime available in operationTime calculation&lt;/p&gt;

&lt;p&gt;(cherry picked from commit bf17a390cac465e19a8bd243620b1010d0bad2bb)&lt;br/&gt;
(cherry picked from commit 6212273ec79659f28dff13d66a57ba2f2b1aab4a)&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e3651194c351605fe1e5aaf34cd8feb9c8f522d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e3651194c351605fe1e5aaf34cd8feb9c8f522d4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1920775" author="xgen-internal-githook" created="Thu, 14 Jun 2018 16:01:56 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;mikety&apos;, &apos;name&apos;: &apos;Misha Tyulenev&apos;, &apos;email&apos;: &apos;misha@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35377&quot; title=&quot;Operations on new clients get latest in-memory clusterTime as operationTime&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35377&quot;&gt;&lt;del&gt;SERVER-35377&lt;/del&gt;&lt;/a&gt; use lastAppliedOpTime when there is clientTime available in operationTime calculation&lt;/p&gt;

&lt;p&gt;(cherry picked from commit bf17a390cac465e19a8bd243620b1010d0bad2bb)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/6212273ec79659f28dff13d66a57ba2f2b1aab4a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/6212273ec79659f28dff13d66a57ba2f2b1aab4a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1920653" author="xgen-internal-githook" created="Thu, 14 Jun 2018 14:44:38 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;mikety&apos;, &apos;name&apos;: &apos;Misha Tyulenev&apos;, &apos;email&apos;: &apos;misha@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35377&quot; title=&quot;Operations on new clients get latest in-memory clusterTime as operationTime&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35377&quot;&gt;&lt;del&gt;SERVER-35377&lt;/del&gt;&lt;/a&gt; use lastAppliedOpTime when there is clientTime available in operationTime calculation&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/bf17a390cac465e19a8bd243620b1010d0bad2bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/bf17a390cac465e19a8bd243620b1010d0bad2bb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1915147" author="jack.mulrow" created="Fri, 8 Jun 2018 14:28:40 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=kaloian.manassiev&quot; class=&quot;user-hover&quot; rel=&quot;kaloian.manassiev&quot;&gt;kaloian.manassiev&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34843&quot; title=&quot;Mongod can return operationTime greater than $clusterTime&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34843&quot;&gt;&lt;del&gt;SERVER-34843&lt;/del&gt;&lt;/a&gt; hasn&apos;t actually been backported to 3.6 yet, so this is only currently a problem in 4.0. With the periodic no-op writer enabled this isn&apos;t a big issue (only if the first refresh triggered by a secondary uses a new client, it may have to wait for a no-op), but it&apos;s causing a lot of noise in our tests, so it would be good to get a fix in as soon as possible.&lt;/p&gt;</comment>
                            <comment id="1909774" author="jack.mulrow" created="Mon, 4 Jun 2018 14:50:18 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=max.hirschhorn&quot; class=&quot;user-hover&quot; rel=&quot;max.hirschhorn&quot;&gt;max.hirschhorn&lt;/a&gt; I think so. Before the refactoring in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34843&quot; title=&quot;Mongod can return operationTime greater than $clusterTime&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34843&quot;&gt;&lt;del&gt;SERVER-34843&lt;/del&gt;&lt;/a&gt; operationTime should always have been a value actually in some primary&apos;s oplog (last applied or committed opTime for reads, and the latest opTime on the client for writes), so if the repro in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35156&quot; title=&quot;secondary reads return cluster time as the operation time&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35156&quot;&gt;&lt;del&gt;SERVER-35156&lt;/del&gt;&lt;/a&gt; doesn&apos;t fail without &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34843&quot; title=&quot;Mongod can return operationTime greater than $clusterTime&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34843&quot;&gt;&lt;del&gt;SERVER-34843&lt;/del&gt;&lt;/a&gt;, it&apos;s probably caused by this issue.&lt;/p&gt;</comment>
                            <comment id="1909733" author="max.hirschhorn@10gen.com" created="Mon, 4 Jun 2018 14:30:41 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=jack.mulrow&quot; class=&quot;user-hover&quot; rel=&quot;jack.mulrow&quot;&gt;jack.mulrow&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=misha.tyulenev&quot; class=&quot;user-hover&quot; rel=&quot;misha.tyulenev&quot;&gt;misha.tyulenev&lt;/a&gt;, is this the cause of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35156&quot; title=&quot;secondary reads return cluster time as the operation time&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35156&quot;&gt;&lt;del&gt;SERVER-35156&lt;/del&gt;&lt;/a&gt;? The &quot;find&quot; command in the steps to reproduce would have been the first operation we sent to the secondary.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="547638">SERVER-35156</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                                                <inwardlinks description="is caused by">
                                        <issuelink>
            <issuekey id="539143">SERVER-34843</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="456601">SERVER-31887</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>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="15640"><![CDATA[v4.0]]></customfieldvalue>
    <customfieldvalue key="15141"><![CDATA[v3.6]]></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_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[5002K00000qeHDDQA2]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 4 Jun 2018 14:30:41 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        5 years, 27 weeks, 6 days 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_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>false</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>
                            5 years, 27 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>60.0</customfieldvalue>

                        </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>jack.mulrow@mongodb.com</customfieldvalue>
            <customfieldvalue>max.hirschhorn@mongodb.com</customfieldvalue>
            <customfieldvalue>misha.tyulenev@mongodb.com</customfieldvalue>
            <customfieldvalue>glajchs</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htzpef:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|htqmpr:</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="2292">Sharding 2018-06-18</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|htzbnr:</customfieldvalue>

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