<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:24:05 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>[SERVER-30510] ApplyOps on an insertion into &quot;system.indexes&quot; no longer returns useful error with a bad index on 3.5.10</title>
                <link>https://jira.mongodb.org/browse/SERVER-30510</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;We are running an &quot;applyOps&quot; command with a single oplog entry using the Java driver -&amp;gt; an oplog entry that is an insertion into &quot;system.indexes&quot; collection. Before, when an index with a bad key (for example, a string) is in the oplog, it returns the following:&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;162539_thumb&quot; href=&quot;https://jira.mongodb.org/secure/attachment/162539/162539_Screen+Shot+2017-08-03+at+4.48.53+PM.png&quot; title=&quot;Screen Shot 2017-08-03 at 4.48.53 PM.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;162539&quot; file-preview-title=&quot;Screen Shot 2017-08-03 at 4.48.53 PM.png&quot;&gt;&lt;img src=&quot;https://jira.mongodb.org/secure/thumbnail/162539/_thumb_162539.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;

&lt;p&gt;On mongoDB 3.5.10, it returns the following:&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;162540_thumb&quot; href=&quot;https://jira.mongodb.org/secure/attachment/162540/162540_Screen+Shot+2017-08-03+at+4.43.46+PM.png&quot; title=&quot;Screen Shot 2017-08-03 at 4.43.46 PM.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;162540&quot; file-preview-title=&quot;Screen Shot 2017-08-03 at 4.43.46 PM.png&quot;&gt;&lt;img src=&quot;https://jira.mongodb.org/secure/thumbnail/162540/_thumb_162540.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;

&lt;p&gt;The fact that the error is &quot;Unknown&quot; renders us incapable of handling it gracefully.&lt;/p&gt;</description>
                <environment></environment>
        <key id="412549">SERVER-30510</key>
            <summary>ApplyOps on an insertion into &quot;system.indexes&quot; no longer returns useful error with a bad index on 3.5.10</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="13201">Fixed</resolution>
                                        <assignee username="louis.williams@mongodb.com">Louis Williams</assignee>
                                    <reporter username="yunhe.wang">YunHe Wang</reporter>
                        <labels>
                    </labels>
                <created>Thu, 3 Aug 2017 20:51:34 +0000</created>
                <updated>Mon, 30 Oct 2023 23:14:36 +0000</updated>
                            <resolved>Mon, 11 Sep 2017 18:34:11 +0000</resolved>
                                    <version>3.5.10</version>
                                    <fixVersion>3.5.13</fixVersion>
                                                        <votes>0</votes>
                                    <watches>10</watches>
                                                                                                                <comments>
                            <comment id="1669707" author="ramon.fernandez" created="Mon, 11 Sep 2017 19:11:37 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: u&apos;louiswilliams&apos;, &apos;name&apos;: u&apos;Louis Williams&apos;, &apos;email&apos;: u&apos;louis.williams@mongodb.com&apos;}
&lt;p&gt;Message:&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-30510&quot; title=&quot;ApplyOps on an insertion into &amp;quot;system.indexes&amp;quot; no longer returns useful error with a bad index on 3.5.10&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-30510&quot;&gt;&lt;del&gt;SERVER-30510&lt;/del&gt;&lt;/a&gt; Catch errors when trying to write to the system.indexes collection using applyOps&lt;br/&gt;
Branch:master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/339c91b33ab2512a2664f7402a00ec5dfdbf5011&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/339c91b33ab2512a2664f7402a00ec5dfdbf5011&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1668096" author="louis.williams" created="Fri, 8 Sep 2017 15:43:57 +0000"  >&lt;p&gt;Disregard my previous comment. Inserting into &quot;system.indexes&quot; on 3.5 with the applyOps command, while incorrect, will convert it to the correct &quot;createIndexes&quot; operation.&lt;/p&gt;</comment>
                            <comment id="1657529" author="david.dana" created="Fri, 25 Aug 2017 19:28:28 +0000"  >&lt;p&gt;FYI this is guy is blocking CLOUDP-23661... not a fire but it&apos;s been blocked for a bit and would be good to get unblocked in the next three weeks.&lt;/p&gt;</comment>
                            <comment id="1640299" author="kaloian.manassiev" created="Thu, 3 Aug 2017 21:38:36 +0000"  >&lt;p&gt;Looks like this message came with &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=milkie&quot; class=&quot;user-hover&quot; rel=&quot;milkie&quot;&gt;milkie&lt;/a&gt;&apos;s commit for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27246&quot; title=&quot;Running applyOps with an op on a nonexistent database using mmapv1 will crash mongod&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27246&quot;&gt;&lt;del&gt;SERVER-27246&lt;/del&gt;&lt;/a&gt; - &lt;a href=&quot;https://github.com/mongodb/mongo/commit/0b9be138fb58ea4ef2ca77ddebf53b6c76238a13&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0b9be138fb58ea4ef2ca77ddebf53b6c76238a13&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="426198">SERVER-31034</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="162540" name="Screen Shot 2017-08-03 at 4.43.46 PM.png" size="98730" author="yunhe.wang" created="Thu, 3 Aug 2017 21:01:16 +0000"/>
                            <attachment id="162539" name="Screen Shot 2017-08-03 at 4.48.53 PM.png" size="95097" author="yunhe.wang" created="Thu, 3 Aug 2017 21:00:50 +0000"/>
                    </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_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <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_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 3 Aug 2017 21:38:36 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        6 years, 22 weeks, 2 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>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            6 years, 22 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>david.dana@mongodb.com</customfieldvalue>
            <customfieldvalue>kaloian.manassiev@mongodb.com</customfieldvalue>
            <customfieldvalue>louis.williams@mongodb.com</customfieldvalue>
            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>
            <customfieldvalue>yunhe.wang</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htcblr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|ht4313:</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_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1888">Storage 2017-10-02</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_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htbxof:</customfieldvalue>

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