<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:36:25 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-298] Add a method to perform a fsync</title>
                <link>https://jira.mongodb.org/browse/CSHARP-298</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>&lt;p&gt;Mongo supports the fsync command since 1.3 (&lt;a href=&quot;http://www.mongodb.org/display/DOCS/fsync+Command&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.mongodb.org/display/DOCS/fsync+Command&lt;/a&gt;). It would be good to have a way to do that from the C# driver.&lt;/p&gt;</description>
                <environment></environment>
        <key id="20529">CSHARP-298</key>
            <summary>Add a method to perform a fsync</summary>
                <type id="2" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14711&amp;avatarType=issuetype">New Feature</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="flavien">Flavien</reporter>
                        <labels>
                            <label>fsync</label>
                    </labels>
                <created>Fri, 5 Aug 2011 10:58:24 +0000</created>
                <updated>Thu, 20 Mar 2014 16:39:07 +0000</updated>
                            <resolved>Wed, 28 Sep 2011 18:07:04 +0000</resolved>
                                    <version>1.1</version>
                                                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="46849" author="flavien" created="Sun, 7 Aug 2011 20:06:07 +0000"  >&lt;p&gt;Yes, this is fine, thank you. I just wasn&apos;t aware you could do that. You can close the work item.&lt;/p&gt;</comment>
                            <comment id="46668" author="rstam" created="Fri, 5 Aug 2011 17:41:38 +0000"  >&lt;p&gt;You can do this already:&lt;/p&gt;

&lt;p&gt;    server.AdminDatabase.RunCommand(&quot;fsync&quot;);&lt;/p&gt;

&lt;p&gt;or if you want to provide the async flag:&lt;/p&gt;

&lt;p&gt;    var fsync = new CommandDocument { &lt;/p&gt;
{ &quot;fsync&quot;, 1 }
&lt;p&gt;, &lt;/p&gt;
{ &quot;async&quot;, 1 }
&lt;p&gt; };&lt;br/&gt;
    server.AdminDatabase.RunCommand(fsync);&lt;/p&gt;

&lt;p&gt;We chose not to add a helper method for this command because we feel it would be very rarely used. Does the above way of running an fsync seem adequate to you?&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></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_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrh8jr:</customfieldvalue>

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