<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:00:58 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-2712] unable to delete index</title>
                <link>https://jira.mongodb.org/browse/SERVER-2712</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2709&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/SERVER-2709&lt;/a&gt; seems to have messed up &lt;em&gt;all&lt;/em&gt; of the indexes in &lt;em&gt;other&lt;/em&gt; members of the set.  A majority of the set is up and healthy, but now I can&apos;t delete any indexes from the collection.&lt;/p&gt;

&lt;p&gt;&amp;gt; // db == mongos&lt;br/&gt;
&amp;gt; db.c.getIndexes()&lt;br/&gt;
[&lt;br/&gt;
        {&lt;br/&gt;
                &quot;name&quot; : &quot;&lt;em&gt;id&lt;/em&gt;&quot;,&lt;br/&gt;
                &quot;ns&quot; : &quot;test.c&quot;,&lt;br/&gt;
                &quot;key&quot; : &lt;/p&gt;
{
                        &quot;_id&quot; : 1
                }
&lt;p&gt;,&lt;br/&gt;
                &quot;v&quot; : 0&lt;br/&gt;
        },&lt;br/&gt;
        {&lt;br/&gt;
                &quot;ns&quot; : &quot;test.c&quot;,&lt;br/&gt;
                &quot;key&quot; : &lt;/p&gt;
{
                        &quot;random&quot; : 1
                }
&lt;p&gt;,&lt;br/&gt;
                &quot;name&quot; : &quot;random_1&quot;,&lt;br/&gt;
                &quot;v&quot; : 0&lt;br/&gt;
        },&lt;br/&gt;
        {&lt;br/&gt;
                &quot;_id&quot; : ObjectId(&quot;4d7695200745733482c8f86f&quot;),&lt;br/&gt;
                &quot;ns&quot; : &quot;test.c&quot;,&lt;br/&gt;
                &quot;key&quot; : &lt;/p&gt;
{
                        &quot;_id&quot; : 1,
                        &quot;random&quot; : -1
                }
&lt;p&gt;,&lt;br/&gt;
                &quot;name&quot; : &quot;&lt;em&gt;id_1_random&lt;/em&gt;-1&quot;,&lt;br/&gt;
                &quot;v&quot; : 0&lt;br/&gt;
        },&lt;br/&gt;
        {&lt;br/&gt;
                &quot;_id&quot; : ObjectId(&quot;4d7697a70745733482c8f870&quot;),&lt;br/&gt;
                &quot;ns&quot; : &quot;test.c&quot;,&lt;br/&gt;
                &quot;key&quot; : &lt;/p&gt;
{
                        &quot;id&quot; : -1,
                        &quot;random&quot; : -1
                }
&lt;p&gt;,&lt;br/&gt;
                &quot;name&quot; : &quot;id_-1_random_-1&quot;,&lt;br/&gt;
                &quot;background&quot; : true,&lt;br/&gt;
                &quot;v&quot; : 0&lt;br/&gt;
        }&lt;br/&gt;
]&lt;br/&gt;
&amp;gt; db.runCommand(&lt;/p&gt;
{&quot;deleteIndexes&quot; :&quot;test.c&quot;, index : &quot;_id_1_random_-1&quot;}
&lt;p&gt;)&lt;br/&gt;
{&lt;br/&gt;
        &quot;raw&quot; : {&lt;br/&gt;
                &quot;bar/ec2-50-17-62-250.compute-1.amazonaws.com:27018,ec2-67-202-41-42.compute-1.amazonaws.com:27019,ec2-50-16-149-199.compute-1.amazonaws.com:27018&quot; : &lt;/p&gt;
{
                        &quot;errmsg&quot; : &quot;ns not found&quot;,
                        &quot;ok&quot; : 0
                }
&lt;p&gt;        },&lt;br/&gt;
        &quot;ok&quot; : 0,&lt;br/&gt;
        &quot;errmsg&quot; : &quot;&lt;/p&gt;
{ bar/ec2-50-17-62-250.compute-1.amazonaws.com:27018,ec2-67-202-41-42.compute-1.amazonaws.com:27019,ec2-50-16-149-199.compute-1.amazonaws.com:27018: \&quot;ns not found\&quot; }
&lt;p&gt;&quot;&lt;br/&gt;
&amp;gt; r = connect(&quot;ec2-50-17-62-250.compute-1.amazonaws.com:27018/admin&quot;)&lt;br/&gt;
connecting to: ec2-50-17-62-250.compute-1.amazonaws.com:27018/admin&lt;br/&gt;
admin&lt;br/&gt;
bar:SECONDARY&amp;gt; r.runCommand(&lt;/p&gt;
{replSetGetStatus:1}
&lt;p&gt;)&lt;br/&gt;
{&lt;br/&gt;
        &quot;set&quot; : &quot;bar&quot;,&lt;br/&gt;
        &quot;date&quot; : ISODate(&quot;2011-03-08T21:47:57Z&quot;),&lt;br/&gt;
        &quot;myState&quot; : 2,&lt;br/&gt;
        &quot;members&quot; : [&lt;br/&gt;
                {&lt;br/&gt;
                        &quot;_id&quot; : 0,&lt;br/&gt;
                        &quot;name&quot; : &quot;ec2-50-16-149-199.compute-1.amazonaws.com:27018&quot;,&lt;br/&gt;
                        &quot;health&quot; : 1,&lt;br/&gt;
                        &quot;state&quot; : 1,&lt;br/&gt;
                        &quot;stateStr&quot; : &quot;PRIMARY&quot;,&lt;br/&gt;
                        &quot;uptime&quot; : 10954,&lt;br/&gt;
                        &quot;optime&quot; : &lt;/p&gt;
{
                                &quot;t&quot; : 1299620875000,
                                &quot;i&quot; : 2
                        }
&lt;p&gt;,&lt;br/&gt;
                        &quot;optimeDate&quot; : ISODate(&quot;2011-03-08T21:47:55Z&quot;),&lt;br/&gt;
                        &quot;lastHeartbeat&quot; : ISODate(&quot;2011-03-08T21:47:56Z&quot;)&lt;br/&gt;
                },&lt;br/&gt;
                {&lt;br/&gt;
                        &quot;_id&quot; : 1,&lt;br/&gt;
                        &quot;name&quot; : &quot;ec2-50-17-62-250.compute-1.amazonaws.com:27018&quot;,&lt;br/&gt;
                        &quot;health&quot; : 1,&lt;br/&gt;
                        &quot;state&quot; : 2,&lt;br/&gt;
                        &quot;stateStr&quot; : &quot;SECONDARY&quot;,&lt;br/&gt;
                        &quot;optime&quot; : &lt;/p&gt;
{
                                &quot;t&quot; : 1299620874000,
                                &quot;i&quot; : 4
                        }
&lt;p&gt;,&lt;br/&gt;
                        &quot;optimeDate&quot; : ISODate(&quot;2011-03-08T21:47:54Z&quot;),&lt;br/&gt;
                        &quot;self&quot; : true&lt;br/&gt;
                },&lt;br/&gt;
                {&lt;br/&gt;
                        &quot;_id&quot; : 2,&lt;br/&gt;
                        &quot;name&quot; : &quot;ec2-67-202-41-42.compute-1.amazonaws.com:27019&quot;,&lt;br/&gt;
                        &quot;health&quot; : 0,&lt;br/&gt;
                        &quot;state&quot; : 3,&lt;br/&gt;
                        &quot;stateStr&quot; : &quot;(not reachable/healthy)&quot;,&lt;br/&gt;
                        &quot;uptime&quot; : 0,&lt;br/&gt;
                        &quot;optime&quot; : &lt;/p&gt;
{
                                &quot;t&quot; : 1299618206000,
                                &quot;i&quot; : 3
                        }
&lt;p&gt;,&lt;br/&gt;
                        &quot;optimeDate&quot; : ISODate(&quot;2011-03-08T21:03:26Z&quot;),&lt;br/&gt;
                        &quot;lastHeartbeat&quot; : ISODate(&quot;2011-03-08T21:04:06Z&quot;),&lt;br/&gt;
                        &quot;errmsg&quot; : &quot;socket exception&quot;&lt;br/&gt;
                }&lt;br/&gt;
        ],&lt;br/&gt;
        &quot;ok&quot; : 1&lt;br/&gt;
}&lt;br/&gt;
bar:SECONDARY&amp;gt; r.getSisterDB(&quot;test&quot;).system.namespaces.find()&lt;/p&gt;
{ &quot;name&quot; : &quot;test.system.indexes&quot; }
{ &quot;name&quot; : &quot;test.foo&quot; }
{ &quot;name&quot; : &quot;test.foo.$_id_&quot; }
{ &quot;name&quot; : &quot;test.foo.$x_1&quot; }
{ &quot;name&quot; : &quot;test.c&quot; }
{ &quot;name&quot; : &quot;test.c.$_id_&quot; }
{ &quot;name&quot; : &quot;test.c.$random_1&quot; }
{ &quot;name&quot; : &quot;test.c.$_id_1_random_-1&quot; }
{ &quot;name&quot; : &quot;test.c.$id_-1_random_-1&quot; }

&lt;p&gt;Attempting to drop any index through mongos gives the same message.&lt;/p&gt;</description>
                <environment></environment>
        <key id="15046">SERVER-2712</key>
            <summary>unable to delete index</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="5">Cannot Reproduce</resolution>
                                        <assignee username="kristina">Kristina Chodorow</assignee>
                                    <reporter username="kristina">Kristina Chodorow</reporter>
                        <labels>
                    </labels>
                <created>Tue, 8 Mar 2011 21:58:56 +0000</created>
                <updated>Wed, 29 Feb 2012 03:54:01 +0000</updated>
                            <resolved>Fri, 2 Sep 2011 14:48:28 +0000</resolved>
                                    <version>1.8.0-rc1</version>
                                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                        <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 50 weeks, 1 day 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>ian@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            12 years, 50 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </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>kristina</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrp48v:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hridx3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>20907</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_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|hsityf:</customfieldvalue>

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