<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:03:16 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-65664] assumptions about hardware_constructive_interference_size and hardware_constructive_interference_size</title>
                <link>https://jira.mongodb.org/browse/SERVER-65664</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;GCC 12 has added a warning -Winterference-size when these are used without specifying its value. see&#160;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winterference-size&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winterference-size&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;This is causing a build failure on aarch64 since hardware_constructive_interference_size defaults to 256 on this platform.&lt;/p&gt;

&lt;p&gt;we get error&lt;/p&gt;

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

&lt;p&gt;In file included from src/mongo/s/commands/cluster_find_cmd.cpp:39: &lt;br/&gt;
src/mongo/db/stats/counters.h:185:47: error: static assertion failed: cache line spill &lt;br/&gt;
&#160;185 | &#160;&#160;&#160;&#160;static_assert(sizeof(decltype(_together)) &amp;lt;= stdx::hardware_constructive_interference_size, &lt;br/&gt;
&#160;&#160;&#160;&#160;&#160;| &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;sub&gt;^&lt;/sub&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/p&gt;



&lt;p&gt;I think the assumption about these defaults are perhaps not right in mongodb, I also opened a gcc bug where there is some discussion around it.&lt;/p&gt;

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

&lt;p&gt;&lt;a href=&quot;https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105251&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105251&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;perhaps &apos;struct Together&apos; should be aligned to hardware_constructive_interference_size to promote true sharing and not to CacheAligned which is aligned to hardware_destructive_interference_size&lt;/p&gt;</description>
                <environment></environment>
        <key id="2025452">SERVER-65664</key>
            <summary>assumptions about hardware_constructive_interference_size and hardware_constructive_interference_size</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="andrew.morrow@mongodb.com">Andrew Morrow</assignee>
                                    <reporter username="raj.khem@gmail.com">Khem Raj</reporter>
                        <labels>
                    </labels>
                <created>Thu, 14 Apr 2022 16:10:26 +0000</created>
                <updated>Sun, 29 Oct 2023 21:39:26 +0000</updated>
                            <resolved>Mon, 9 May 2022 15:36:12 +0000</resolved>
                                                    <fixVersion>6.1.0-rc0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="4532676" author="xgen-internal-githook" created="Fri, 6 May 2022 21:40:03 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Andrew Morrow&apos;, &apos;email&apos;: &apos;acm@mongodb.com&apos;, &apos;username&apos;: &apos;acmorrow&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-65664&quot; title=&quot;assumptions about hardware_constructive_interference_size and hardware_constructive_interference_size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-65664&quot;&gt;&lt;del&gt;SERVER-65664&lt;/del&gt;&lt;/a&gt; Provide more specific types for cache alignment needs&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5435f9585f857f6145beaf6d31daf336453ba86f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5435f9585f857f6145beaf6d31daf336453ba86f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4531659" author="acm" created="Fri, 6 May 2022 15:49:07 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=raj.khem%40gmail.com&quot; class=&quot;user-hover&quot; rel=&quot;raj.khem@gmail.com&quot;&gt;raj.khem@gmail.com&lt;/a&gt; - That&apos;s great to hear, thanks for reporting the issue and for testing out the proposed fix.&lt;/p&gt;</comment>
                            <comment id="4531621" author="JIRAUSER1268247" created="Fri, 6 May 2022 15:39:26 +0000"  >&lt;p&gt;yes it seems to work in my limited testing with gcc-12.&lt;/p&gt;</comment>
                            <comment id="4531173" author="acm" created="Fri, 6 May 2022 13:36:32 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=raj.khem%40gmail.com&quot; class=&quot;user-hover&quot; rel=&quot;raj.khem@gmail.com&quot;&gt;raj.khem@gmail.com&lt;/a&gt; - I was curious if you had tried the above patches and could follow up about whether or not they fix the issue in your environment.&lt;/p&gt;</comment>
                            <comment id="4516863" author="acm" created="Fri, 29 Apr 2022 17:03:38 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=raj.khem%40gmail.com&quot; class=&quot;user-hover&quot; rel=&quot;raj.khem@gmail.com&quot;&gt;raj.khem@gmail.com&lt;/a&gt;&#160; - Also, just in case you are interested, here is a side-by-side of the change I&apos;m proposing: &lt;a href=&quot;https://github.com/acmorrow/mongo/compare/a20861fbbdc72e721879da9a47a77887255dbcf7...SERVER-65664&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/acmorrow/mongo/compare/a20861fbbdc72e721879da9a47a77887255dbcf7...SERVER-65664&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4516857" author="acm" created="Fri, 29 Apr 2022 17:00:54 +0000"  >&lt;p&gt;Thanks &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=raj.khem%40gmail.com&quot; class=&quot;user-hover&quot; rel=&quot;raj.khem@gmail.com&quot;&gt;raj.khem@gmail.com&lt;/a&gt; - You can find my work-in-progress branch here: &lt;a href=&quot;https://github.com/acmorrow/mongo/commits/SERVER-65664&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/acmorrow/mongo/commits/SERVER-65664&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="4516731" author="JIRAUSER1268247" created="Fri, 29 Apr 2022 16:19:30 +0000"  >&lt;p&gt;@andrew.morrow sure, let me know where to pick up the patches&lt;/p&gt;</comment>
                            <comment id="4516724" author="acm" created="Fri, 29 Apr 2022 16:16:47 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=raj.khem%40gmail.com&quot; class=&quot;user-hover&quot; rel=&quot;raj.khem@gmail.com&quot;&gt;raj.khem@gmail.com&lt;/a&gt;&#160; - We are working on a more polished fix for this, however, I don&apos;t have immediate handy access to GCC 12. Would you be willing to test out a work-in-progress branch with your toolchain and let me know the results?&lt;/p&gt;</comment>
                            <comment id="4484888" author="JIRAUSER1268247" created="Fri, 15 Apr 2022 00:44:16 +0000"  >&lt;p&gt;you solution works fiine with gcc12/aarch64 as well.&lt;/p&gt;</comment>
                            <comment id="4484468" author="acm" created="Thu, 14 Apr 2022 20:41:29 +0000"  >&lt;p&gt;No, I don&apos;t think you don&apos;t want to take the &lt;tt&gt;CacheAligned&lt;/tt&gt; off &lt;tt&gt;_together&lt;/tt&gt;: it is there to prevent false sharing of the two fields within &lt;tt&gt;_together&lt;/tt&gt; with the &lt;b&gt;other&lt;/b&gt; counters, like &lt;tt&gt;_physicalBytesOut&lt;/tt&gt; and &lt;tt&gt;_logicalBytesOut&lt;/tt&gt;. You could, I suppose, add an &lt;tt&gt;alignas(stdx::hardware_constructive_interference_size)&lt;/tt&gt; to the &lt;tt&gt;Together&lt;/tt&gt; type, but I don&apos;t think it matters in practice, since the value is already being wrapped in &lt;tt&gt;CacheAligned&lt;/tt&gt; and that will ensure that it has larger alignment anyway. The quick fix is just to make the &lt;tt&gt;static_assert&lt;/tt&gt; look at the size of the thing to be kept on one cache line, rather than the size of the thing to prevent other things from sharing that cache line. We will look into improving the naming of &lt;tt&gt;CacheAligned&lt;/tt&gt; and providing some more detailed wrapper types that do this a little better.&lt;/p&gt;
