<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:06:24 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>[DOCS-12902] Separately disabling THP defrag is not necessary when THP is disabled</title>
                <link>https://jira.mongodb.org/browse/DOCS-12902</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;h2&gt;&lt;a name=&quot;Description&quot;&gt;&lt;/a&gt;Description&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://docs.mongodb.com/manual/tutorial/transparent-huge-pages/#create-the-init-d-script&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/manual/tutorial/transparent-huge-pages/#create-the-init-d-script&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This script includes steps for disabling THP &lt;em&gt;and&lt;/em&gt; separately disabling THP defrag. In fact, when THP is disabled, separately disabling THP defrag is not necessary. While the extra step in not harmful, it is inconsistent with &lt;a href=&quot;https://access.redhat.com/solutions/46111&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this article from RH&lt;/a&gt;, leading to potential confusion:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;NOTE: Some third party application install scripts check value of above files and complain even if THP is disabled at boot time using transparent_hugepage=never, this is due to the fact when THP is disabled at boot time, the value of /sys/kernel/mm/redhat_transparent_hugepage/defrag will not be changed, however this is expected and system will never go in THP defragmentation code path when it is disabled at boot and THP defrag need not to be disabled separately.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The extra step of disabling THP defrag should either be removed or qualified as not necessary.&lt;/p&gt;

&lt;p&gt;Note that leaving out the separate step of disabling defrag would also be consistent with `mongod`, whose startup warnings check for defrag &lt;em&gt;only&lt;/em&gt; if it detects that THP is enabled. See &lt;a href=&quot;https://github.com/mongodb/mongo/blob/1041dd848e25e879260d1015d8da4f72ee7993fe/src/mongo/db/startup_warnings_mongod.cpp#L261&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/blob/1041dd848e25e879260d1015d8da4f72ee7993fe/src/mongo/db/startup_warnings_mongod.cpp#L261&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;Scopeofchanges&quot;&gt;&lt;/a&gt;Scope of changes&lt;/h2&gt;
&lt;ul&gt;
	&lt;li&gt;Make change and backport as necessary&lt;/li&gt;
	&lt;li&gt;Evaluate 9 other THP tickets and include fixes as appropriate. Note that some tickets request competing adjustments: determine which settings are required in modern deployments.&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;&lt;a name=&quot;ImpacttoOtherDocs&quot;&gt;&lt;/a&gt;Impact to Other Docs&lt;/h2&gt;
&lt;ul&gt;
	&lt;li&gt;The following DOCS tickets are related to this ticket &lt;span class=&quot;error&quot;&gt;&amp;#91;and have been actioned upon&amp;#93;&lt;/span&gt;:
	&lt;ul&gt;
		&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-9197&quot; title=&quot;Comment on: &amp;quot;manual/tutorial/transparent-huge-pages.txt&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-9197&quot;&gt;&lt;del&gt;DOCS-9197&lt;/del&gt;&lt;/a&gt; - Replace shell redirection with &lt;tt&gt;tee&lt;/tt&gt; to work on Amazon Linux &lt;span class=&quot;error&quot;&gt;&amp;#91;fixed, this ticket&amp;#93;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-9772&quot; title=&quot;MongoDB 3.0 thp script does not disable khugepaged/defrag&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-9772&quot;&gt;&lt;del&gt;DOCS-9772&lt;/del&gt;&lt;/a&gt; - MDB 3.0 init script does not address khugepage/defrag &lt;span class=&quot;error&quot;&gt;&amp;#91;won&amp;#39;t fix, superseded by this ticket&amp;#93;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-9949&quot; title=&quot;THP docs: tuned config doesn&amp;#39;t turn off defrag&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-9949&quot;&gt;&lt;del&gt;DOCS-9949&lt;/del&gt;&lt;/a&gt; - tuned profile config doesn&apos;t disable defrag &lt;span class=&quot;error&quot;&gt;&amp;#91;won&amp;#39;t fix, superseded by this ticket&amp;#93;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-10088&quot; title=&quot;Add instructions on how to disable THP on non-RedHat/CentOS systems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-10088&quot;&gt;&lt;del&gt;DOCS-10088&lt;/del&gt;&lt;/a&gt; - Expand THP instructions to other, non-RHEL/CentOS distros &lt;span class=&quot;error&quot;&gt;&amp;#91;fixed, this ticket&amp;#93;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-10693&quot; title=&quot;Comment on: &amp;quot;manual/tutorial/transparent-huge-pages&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-10693&quot;&gt;&lt;del&gt;DOCS-10693&lt;/del&gt;&lt;/a&gt; - Add /etc/default custom settings to handle THP on Debian/Ubuntu systems &lt;span class=&quot;error&quot;&gt;&amp;#91;won&amp;#39;t fix&amp;#93;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11334&quot; title=&quot;Update Transparent Huge Pages documentation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11334&quot;&gt;&lt;del&gt;DOCS-11334&lt;/del&gt;&lt;/a&gt; - Update tuned to remove defrag setting also &lt;span class=&quot;error&quot;&gt;&amp;#91;won&amp;#39;t fix, superseded by this ticket&amp;#93;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12501&quot; title=&quot;Disable Transparent Hugepages Doc&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12501&quot;&gt;&lt;del&gt;DOCS-12501&lt;/del&gt;&lt;/a&gt; - Add step to THP doc to start disable-transparent-hugepages service before reboot &lt;span class=&quot;error&quot;&gt;&amp;#91;fixed, this ticket&amp;#93;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12836&quot; title=&quot;Instructions for disabling THP on RHEL should use systemd and not init.d&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12836&quot;&gt;&lt;del&gt;DOCS-12836&lt;/del&gt;&lt;/a&gt; - THP disable instructions should use systemd not init.d &lt;span class=&quot;error&quot;&gt;&amp;#91;deferred to be included in DOCS-13042&amp;#93;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12903&quot; title=&quot;Requirement for disabling THP in both init.d and tuned needs clarification&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12903&quot;&gt;&lt;del&gt;DOCS-12903&lt;/del&gt;&lt;/a&gt; - Clarify rationale for disabling THP in both init.d and tuned &lt;span class=&quot;error&quot;&gt;&amp;#91;fixed, this ticket&amp;#93;&lt;/span&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;&lt;a name=&quot;MVP%28WorkandDate%29&quot;&gt;&lt;/a&gt;MVP (Work and Date)&lt;/h2&gt;
