<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:03:18 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-11640] Remove no-journal tip for arbiters until SERVER-33747 is resolved</title>
                <link>https://jira.mongodb.org/browse/DOCS-11640</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;Currently in the &lt;a href=&quot;https://docs.mongodb.com/manual/tutorial/add-replica-set-arbiter/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;tutorial to add arbiters&lt;/a&gt; we give a tip that disabling journal will minimize the creation of data files.&lt;/p&gt;

&lt;p&gt;Unfortunately the &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-33747&quot; title=&quot;Arbiter tries to start data replication if cannot find itself in config after restart&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-33747&quot;&gt;&lt;del&gt;SERVER-33747&lt;/del&gt;&lt;/a&gt; currently exists (affects 3.4+), so if there is a network error during an arbiter&apos;s startup it will start following procedures more like a data-bearing node, which require journal, and unintuitive errors can follow.&lt;/p&gt;

&lt;p&gt;Can we remove the &lt;em&gt;&quot;To minimize the default creation of data, set the following in the arbiter&#8217;s configuration file: ...&quot;&lt;/em&gt; advice until &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-33747&quot; title=&quot;Arbiter tries to start data replication if cannot find itself in config after restart&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-33747&quot;&gt;&lt;del&gt;SERVER-33747&lt;/del&gt;&lt;/a&gt; is fixed?&lt;/p&gt;</description>
                <environment></environment>
        <key id="532243">DOCS-11640</key>
            <summary>Remove no-journal tip for arbiters until SERVER-33747 is resolved</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="kay.kim@mongodb.com">Kay Kim</assignee>
                                    <reporter username="akira.kurogane">Akira Kurogane</reporter>
                        <labels>
                    </labels>
                <created>Mon, 23 Apr 2018 03:43:45 +0000</created>
                <updated>Mon, 30 Oct 2023 20:59:02 +0000</updated>
                            <resolved>Mon, 23 Apr 2018 04:10:52 +0000</resolved>
                                                    <fixVersion>Server_Docs_20231030</fixVersion>
                                    <component>manual</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="1871039" author="akira.kurogane" created="Mon, 23 Apr 2018 04:56:57 +0000"  >&lt;p&gt;Thanks Kay!&lt;/p&gt;</comment>
                            <comment id="1871019" author="xgen-internal-githook" created="Mon, 23 Apr 2018 04:08:35 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;kay.kim@10gen.com&apos;, &apos;username&apos;: &apos;kay-kim&apos;, &apos;name&apos;: &apos;kay&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11640&quot; title=&quot;Remove no-journal tip for arbiters until SERVER-33747 is resolved&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11640&quot;&gt;&lt;del&gt;DOCS-11640&lt;/del&gt;&lt;/a&gt;: remove arbiter no-journal tip&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/3835930a1ac7878b94026fa24c1d940302965968&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/3835930a1ac7878b94026fa24c1d940302965968&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1871016" author="xgen-internal-githook" created="Mon, 23 Apr 2018 04:08:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;kay.kim@10gen.com&apos;, &apos;username&apos;: &apos;kay-kim&apos;, &apos;name&apos;: &apos;kay&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11640&quot; title=&quot;Remove no-journal tip for arbiters until SERVER-33747 is resolved&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11640&quot;&gt;&lt;del&gt;DOCS-11640&lt;/del&gt;&lt;/a&gt;: remove arbiter no-journal tip until &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-33747&quot; title=&quot;Arbiter tries to start data replication if cannot find itself in config after restart&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-33747&quot;&gt;&lt;del&gt;SERVER-33747&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/3a7e1656ea9dcabf598178bbdbf0fb7975f5d331&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/3a7e1656ea9dcabf598178bbdbf0fb7975f5d331&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1871001" author="xgen-internal-githook" created="Mon, 23 Apr 2018 03:54:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;kay.kim@10gen.com&apos;, &apos;username&apos;: &apos;kay-kim&apos;, &apos;name&apos;: &apos;kay&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11640&quot; title=&quot;Remove no-journal tip for arbiters until SERVER-33747 is resolved&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11640&quot;&gt;&lt;del&gt;DOCS-11640&lt;/del&gt;&lt;/a&gt;: remove arbiter no-journal tip until &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-33747&quot; title=&quot;Arbiter tries to start data replication if cannot find itself in config after restart&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-33747&quot;&gt;&lt;del&gt;SERVER-33747&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/54a32bc409e4674e4a868da4ecd5aee02f334029&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/54a32bc409e4674e4a868da4ecd5aee02f334029&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="507774">SERVER-33747</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>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[500A000000ZspLwIAJ]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 23 Apr 2018 03:54:22 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        5 years, 42 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>emet.ozar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            5 years, 42 weeks, 3 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>akira.kurogane</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>kay.kim@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htw4c7:</customfieldvalue>

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

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