</comment>
                            <comment id="4484417" author="JIRAUSER1268247" created="Thu, 14 Apr 2022 20:18:06 +0000"  >&lt;p&gt;I will try this out. I had a local fix which is compling ok too&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;- &#160; &#160;CacheAligned&amp;lt;Together&amp;gt; _together{};&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;+ &#160; &#160;alignas(std::hardware_constructive_interference_size) Together _together{};&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;</comment>
                            <comment id="4484110" author="acm" created="Thu, 14 Apr 2022 18:41:52 +0000"  >&lt;p&gt;The purpose of &lt;tt&gt;CacheAligned&lt;/tt&gt; is to prevent false sharing, so our use of &lt;tt&gt;std::destructive_hardware_interference_size&lt;/tt&gt; is I believe correct for that. What is actually wrong is that the &lt;tt&gt;static_assert&lt;/tt&gt; is checking the size of the destructively aligned type, and not the type itself. It is the inner type for which we care that it has a size smaller than &lt;tt&gt;std::hardware_constructive_interference_size&lt;/tt&gt; in an effort to obtain true sharing. A secondary issue, as noted in the GCC ticket, is that we should probably be specifying that the inner type also has &lt;tt&gt;std::hardware_constructive_interference_size&lt;/tt&gt; alignment. Can you see if the following change addresses your issue?&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;-    static_assert(sizeof(decltype(_together)) &amp;lt;= stdx::hardware_constructive_interference_size,&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;+    static_assert(sizeof(Together) &amp;lt;= stdx::hardware_constructive_interference_size,&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;                   &quot;cache line spill&quot;);&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;We will work on a fix to ensure that the proper alignment is affixed to the inner type.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                        <issuelink>
            <issuekey id="2043107">SERVER-66334</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>12.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_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>Thu, 14 Apr 2022 18:41:52 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 39 weeks, 5 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_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>
                            1 year, 39 weeks, 5 days 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>andrew.morrow@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>raj.khem@gmail.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0r9nr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i0d8tj:i</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_22250" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Special Downgrade Instructions Required</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="23343"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="5984">Dev Platform 2022-04-18</customfieldvalue>
    <customfieldvalue id="6068">Dev Platform 2022-05-02</customfieldvalue>
    <customfieldvalue id="6069">Dev Platform 2022-05-16</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|i0qvt3:</customfieldvalue>

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