<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:38:01 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>[CSHARP-856] please update description of &apos;fsync&apos; write concern flag</title>
                <link>https://jira.mongodb.org/browse/CSHARP-856</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>&lt;p&gt;Since your driver&apos;s documentation (e.g. &lt;a href=&quot;https://api.mongodb.org/csharp/current/html/3de7ce92-7bae-2ea6-d7a7-87c6924acd6e.htm&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;) describes the &apos;fsync&apos; write concern flag, can you please update its description so that it accurately describes the current behavior, which is:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;&apos;fsync&apos; is identical to &apos;j&apos; if mongod is running with a journal (today, 99% of users should be here)&lt;/li&gt;
	&lt;li&gt;&apos;fsync&apos; requests that the write be sync()&apos;d to disk only if mongod is not running with a journal&lt;/li&gt;
	&lt;li&gt;&apos;fsync&apos; cannot be used simultaneously with the &apos;j&apos; flag&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;The point is that:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;&apos;j&apos; means &apos;sync via the journal if present, or error if not, or if &apos;fsync&apos; is also set&apos;&lt;/li&gt;
	&lt;li&gt;&apos;fsync&apos; means &apos;sync via the journal if present, or sync via msync() if there is no journal, and error if &apos;j&apos; is also set&apos;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Additionally, could you please mark the &apos;fsync&apos; flag as &quot;Deprecated; do not use&quot;, following this commit &lt;a href=&quot;https://github.com/mongodb/docs/commit/75c648730b54a920cf85372fd27ab8600b67b794&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please see &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-11399&quot; title=&quot;merge fsync and j flags&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-11399&quot;&gt;&lt;del&gt;SERVER-11399&lt;/del&gt;&lt;/a&gt; for background.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;</description>
                <environment></environment>
        <key id="96323">CSHARP-856</key>
            <summary>please update description of &apos;fsync&apos; write concern flag</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="robert@mongodb.com">Robert Stam</assignee>
                                    <reporter username="duraid.madina@10gen.com">Duraid Madina</reporter>
                        <labels>
                    </labels>
                <created>Wed, 30 Oct 2013 05:19:27 +0000</created>
                <updated>Thu, 2 Apr 2015 18:28:36 +0000</updated>
                            <resolved>Mon, 24 Feb 2014 15:40:35 +0000</resolved>
                                                    <fixVersion>1.9</fixVersion>
                                    <component>Documentation</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="502336" author="rstam" created="Thu, 20 Feb 2014 15:56:02 +0000"  >&lt;p&gt;In the .NET driver the online documentation is by our own choice almost always just a sentence long.&lt;/p&gt;

&lt;p&gt;I&apos;ve altered the documentation for FSync and Journal to clarify that what these options do is specify the details of the WriteConcern to use.&lt;/p&gt;</comment>
                            <comment id="502332" author="xgen-internal-githook" created="Thu, 20 Feb 2014 15:53:09 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-856&quot; title=&quot;please update description of &amp;#39;fsync&amp;#39; write concern flag&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-856&quot;&gt;&lt;del&gt;CSHARP-856&lt;/del&gt;&lt;/a&gt;: Reword online documentation for WriteConcern FSync and Journal properties.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/895c75170d08df59eac85644368184a27a2533d7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/895c75170d08df59eac85644368184a27a2533d7&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="96494">DRIVERS-125</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrtvhz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>88235</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>