<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:03:26 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-3574] add numactl to init scripts </title>
                <link>https://jira.mongodb.org/browse/SERVER-3574</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Should do something like:&lt;/p&gt;

&lt;p&gt;if numactl --hardware &amp;gt; /dev/null 2&amp;gt; /dev/null ; then&lt;br/&gt;
   numactl --interleave=all mongod ...&lt;br/&gt;
else&lt;br/&gt;
   mongod&lt;br/&gt;
fi&lt;/p&gt;</description>
                <environment></environment>
        <key id="20840">SERVER-3574</key>
            <summary>add numactl to init scripts </summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="9">Done</resolution>
                                        <assignee username="miketheman">Michael A. Fiedler</assignee>
                                    <reporter username="mathias@mongodb.com">Mathias Stearn</reporter>
                        <labels>
                            <label>initscript</label>
                    </labels>
                <created>Wed, 10 Aug 2011 20:33:29 +0000</created>
                <updated>Wed, 18 Jan 2017 18:31:41 +0000</updated>
                            <resolved>Tue, 28 Feb 2012 18:53:22 +0000</resolved>
                                                    <fixVersion>2.1.1</fixVersion>
                                    <component>Packaging</component>
                                        <votes>2</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="285741" author="azat" created="Sun, 10 Mar 2013 18:43:30 +0000"  >&lt;p&gt;Any news?&lt;/p&gt;</comment>
                            <comment id="128958" author="azat" created="Fri, 8 Jun 2012 20:27:01 +0000"  >&lt;p&gt;I think that there is one concept, I must use lock file, only because there is now way to get PID after numactl&lt;br/&gt;
Can you explain me?&lt;/p&gt;

&lt;p&gt;About &quot;--pidfilepath&quot; - I change patch&lt;/p&gt;</comment>
                            <comment id="128688" author="miketheman" created="Fri, 8 Jun 2012 14:30:22 +0000"  >&lt;p&gt;In general, commits and pull requests should reflect a single concept or thought, putting two together makes it harder for me to accept one of them.&lt;/p&gt;</comment>
                            <comment id="128687" author="miketheman" created="Fri, 8 Jun 2012 14:29:51 +0000"  >&lt;p&gt;Thanks for the pull request.&lt;/p&gt;

&lt;p&gt;The mongod.lock file may contain the pid, but should not be used by scripts.&lt;br/&gt;
More on the lock file can be seen here: &lt;a href=&quot;http://www.mongodb.org/display/DOCS/Durability+and+Repair#DurabilityandRepair-%7B%7Bmongod.lock%7D%7D&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.mongodb.org/display/DOCS/Durability+and+Repair#DurabilityandRepair-%7B%7Bmongod.lock%7D%7D&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If a pid file is desired, configure the full file location via the &quot;--pidfilepath&quot; argument.&lt;/p&gt;</comment>
                            <comment id="113463" author="azat" created="Wed, 25 Apr 2012 08:47:08 +0000"  >&lt;p&gt;See my pull request &lt;a href=&quot;https://github.com/mongodb/mongo/pull/214&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/pull/214&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="113457" author="azat" created="Wed, 25 Apr 2012 08:22:20 +0000"  >&lt;p&gt;I suggest to use lock file, for mongod PID&lt;/p&gt;</comment>
                            <comment id="113185" author="azat" created="Tue, 24 Apr 2012 16:21:35 +0000"  >&lt;p&gt;This not works&lt;/p&gt;

&lt;p&gt;Because numactl if use it in such way - it not start, because of argument &quot;-&lt;del&gt;interleave=all&quot;, it must be after &quot;&lt;/del&gt;-&quot;&lt;br/&gt;
But even if we fix this, numactl goes to background and not return child pid, and from &quot;start-stop-daemon&quot; we have pid of numactl, that already not exist&lt;/p&gt;</comment>
                            <comment id="93461" author="miketheman" created="Tue, 28 Feb 2012 18:53:22 +0000"  >&lt;p&gt;Code reviewed, merged. Should be in upcoming packages.&lt;/p&gt;</comment>
                            <comment id="93457" author="auto" created="Tue, 28 Feb 2012 18:46:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;miketheman&apos;, u&apos;name&apos;: u&apos;Mike Fiedler&apos;, u&apos;email&apos;: u&apos;miketheman@gmail.com&apos;}
&lt;p&gt;Message: Merge pull request #184 from miketheman/&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3574&quot; title=&quot;add numactl to init scripts &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3574&quot;&gt;&lt;del&gt;SERVER-3574&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3574&quot; title=&quot;add numactl to init scripts &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3574&quot;&gt;&lt;del&gt;SERVER-3574&lt;/del&gt;&lt;/a&gt; updating init scripts for numa&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4ddcf45dff502013298f5ce1495a26739d2af4ed&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4ddcf45dff502013298f5ce1495a26739d2af4ed&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="93456" author="auto" created="Tue, 28 Feb 2012 18:46:44 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;miketheman&apos;, u&apos;name&apos;: u&apos;Mike Fiedler&apos;, u&apos;email&apos;: u&apos;miketheman@gmail.com&apos;}
&lt;p&gt;Message: Merge pull request #184 from miketheman/&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3574&quot; title=&quot;add numactl to init scripts &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3574&quot;&gt;&lt;del&gt;SERVER-3574&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3574&quot; title=&quot;add numactl to init scripts &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3574&quot;&gt;&lt;del&gt;SERVER-3574&lt;/del&gt;&lt;/a&gt; updating init scripts for numa&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4ddcf45dff502013298f5ce1495a26739d2af4ed&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4ddcf45dff502013298f5ce1495a26739d2af4ed&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="52378">SERVER-7268</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="342888">SERVER-27587</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>10.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 28 Feb 2012 18:46:44 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 49 weeks, 3 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>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>brian.samek@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            10 years, 49 weeks, 3 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>azat</customfieldvalue>
            <customfieldvalue>mathias@mongodb.com</customfieldvalue>
            <customfieldvalue>miketheman</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrou3b:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8978</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_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|hrllt3:</customfieldvalue>

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