<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:08:52 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>[DOCS-13846] Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments</title>
                <link>https://jira.mongodb.org/browse/DOCS-13846</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;h2&gt;&lt;a name=&quot;Description&quot;&gt;&lt;/a&gt;Description&lt;/h2&gt;

    &lt;div class=&quot;panel&quot; style=&quot;background-color: #c2d2c2;border-width: 1px;&quot;&gt;&lt;div class=&quot;panelHeader&quot; style=&quot;border-bottom-width: 1px;background-color: #239eb0;&quot;&gt;&lt;b&gt;Downstream Change Summary&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;panelContent&quot; style=&quot;background-color: #c2d2c2;&quot;&gt;
&lt;p&gt;    Added validation of number of arguments for shell functions ensureIndex, createIndex and createIndexes. Arguments handling or functions behaviour is not changed.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;h2&gt;&lt;a name=&quot;DescriptionofLinkedTicket&quot;&gt;&lt;/a&gt;Description of Linked Ticket&lt;/h2&gt;
&lt;p&gt;    If a third argument is passed to the ensureIndex() with valid options, then the behavior is to ignore the third argument instead of an error. So for example, if I execute the following&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;db.myColl.ensureIndex( { my_date: 1}, {expireAfterSeconds: 2678400},{background: true, sparse: true } ) &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;the third argument which is critical to the purpose of this index build is completely ignored and the index is built in the foreground with no sparse option. This can lead to catastrophic events if myColl is very large and foreground index was not a choice. Can this be fixed so a user is not punished for accidentally passing the critical options as a third argument in the index build? The version we tried this is 3.2.9&lt;/p&gt;


&lt;h2&gt;&lt;a name=&quot;Scopeofchanges&quot;&gt;&lt;/a&gt;Scope of changes&lt;/h2&gt;

&lt;h2&gt;&lt;a name=&quot;ImpacttoOtherDocs&quot;&gt;&lt;/a&gt;Impact to Other Docs&lt;/h2&gt;

&lt;h2&gt;&lt;a name=&quot;MVP%28WorkandDate%29&quot;&gt;&lt;/a&gt;MVP (Work and Date)&lt;/h2&gt;

&lt;h2&gt;&lt;a name=&quot;Resources%28ScopeorDesignDocs%2CInvision%2Cetc.%29&quot;&gt;&lt;/a&gt;Resources (Scope or Design Docs, Invision, etc.)&lt;/h2&gt;
</description>
                <environment></environment>
        <key id="1450080">DOCS-13846</key>
            <summary>Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="dave.cuthbert@mongodb.com">Dave Cuthbert</assignee>
                                    <reporter username="backlog-server-pm">Backlog - Core Eng Program Management Team</reporter>
                        <labels>
                    </labels>
                <created>Mon, 24 Aug 2020 08:20:59 +0000</created>
                <updated>Mon, 13 Nov 2023 18:03:31 +0000</updated>
                            <resolved>Fri, 20 Nov 2020 16:43:15 +0000</resolved>
                                                    <fixVersion>4.7.0</fixVersion>
                    <fixVersion>4.4.2</fixVersion>
                    <fixVersion>4.2.10</fixVersion>
                    <fixVersion>3.6.21</fixVersion>
                    <fixVersion>4.0.21</fixVersion>
                    <fixVersion>Server_Docs_20231030</fixVersion>
                    <fixVersion>Server_Docs_20231106</fixVersion>
                    <fixVersion>Server_Docs_20231105</fixVersion>
                    <fixVersion>Server_Docs_20231113</fixVersion>
                                    <component>manual</component>
                    <component>Server</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="3581340" author="xgen-internal-githook" created="Mon, 25 Jan 2021 20:29:27 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Andrew Feierabend&apos;, &apos;email&apos;: &apos;andrew.feierabend@mongodb.com&apos;, &apos;username&apos;: &apos;andf-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt; fix code-block indentation&lt;br/&gt;