&lt;h2&gt;&lt;a name=&quot;Resources%28ScopeorDesignDocs%2CInvision%2Cetc.%29&quot;&gt;&lt;/a&gt;Resources (Scope or Design Docs, Invision, etc.)&lt;/h2&gt;</description>
                <environment></environment>
        <key id="869467">DOCS-12902</key>
            <summary>Separately disabling THP defrag is not necessary when THP is disabled</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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.feierabend@mongodb.com">Andrew Feierabend</assignee>
                                    <reporter username="eric.sommer@mongodb.com">Eric Sommer</reporter>
                        <labels>
                            <label>THP</label>
                    </labels>
                <created>Sun, 21 Jul 2019 08:57:15 +0000</created>
                <updated>Mon, 30 Oct 2023 22:19:06 +0000</updated>
                            <resolved>Thu, 31 Oct 2019 19:29:55 +0000</resolved>
                                                    <fixVersion>Server_Docs_20231030</fixVersion>
                                    <component>manual</component>
                    <component>Server</component>
                        <due></due>
                            <votes>2</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="2543354" author="maayanmordehai3@gmail.com" created="Fri, 15 Nov 2019 16:20:50 +0000"  >&lt;p&gt;Hi, if separately disabling defrag is not necessary, you can use only tuned to disable transparent hugepages - I think in the documentation it should be tuned or the init.d.&lt;/p&gt;

