<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 07:58:20 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-9425] Missing command information for fsyncUnlock command from Database Commands</title>
                <link>https://jira.mongodb.org/browse/DOCS-9425</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;The information about the fsyncUnlock command is missing from the documentation.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://docs.mongodb.com/v3.2/reference/command/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/v3.2/reference/command/&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="335556">DOCS-9425</key>
            <summary>Missing command information for fsyncUnlock command from Database Commands</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="12300">Won&apos;t Do</resolution>
                                        <assignee username="ravind.kumar">Ravind Kumar</assignee>
                                    <reporter username="christkv">Christian Amor Kvalheim</reporter>
                        <labels>
                    </labels>
                <created>Thu, 1 Dec 2016 18:01:13 +0000</created>
                <updated>Mon, 30 Oct 2023 21:21:43 +0000</updated>
                            <resolved>Fri, 17 Mar 2023 02:06:19 +0000</resolved>
                                                    <fixVersion>Server_Docs_20231030</fixVersion>
                                    <component>Server</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="5279648" author="JIRAUSER1264463" created="Fri, 17 Mar 2023 02:06:19 +0000"  >&lt;p&gt;Closing this out on the grounds that:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Details of this request are significantly outdated.&#160;&lt;/li&gt;
	&lt;li&gt;Our documentation has evolved substantially since this request was made.&#160;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Based on this, closing as WON&apos;T DO. Please don&apos;t hesitate to give me a shout or to reopen if you disagree.&lt;/p&gt;</comment>
                            <comment id="1447127" author="ravind.kumar" created="Thu, 1 Dec 2016 18:57:31 +0000"  >&lt;p&gt;Ah, got it. Thanks &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=rassi&quot; class=&quot;user-hover&quot; rel=&quot;rassi&quot;&gt;rassi&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Note, commit + line # &lt;a href=&quot;https://github.com/mongodb/mongo/commit/8a805598bbcb2ac20c345e0734c9fbd4c4722cb0#diff-7a77c819e57ea6409997a4515451c863R163&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1447121" author="rassi@10gen.com" created="Thu, 1 Dec 2016 18:49:20 +0000"  >&lt;p&gt;db.fsyncLock() is implemented with the &quot;lock&quot; option to the fsync command (introduced in 1.4).  See &lt;a href=&quot;https://docs.mongodb.com/manual/reference/command/fsync/#dbcmd.fsync&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/manual/reference/command/fsync/#dbcmd.fsync&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Before version 3.2:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;db.fsyncUnlock() is implemented with a query on the &quot;db.$cmd.sys.unlock&quot; namespace.&lt;/li&gt;
	&lt;li&gt;db.killOp() is implemented with a query on the &quot;db.$cmd.sys.killop&quot; namespace.&lt;/li&gt;
	&lt;li&gt;db.currentOp() is implemented with a query on the &quot;db.$cmd.sys.inprog&quot; namespace.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The &quot;fsyncUnlock&quot;, &quot;killOp&quot;, and &quot;currentOp&quot; commands were introduced in server version 3.2 (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7775&quot; title=&quot;Make special commands (inprog, killop, unlock) go through the standard command codepath&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7775&quot;&gt;&lt;del&gt;SERVER-7775&lt;/del&gt;&lt;/a&gt;).  In the 3.2 shell and later, the above three shell methods use these three new server commands (if the server connected to by the shell supports them).&lt;/p&gt;

&lt;p&gt;The &quot;killOp&quot; command was documented in &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-7106&quot; title=&quot;Document the &amp;quot;killOp&amp;quot; command&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-7106&quot;&gt;&lt;del&gt;DOCS-7106&lt;/del&gt;&lt;/a&gt;, but the &quot;fsyncUnlock&quot; and &quot;currentOp&quot; commands still need documentation.  See linked DOCS tickets.&lt;/p&gt;</comment>
                            <comment id="1447114" author="ravind.kumar" created="Thu, 1 Dec 2016 18:34:01 +0000"  >&lt;p&gt;I think the &lt;tt&gt;fsync&lt;/tt&gt; dbcommand provides both lock and unlock capabilities.&lt;/p&gt;

&lt;p&gt;Rather, there are database shell methods for &lt;a href=&quot;https://docs.mongodb.com/manual/reference/method/db.fsyncLock/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fsynclock&lt;/a&gt; and &lt;a href=&quot;https://docs.mongodb.com/manual/reference/method/db.fsyncUnlock/#db.fsyncUnlock&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fsyncunlock&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Is there also a dbcommand version of fsynclock and fsyncunlock? I don&apos;t see a DOCS ticket about either of them as far as dbcommands go. I do see &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-4760&quot; title=&quot;Add commands for fsyncUnlock and fsyncIsLocked &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-4760&quot;&gt;&lt;del&gt;SERVER-4760&lt;/del&gt;&lt;/a&gt; but its not immediately clear if that resulted in the relevant commands being created. &lt;/p&gt;

&lt;p&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=kay.kim&quot; class=&quot;user-hover&quot; rel=&quot;kay.kim&quot;&gt;kay.kim&lt;/a&gt;, can you verify?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="290730">DOCS-8007</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="57665">SERVER-7775</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="263527">DOCS-7106</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_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 1 Dec 2016 18:34:01 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        46 weeks, 6 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>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>
                            46 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>christkv</customfieldvalue>
            <customfieldvalue>rassi</customfieldvalue>
            <customfieldvalue>ravind.kumar</customfieldvalue>
            <customfieldvalue>sarah.olson@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrmbpr:</customfieldvalue>

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

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