Branch: v4.2.12&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/f7379d34c2a6290aae20c9930445d2b0fa937978&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/f7379d34c2a6290aae20c9930445d2b0fa937978&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3581339" author="xgen-internal-githook" created="Mon, 25 Jan 2021 20:29:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Dave Cuthbert&apos;, &apos;email&apos;: &apos;dave.cuthbert@mongodb.com&apos;, &apos;username&apos;: &apos;davemungo&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt; error message for createIndex&lt;br/&gt;
Branch: v4.2.12&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/6cc91018f64749e1abff13f575f99be696e76dda&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/6cc91018f64749e1abff13f575f99be696e76dda&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3499887" author="xgen-internal-githook" created="Fri, 20 Nov 2020 15:55:06 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Andrew Feierabend&apos;, &apos;email&apos;: &apos;andrew.feierabend@mongodb.com&apos;, &apos;username&apos;: &apos;andf-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt; fix code-block indentation&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/53f51e0cff44e84c1b094e490e06d6607645786a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/53f51e0cff44e84c1b094e490e06d6607645786a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3499886" author="xgen-internal-githook" created="Fri, 20 Nov 2020 15:54:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Dave Cuthbert&apos;, &apos;email&apos;: &apos;dave.cuthbert@mongodb.com&apos;, &apos;username&apos;: &apos;davemungo&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt; error message for createIndex&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/2479412fc93d50a980710524a8506df55e941c85&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/2479412fc93d50a980710524a8506df55e941c85&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3499827" author="xgen-internal-githook" created="Fri, 20 Nov 2020 15:40:15 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Dave Cuthbert&apos;, &apos;email&apos;: &apos;dave.cuthbert@mongodb.com&apos;, &apos;username&apos;: &apos;davemungo&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt; error message for createIndex&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt;-error-message-for-createIndex-v3.6.21&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/bea20041d2deaf8c18f62f4fd59138fb830dbe58&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/bea20041d2deaf8c18f62f4fd59138fb830dbe58&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3499790" author="xgen-internal-githook" created="Fri, 20 Nov 2020 15:21:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Andrew Feierabend&apos;, &apos;email&apos;: &apos;andrew.feierabend@mongodb.com&apos;, &apos;username&apos;: &apos;andf-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt; fix code-block indentation&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/d1de535ac17dcb247e9be429889d73d0f00bfba2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/d1de535ac17dcb247e9be429889d73d0f00bfba2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3499789" author="xgen-internal-githook" created="Fri, 20 Nov 2020 15:20:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Andrew Feierabend&apos;, &apos;email&apos;: &apos;andrew.feierabend@mongodb.com&apos;, &apos;username&apos;: &apos;andf-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt; fix code-block indentation&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/f7379d34c2a6290aae20c9930445d2b0fa937978&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/f7379d34c2a6290aae20c9930445d2b0fa937978&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3499787" author="xgen-internal-githook" created="Fri, 20 Nov 2020 15:20:03 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Andrew Feierabend&apos;, &apos;email&apos;: &apos;andrew.feierabend@mongodb.com&apos;, &apos;username&apos;: &apos;andf-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt; fix code-block intendation&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/e35007b0a447299a3bc7831cb9104d481f1dc133&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/e35007b0a447299a3bc7831cb9104d481f1dc133&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3499782" author="xgen-internal-githook" created="Fri, 20 Nov 2020 15:18:51 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Andrew Feierabend&apos;, &apos;email&apos;: &apos;andrew.feierabend@mongodb.com&apos;, &apos;username&apos;: &apos;andf-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt; fix code-block intendation&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/bcba065a1ef8ceafa085552e6eaf6e81b5671111&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/bcba065a1ef8ceafa085552e6eaf6e81b5671111&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3499765" author="xgen-internal-githook" created="Fri, 20 Nov 2020 15:15:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Dave Cuthbert&apos;, &apos;email&apos;: &apos;dave.cuthbert@mongodb.com&apos;, &apos;username&apos;: &apos;davemungo&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt; error message for createIndex&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/820af688f0c3f5ee697edb24b8b7c225e99cc6ea&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/820af688f0c3f5ee697edb24b8b7c225e99cc6ea&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3499763" author="xgen-internal-githook" created="Fri, 20 Nov 2020 15:14:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Dave Cuthbert&apos;, &apos;email&apos;: &apos;dave.cuthbert@mongodb.com&apos;, &apos;username&apos;: &apos;davemungo&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt; error message for createIndex&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/6cc91018f64749e1abff13f575f99be696e76dda&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/6cc91018f64749e1abff13f575f99be696e76dda&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3498769" author="xgen-internal-githook" created="Thu, 19 Nov 2020 23:05:19 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Dave Cuthbert&apos;, &apos;email&apos;: &apos;dave.cuthbert@mongodb.com&apos;, &apos;username&apos;: &apos;davemungo&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt; error message for createIndex&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt;-error-message-for-createIndex-v4.0.21&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/4ebae2b371876d1d0b60b514f7031acb58710f54&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/4ebae2b371876d1d0b60b514f7031acb58710f54&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3498741" author="xgen-internal-githook" created="Thu, 19 Nov 2020 22:51:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Dave Cuthbert&apos;, &apos;email&apos;: &apos;dave.cuthbert@mongodb.com&apos;, &apos;username&apos;: &apos;davemungo&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt; error message for createIndex&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt;-error-message-for-createIndex-v4.2.10&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/e9fa05d94c9020889f0bb489f6f9b3f45e243627&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/e9fa05d94c9020889f0bb489f6f9b3f45e243627&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3498404" author="xgen-internal-githook" created="Thu, 19 Nov 2020 20:19:36 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Dave Cuthbert&apos;, &apos;email&apos;: &apos;dave.cuthbert@mongodb.com&apos;, &apos;username&apos;: &apos;davemungo&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt; error message for createIndex&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/372d0ee2745b1bea5cb7cdcf51f284c8d2648b1a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/372d0ee2745b1bea5cb7cdcf51f284c8d2648b1a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3498358" author="xgen-internal-githook" created="Thu, 19 Nov 2020 19:59:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Dave Cuthbert&apos;, &apos;email&apos;: &apos;dave.cuthbert@mongodb.com&apos;, &apos;username&apos;: &apos;davemungo&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt; error message for createIndex&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt;-error-message-for-createIndex-v4.4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/e33a13e289dd1a09884de11d79da4721f97f0705&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/e33a13e289dd1a09884de11d79da4721f97f0705&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3494742" author="xgen-internal-githook" created="Tue, 17 Nov 2020 22:28:09 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Dave Cuthbert&apos;, &apos;email&apos;: &apos;dave.cuthbert@mongodb.com&apos;, &apos;username&apos;: &apos;davemungo&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13846&quot; title=&quot;Investigate changes in SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13846&quot;&gt;&lt;del&gt;DOCS-13846&lt;/del&gt;&lt;/a&gt; error message for createIndex&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/e8e9413baad9310728458c61b6a9d466ad3a5a4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/e8e9413baad9310728458c61b6a9d466ad3a5a4c&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                            <outwardlinks description="documents">
                                        <issuelink>
            <issuekey id="325927">SERVER-26726</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>16.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 24 Aug 2020 18:42:00 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 2 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCSP-9747</customfieldvalue>
                        </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>emet.ozar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            3 years, 2 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>backlog-server-pm</customfieldvalue>
            <customfieldvalue>dave.cuthbert@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hy1qpz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hxocaf:</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="4441">ServerDocs2020: Nov10 - Nov 17</customfieldvalue>
    <customfieldvalue id="4452">ServerDocs2020: Nov17 - Nov 24</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hy1czb:</customfieldvalue>

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