&lt;p&gt;Also in rhel 7 init.d is deprecated - systemd should be in use instead.&lt;/p&gt;</comment>
                            <comment id="2513340" author="xgen-internal-githook" created="Thu, 31 Oct 2019 20:57:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;andf-mongodb&apos;, &apos;email&apos;: &apos;andrew.feierabend@mongodb.com&apos;, &apos;name&apos;: &apos;Andrew Feierabend&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12902&quot; title=&quot;Separately disabling THP defrag is not necessary when THP is disabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12902&quot;&gt;&lt;del&gt;DOCS-12902&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-9197&quot; title=&quot;Comment on: &amp;quot;manual/tutorial/transparent-huge-pages.txt&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-9197&quot;&gt;&lt;del&gt;DOCS-9197&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-10088&quot; title=&quot;Add instructions on how to disable THP on non-RedHat/CentOS systems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-10088&quot;&gt;&lt;del&gt;DOCS-10088&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12501&quot; title=&quot;Disable Transparent Hugepages Doc&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12501&quot;&gt;&lt;del&gt;DOCS-12501&lt;/del&gt;&lt;/a&gt; update THP and tuned tutorial with current best practices&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/300bae303279839ab092097a76f8b859d29f7798&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/300bae303279839ab092097a76f8b859d29f7798&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2513338" author="xgen-internal-githook" created="Thu, 31 Oct 2019 20:57:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Andrew Feierabend&apos;, &apos;username&apos;: &apos;andf-mongodb&apos;, &apos;email&apos;: &apos;andrew.feierabend@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12902&quot; title=&quot;Separately disabling THP defrag is not necessary when THP is disabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12902&quot;&gt;&lt;del&gt;DOCS-12902&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-9197&quot; title=&quot;Comment on: &amp;quot;manual/tutorial/transparent-huge-pages.txt&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-9197&quot;&gt;&lt;del&gt;DOCS-9197&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-10088&quot; title=&quot;Add instructions on how to disable THP on non-RedHat/CentOS systems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-10088&quot;&gt;&lt;del&gt;DOCS-10088&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12501&quot; title=&quot;Disable Transparent Hugepages Doc&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12501&quot;&gt;&lt;del&gt;DOCS-12501&lt;/del&gt;&lt;/a&gt; update THP and tuned tutorial with current best practices&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/0e506d050d4175a90b177ecf1cd00b0fe03f5ca0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/0e506d050d4175a90b177ecf1cd00b0fe03f5ca0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2513222" author="xgen-internal-githook" created="Thu, 31 Oct 2019 20:05:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;andf-mongodb&apos;, &apos;email&apos;: &apos;andrew.feierabend@mongodb.com&apos;, &apos;name&apos;: &apos;Andrew Feierabend&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12902&quot; title=&quot;Separately disabling THP defrag is not necessary when THP is disabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12902&quot;&gt;&lt;del&gt;DOCS-12902&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-9197&quot; title=&quot;Comment on: &amp;quot;manual/tutorial/transparent-huge-pages.txt&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-9197&quot;&gt;&lt;del&gt;DOCS-9197&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-10088&quot; title=&quot;Add instructions on how to disable THP on non-RedHat/CentOS systems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-10088&quot;&gt;&lt;del&gt;DOCS-10088&lt;/del&gt;&lt;/a&gt;,&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12501&quot; title=&quot;Disable Transparent Hugepages Doc&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12501&quot;&gt;&lt;del&gt;DOCS-12501&lt;/del&gt;&lt;/a&gt; update THP and tuned tutorial with current best practices&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/4f9f3cd189147033ca9e5d0367849ab9ea4edec7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/4f9f3cd189147033ca9e5d0367849ab9ea4edec7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2513155" author="andrew.feierabend" created="Thu, 31 Oct 2019 19:29:55 +0000"  >&lt;p&gt;Also resolves:&lt;/p&gt;

&lt;p&gt;&#8226; &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-9197&quot; title=&quot;Comment on: &amp;quot;manual/tutorial/transparent-huge-pages.txt&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-9197&quot;&gt;&lt;del&gt;DOCS-9197&lt;/del&gt;&lt;/a&gt; - AMZN shell redirection&lt;br/&gt;
 &#8226; &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-10088&quot; title=&quot;Add instructions on how to disable THP on non-RedHat/CentOS systems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-10088&quot;&gt;&lt;del&gt;DOCS-10088&lt;/del&gt;&lt;/a&gt; - Confusion over supported platforms&lt;br/&gt;
 &#8226; &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12501&quot; title=&quot;Disable Transparent Hugepages Doc&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12501&quot;&gt;&lt;del&gt;DOCS-12501&lt;/del&gt;&lt;/a&gt; - Run init script once before testing&lt;br/&gt;
&#8226;&#160;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12903&quot; title=&quot;Requirement for disabling THP in both init.d and tuned needs clarification&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12903&quot;&gt;&lt;del&gt;DOCS-12903&lt;/del&gt;&lt;/a&gt; - Clarify rationale for disabling THP in both init.d and tuned&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="326470">DOCS-9197</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="345684">DOCS-9772</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="417811">DOCS-10693</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="702181">DOCS-12501</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="370974">DOCS-10088</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="499728">DOCS-11334</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="359113">DOCS-9949</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="818197">DOCS-12836</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="869469">DOCS-12903</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[5002K00000fGPbgQAG]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 11 Oct 2019 18:57:45 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 12 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCSP-1769</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>emet.ozar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            4 years, 12 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>andrew.feierabend@mongodb.com</customfieldvalue>
            <customfieldvalue>eric.sommer@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>maayanmordehai3@gmail.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hvggnr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hv5iav:</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_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.2</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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hvg2x3:</customfieldvalue>

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