<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:38:33 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-1057] Detect &quot;jnote&quot; errors reported by server 2.4.x with { ok : 1 }</title>
                <link>https://jira.mongodb.org/browse/CSHARP-1057</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>&lt;p&gt;When sending a write concern of { j : true } to a server with journaling disabled server versions 2.2.x. and 2.4.x respond as follows:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&quot;{ \&quot;n\&quot; : 0, \&quot;connectionId\&quot; : 4, \&quot;jnote\&quot; : \&quot;journaling not enabled on this server\&quot;, \&quot;err\&quot; : null, \&quot;ok\&quot; : 1.0 }&quot;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;We were not properly detecting this as an error because we assumed that { ok : 1 } meant everything was OK.&lt;/p&gt;</description>
                <environment></environment>
        <key id="156683">CSHARP-1057</key>
            <summary>Detect &quot;jnote&quot; errors reported by server 2.4.x with { ok : 1 }</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="robert@mongodb.com">Robert Stam</reporter>
                        <labels>
                    </labels>
                <created>Fri, 5 Sep 2014 20:58:58 +0000</created>
                <updated>Wed, 10 Sep 2014 13:10:33 +0000</updated>
                            <resolved>Mon, 8 Sep 2014 16:45:29 +0000</resolved>
                                    <version>1.9.2</version>
                                                    <component>Error Handling</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="715558" author="xgen-internal-githook" created="Wed, 10 Sep 2014 13:10:33 +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@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1057&quot; title=&quot;Detect &amp;quot;jnote&amp;quot; errors reported by server 2.4.x with { ok : 1 }&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1057&quot;&gt;&lt;del&gt;CSHARP-1057&lt;/del&gt;&lt;/a&gt;: Fix unit test.&lt;/p&gt;

&lt;p&gt;Conflicts:&lt;br/&gt;
	src/MongoDB.Driver.Tests/Operations/BulkWriteOperationTests.cs&lt;br/&gt;
Branch: v1.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/6c48660cdb7925fa408081ce8ccbec94cf3d16de&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/6c48660cdb7925fa408081ce8ccbec94cf3d16de&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="713693" author="rstam" created="Mon, 8 Sep 2014 16:44:57 +0000"  >&lt;p&gt;We actually won&apos;t be doing this.&lt;/p&gt;

&lt;p&gt;See &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-959&quot; title=&quot;Ignore WNote and JNote on pre-2.6 Servers.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-959&quot;&gt;&lt;del&gt;CSHARP-959&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="713664" author="xgen-internal-githook" created="Mon, 8 Sep 2014 16:20:02 +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@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1057&quot; title=&quot;Detect &amp;quot;jnote&amp;quot; errors reported by server 2.4.x with { ok : 1 }&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1057&quot;&gt;&lt;del&gt;CSHARP-1057&lt;/del&gt;&lt;/a&gt;: Fix unit test.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/9e402475723d4a4e1bf5d69da6d9ac643d2d38f3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/9e402475723d4a4e1bf5d69da6d9ac643d2d38f3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="713662" author="xgen-internal-githook" created="Mon, 8 Sep 2014 16:19:58 +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@robertstam.org&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1057&quot; title=&quot;Detect &amp;quot;jnote&amp;quot; errors reported by server 2.4.x with { ok : 1 }&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1057&quot;&gt;&lt;del&gt;CSHARP-1057&lt;/del&gt;&lt;/a&gt;: Detect &quot;jnote&quot; errors reported by server 2.4.x.&quot;&lt;/p&gt;

&lt;p&gt;See &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-959&quot; title=&quot;Ignore WNote and JNote on pre-2.6 Servers.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-959&quot;&gt;&lt;del&gt;CSHARP-959&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This reverts commit 5c5aaa97d1f84d121a8ca0cba3521c5e1255abda.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/e7e012453346dceb076b1f0a3d69a5c6a5557643&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/e7e012453346dceb076b1f0a3d69a5c6a5557643&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="712811" author="xgen-internal-githook" created="Fri, 5 Sep 2014 21:08:17 +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@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1057&quot; title=&quot;Detect &amp;quot;jnote&amp;quot; errors reported by server 2.4.x with { ok : 1 }&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1057&quot;&gt;&lt;del&gt;CSHARP-1057&lt;/del&gt;&lt;/a&gt;: Detect &quot;jnote&quot; errors reported by server 2.4.x.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/5c5aaa97d1f84d121a8ca0cba3521c5e1255abda&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/5c5aaa97d1f84d121a8ca0cba3521c5e1255abda&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <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|hs1zkf:</customfieldvalue>

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