<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:55:35 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-939] Ability to distribute collections in a single db</title>
                <link>https://jira.mongodb.org/browse/SERVER-939</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The implementation of this feature (without moveCollections) has the following work items:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Add new parsing functionality to mongos/mongod for chunk manager logic&lt;/li&gt;
	&lt;li&gt;Build new scatterCollections and createCollection commands&lt;/li&gt;
	&lt;li&gt;Deprecate enableSharding&lt;/li&gt;
	&lt;li&gt;Moderate refactoring of the mongod config reload codebase (d_logic.cpp)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;To implement moveCollections some additional work is probably necessary, but we can leverage much of the cloneCollection framework.&lt;/p&gt;</description>
                <environment></environment>
        <key id="10661">SERVER-939</key>
            <summary>Ability to distribute collections in a single db</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="10033" iconUrl="https://jira.mongodb.org/images/icons/statuses/information.png" description="Status for tickets that need to be escalated and unblocked on our team.">Blocked</status>
                    <statusCategory id="4" key="indeterminate" colorName="inprogress"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="backlog-server-catalog-and-routing">Backlog - Catalog and Routing</assignee>
                                    <reporter username="eliot">Eliot Horowitz</reporter>
                        <labels>
                            <label>oldshardingemea</label>
                            <label>pm-1051-legacy-tickets</label>
                    </labels>
                <created>Mon, 28 Sep 2009 08:59:36 +0000</created>
                <updated>Thu, 26 Oct 2023 09:51:10 +0000</updated>
                                                                            <component>Sharding</component>
                                        <votes>96</votes>
                                    <watches>89</watches>
                                                                                                                <comments>
                            <comment id="5547529" author="JIRAUSER1263826" created="Thu, 6 Jul 2023 14:45:37 +0000"  >&lt;p&gt;This was part of Global balancer, PM-2325 that was closed as execution it might result in decreased cluster performance for existing customers&lt;/p&gt;</comment>
                            <comment id="759669" author="asya" created="Sun, 9 Nov 2014 17:06:01 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=crazyzh1984&quot; class=&quot;user-hover&quot; rel=&quot;crazyzh1984&quot;&gt;crazyzh1984&lt;/a&gt; first of all, document size limit is 16MB and not 4MB.&lt;/p&gt;

&lt;p&gt;And you can already distribute collections across shards via tag aware sharding - I have a write-up with some examples here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://askasya.com/post/taggedcollectionbalancing&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://askasya.com/post/taggedcollectionbalancing&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In addition you can store all blog posts in a single collection, just identifying it with a specific author and then shard the collection by author.&lt;/p&gt;</comment>
                            <comment id="759647" author="crazyzh1984" created="Sun, 9 Nov 2014 07:41:44 +0000"  >&lt;p&gt;Because documents has size limit of 4MB, so we use collections to aggregate records.&lt;br/&gt;
For example&#65306;There is a blog cloud(SAAS),&lt;br/&gt;
we create a collection of mongodb dynamiclly for each author, to store their own blog posts privately.&lt;br/&gt;
we may create millions of collections, and we wish to shard on collections level.&lt;br/&gt;
As each author has limited number of posts, so all the data of a collection will shard into one single server.&lt;/p&gt;

&lt;p&gt;We wish to shard on collections dynamically, a use case: &lt;br/&gt;
collections with name ends with &apos;A&apos; will go to shard1,&lt;br/&gt;
collections with name ends with &apos;B&apos; will go to shard2,&lt;br/&gt;
etc&lt;/p&gt;

&lt;p&gt;We really expect this feature. &lt;br/&gt;
thks&lt;/p&gt;</comment>
                            <comment id="261409" author="auto" created="Fri, 8 Feb 2013 22:34:40 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-29T16:08:11Z&apos;, u&apos;email&apos;: u&apos;randolph@10gen.com&apos;, u&apos;name&apos;: u&apos;Randolph Tan&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; abilitiy to distribute collections in a single db&lt;/p&gt;

&lt;p&gt;Port tests from d_chunk_manager_tests.cpp for collection_manager_test.cpp&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d305bf71dd0c49909c7c59eb3d8c282f9d966128&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d305bf71dd0c49909c7c59eb3d8c282f9d966128&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="246782" author="auto" created="Tue, 22 Jan 2013 18:49:19 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-22T18:36:24Z&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Removed unused default parameter from extract function&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/439ce8c8911e33ec47fd1bec9bb6289baf3edfc0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/439ce8c8911e33ec47fd1bec9bb6289baf3edfc0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="246781" author="auto" created="Tue, 22 Jan 2013 18:49:17 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-22T17:33:03Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Made source argument of parseBSON const ref&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/24b35b78bc6f7b7e964edfa2ae96813a39aac4f7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/24b35b78bc6f7b7e964edfa2ae96813a39aac4f7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="246780" author="auto" created="Tue, 22 Jan 2013 18:49:15 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-22T17:26:31Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Change FIELD_VALID to FIELD_SET&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f9b9bb1f42814b7aa487d1c589cbee3bbde9ed3b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f9b9bb1f42814b7aa487d1c589cbee3bbde9ed3b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="246779" author="auto" created="Tue, 22 Jan 2013 18:49:13 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-22T17:23:50Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Made is*Set methods const&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/aa8e450455f538d3fd631b0b19f4cfba2ddde4ae&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/aa8e450455f538d3fd631b0b19f4cfba2ddde4ae&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="244012" author="auto" created="Fri, 18 Jan 2013 23:41:38 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-18T22:46:27Z&apos;, u&apos;email&apos;: u&apos;randolph@10gen.com&apos;, u&apos;name&apos;: u&apos;Randolph Tan&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; abilitiy to distribute collections in a single db&lt;/p&gt;

&lt;p&gt;Fixed test failure due to uninitialized flag in the mock cursor.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3dfc22e239d7455608a2ad2bc1197eac78550a23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3dfc22e239d7455608a2ad2bc1197eac78550a23&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242686" author="auto" created="Thu, 17 Jan 2013 17:10:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-17T17:04:05Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Added defaults to fields to fix field_parser test&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5205372fbe4eddc3296c2c155ea0699b661a10e8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5205372fbe4eddc3296c2c155ea0699b661a10e8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242619" author="auto" created="Thu, 17 Jan 2013 16:12:05 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-17T11:50:27Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Update ChangelogType with new method of recording field presence and handling defaults&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/058b24ef9aae96edfc9d70f7d9cedf284f3d8bb5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/058b24ef9aae96edfc9d70f7d9cedf284f3d8bb5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242618" author="auto" created="Thu, 17 Jan 2013 16:12:03 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-17T11:50:28Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Update ChunkType with new method of recording field presence and handling defaults&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/19be6832a2e64bede6c6120c8933e4a97caf9312&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/19be6832a2e64bede6c6120c8933e4a97caf9312&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242617" author="auto" created="Thu, 17 Jan 2013 16:12:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-17T11:50:28Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Update CollectionType with new method of recording field presence and handling defaults&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/72c63c5853fb5e130c3311192ebaf9046a5db4cb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/72c63c5853fb5e130c3311192ebaf9046a5db4cb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242616" author="auto" created="Thu, 17 Jan 2013 16:11:59 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-17T11:50:28Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Update VersionType with new method of recording field presence and handling defaults&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4d4f0c4fb1708ca5ab95d6efc334e185459c2621&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4d4f0c4fb1708ca5ab95d6efc334e185459c2621&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242615" author="auto" created="Thu, 17 Jan 2013 16:11:57 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-17T11:50:29Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Update LockpingsType with new method of recording field presence and handling defaults&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/588a5937884a07c72af6e40a98cd592eedebc74e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/588a5937884a07c72af6e40a98cd592eedebc74e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242614" author="auto" created="Thu, 17 Jan 2013 16:11:55 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-17T11:50:29Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Update LocksType with new method of recording field presence and handling defaults&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/04296d4f271aacfaaa8fc7c822e07dba76ae4a50&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/04296d4f271aacfaaa8fc7c822e07dba76ae4a50&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242613" author="auto" created="Thu, 17 Jan 2013 16:11:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-17T11:50:30Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Update MongosType with new method of recording field presence and handling defaults&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/810aa6cb78a29b584e44d01ba417399ccc1e481a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/810aa6cb78a29b584e44d01ba417399ccc1e481a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242612" author="auto" created="Thu, 17 Jan 2013 16:11:51 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-17T11:50:30Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Update SettingsType with new method of recording field presence and handling defaults&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a0aaf99845554ff826cc0caaba6e6b9842475c19&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a0aaf99845554ff826cc0caaba6e6b9842475c19&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242610" author="auto" created="Thu, 17 Jan 2013 16:11:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-17T11:50:30Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Update ShardType with new method of recording field presence and handling defaults&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f8d9f5d434e1898e4d14c6215e948abcf4164aeb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f8d9f5d434e1898e4d14c6215e948abcf4164aeb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242609" author="auto" created="Thu, 17 Jan 2013 16:11:47 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-17T11:50:31Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Update TagsType with new method of recording field presence and handling defaults&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2a12fd677b029f8cff7c12f2baf2b4acffb82def&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2a12fd677b029f8cff7c12f2baf2b4acffb82def&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242608" author="auto" created="Thu, 17 Jan 2013 16:11:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-17T12:13:21Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Update DatabaseType with new method of recording field presence and handling defaults&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/20e12facef46d7d3edd98c5240559eaab57e37c7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/20e12facef46d7d3edd98c5240559eaab57e37c7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242607" author="auto" created="Thu, 17 Jan 2013 16:11:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-04T19:46:14Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Store defaults in BSONField and handle defaults in FieldParser extract functions&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e0fa2f1eea17be8faeaad2a550c82e833a3eadeb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e0fa2f1eea17be8faeaad2a550c82e833a3eadeb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242606" author="auto" created="Thu, 17 Jan 2013 16:11:41 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-19T17:26:41Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Added information about whether field was set to field_parser&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/39d2b276b6b5ed4c4671973641d3c89fb0afba3e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/39d2b276b6b5ed4c4671973641d3c89fb0afba3e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242558" author="auto" created="Thu, 17 Jan 2013 15:25:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-10T20:11:30Z&apos;, u&apos;email&apos;: u&apos;randolph@10gen.com&apos;, u&apos;name&apos;: u&apos;Randolph Tan&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; abilitiy to distribute collections in a single db&lt;/p&gt;

&lt;p&gt;Fix memory leak when error is encountered while creating a CollectionManager&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e923e7695bc6492d383e1125f12b73ff7c5125c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e923e7695bc6492d383e1125f12b73ff7c5125c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242557" author="auto" created="Thu, 17 Jan 2013 15:25:41 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-01-10T20:02:37Z&apos;, u&apos;email&apos;: u&apos;randolph@10gen.com&apos;, u&apos;name&apos;: u&apos;Randolph Tan&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; abilitiy to distribute collections in a single db&lt;/p&gt;

&lt;p&gt;Port tests from d_chunk_manager_tests.cpp for metadata_loader_test.cpp&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1e2283a07f07d417f7bcb600b7a8fbd0720f25bd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1e2283a07f07d417f7bcb600b7a8fbd0720f25bd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="219586" author="auto" created="Wed, 19 Dec 2012 19:49:13 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-14T20:05:24Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Added errMsg to parseBSON in *Type classes&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d2adeeb4a74dac9f41280d42635fa60d2d58a864&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d2adeeb4a74dac9f41280d42635fa60d2d58a864&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="218406" author="auto" created="Tue, 18 Dec 2012 16:42:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-05T23:40:17Z&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Changed ChangelogFields to ChangelogType&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/7784598c79b6514c1ebd9fab27ecdc878ef7aea4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/7784598c79b6514c1ebd9fab27ecdc878ef7aea4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="218405" author="auto" created="Tue, 18 Dec 2012 16:42:10 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-05T22:52:52Z&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Added type class for documents in config.changelog collection&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9631cda23dce21242c1032b4a4c35498b880fe58&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9631cda23dce21242c1032b4a4c35498b880fe58&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="218404" author="auto" created="Tue, 18 Dec 2012 16:42:09 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-06T01:32:04Z&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Changed LockPingFields to LockpingsType&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b1845ec73b8e5fbb23f67639f3319bb010df9f0f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b1845ec73b8e5fbb23f67639f3319bb010df9f0f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="218403" author="auto" created="Tue, 18 Dec 2012 16:42:07 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-06T01:25:57Z&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Added type class for documents in config.lockpings collection&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/bd9ae50abf96abe78226d827916e366ce5cc9e51&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/bd9ae50abf96abe78226d827916e366ce5cc9e51&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="218402" author="auto" created="Tue, 18 Dec 2012 16:42:05 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-05T21:24:35Z&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Changed MongosFields to MongosType&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b2e3587f9cad2c681a236da5702280a4295ca153&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b2e3587f9cad2c681a236da5702280a4295ca153&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="218401" author="auto" created="Tue, 18 Dec 2012 16:42:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-06T20:04:40Z&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Changed TagFields to TagsType&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b22f069ac1a494baa7d40db52bdcb49e961eb4ad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b22f069ac1a494baa7d40db52bdcb49e961eb4ad&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="218400" author="auto" created="Tue, 18 Dec 2012 16:42:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-06T19:52:51Z&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Added type class for documents in config.tags collection&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/213d731ccc2b82e53e64fe8091484649370cb9d3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/213d731ccc2b82e53e64fe8091484649370cb9d3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="218399" author="auto" created="Tue, 18 Dec 2012 16:41:59 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-06T01:04:06Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Changed LockFields to LocksType&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f2446eaa5a23641da12f8a63f34fc3183e055906&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f2446eaa5a23641da12f8a63f34fc3183e055906&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="218398" author="auto" created="Tue, 18 Dec 2012 16:41:57 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-06T01:00:12Z&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Added type class for documents in config.locks collection&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/fa70853dca0990371cf1fde0a9f86088aa6be4c0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/fa70853dca0990371cf1fde0a9f86088aa6be4c0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="218397" author="auto" created="Tue, 18 Dec 2012 16:41:55 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-07T02:19:28Z&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Changed SettingsFields to SettingsType&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5e91da251e332abc79749c8167b3bdc273e95a54&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5e91da251e332abc79749c8167b3bdc273e95a54&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="218396" author="auto" created="Tue, 18 Dec 2012 16:41:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-07T02:05:38Z&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Added type class for documents in config.settings collection&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/bf7614739eb869fafff8f04297b47edb1bfccc0a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/bf7614739eb869fafff8f04297b47edb1bfccc0a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="218395" author="auto" created="Tue, 18 Dec 2012 16:41:51 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-01T01:34:37Z&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Changed DatabaseFields to DatabaseType&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/99d046d0d95c748b414e42ffd37e225d4b4cb05c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/99d046d0d95c748b414e42ffd37e225d4b4cb05c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="218394" author="auto" created="Tue, 18 Dec 2012 16:41:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-02T01:52:01Z&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Added type class for documents in config.mongos collection&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a8b8f95cf7263f0c58c6347fb9f738b490fea5c5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a8b8f95cf7263f0c58c6347fb9f738b490fea5c5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="218393" author="auto" created="Tue, 18 Dec 2012 16:41:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-01T01:08:14Z&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Changed CollectionFields to CollectionType&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9c07a059fedfe534c890a59d13e0fc6536fd8ee8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9c07a059fedfe534c890a59d13e0fc6536fd8ee8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="218392" author="auto" created="Tue, 18 Dec 2012 16:41:46 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-30T19:47:49Z&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Changed ShardFields to ShardType&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/6cd748eccdcea47c6413a144f921cd8ec9dfcff4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/6cd748eccdcea47c6413a144f921cd8ec9dfcff4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="218391" author="auto" created="Tue, 18 Dec 2012 16:41:44 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-30T02:16:08Z&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Changed ChunkFields to ChunkType&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/566cf01bd870036b0dfd4b2babaf414b65de444c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/566cf01bd870036b0dfd4b2babaf414b65de444c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="212385" author="auto" created="Tue, 11 Dec 2012 19:34:56 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-11T19:29:01Z&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;, u&apos;name&apos;: u&apos;Greg Studer&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; fixes to database type&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d53150750557b974d859da3c56dc0ae847e67cc2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d53150750557b974d859da3c56dc0ae847e67cc2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="212384" author="auto" created="Tue, 11 Dec 2012 19:34:54 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-11T19:28:45Z&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;, u&apos;name&apos;: u&apos;Greg Studer&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; field parser and BSON enhancements for vectors and maps&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9bc4f3efb3455e0bcd41de908f7ec10532255b2d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9bc4f3efb3455e0bcd41de908f7ec10532255b2d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="208094" author="auto" created="Thu, 6 Dec 2012 15:45:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-06T15:43:28Z&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;, u&apos;name&apos;: u&apos;Greg Studer&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; temporarily remove scoped dist lock tests, currently incompatible with debug builds&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a781f5a0f6ae1ee24cd83b210c779e400bfaac96&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a781f5a0f6ae1ee24cd83b210c779e400bfaac96&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="207165" author="greg_10gen" created="Wed, 5 Dec 2012 16:19:07 +0000"  >&lt;p&gt;Yeah - forgot that debug builds fail immediately on verify.  Will work to try and fix.  &lt;/p&gt;</comment>
                            <comment id="205616" author="auto" created="Mon, 3 Dec 2012 22:03:40 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-03T21:38:28Z&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;, u&apos;name&apos;: u&apos;Greg Studer&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; rollback bson element error message change&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/603b9c6795e4cc0db9ff8f344cb9bf1100ff8b1d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/603b9c6795e4cc0db9ff8f344cb9bf1100ff8b1d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="205615" author="auto" created="Mon, 3 Dec 2012 22:03:38 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-12-03T20:50:15Z&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;, u&apos;name&apos;: u&apos;Greg Studer&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; minor fixes to test cases for new type_ parsing&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d2df0645428251b2d107b8ebe2f6f37b203ec057&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d2df0645428251b2d107b8ebe2f6f37b203ec057&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="205614" author="auto" created="Mon, 3 Dec 2012 22:03:36 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-26T19:11:46Z&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;, u&apos;name&apos;: u&apos;Greg Studer&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; make scopedDbConnection take ConnectionStrings directly&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e857f6608ceafa5dbb4b863ca78193de47694402&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e857f6608ceafa5dbb4b863ca78193de47694402&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="205613" author="auto" created="Mon, 3 Dec 2012 22:03:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-30T21:32:43Z&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;, u&apos;name&apos;: u&apos;Greg Studer&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; enhance owned pointer vector and add owned pointer map&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ceddaa1ac65b1c06e62a217f4a78086e0a354f23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ceddaa1ac65b1c06e62a217f4a78086e0a354f23&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="205611" author="auto" created="Mon, 3 Dec 2012 22:03:32 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-26T19:14:35Z&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;, u&apos;name&apos;: u&apos;Greg Studer&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; modify config types for config version changes&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/64408b78c89a65a4a727b57d552b64bf5f7eb803&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/64408b78c89a65a4a727b57d552b64bf5f7eb803&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="205610" author="auto" created="Mon, 3 Dec 2012 22:03:31 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-26T19:14:51Z&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;, u&apos;name&apos;: u&apos;Greg Studer&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; error handling for string*&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d26f22eb2e4280f3dc5713ab99da810208c783da&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d26f22eb2e4280f3dc5713ab99da810208c783da&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="205609" author="auto" created="Mon, 3 Dec 2012 22:03:28 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-26T19:09:49Z&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;, u&apos;name&apos;: u&apos;Greg Studer&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; toString() for random part of OID&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b8185fc4eac2726d0e850698ac100b9686f8755f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b8185fc4eac2726d0e850698ac100b9686f8755f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="205608" author="auto" created="Mon, 3 Dec 2012 22:03:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-26T19:09:25Z&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;, u&apos;name&apos;: u&apos;Greg Studer&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; simplify use of scoped distributed and balancer lock&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/94fe9334b1d09383d583ab5e56c05a1fb3754753&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/94fe9334b1d09383d583ab5e56c05a1fb3754753&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="202644" author="auto" created="Thu, 29 Nov 2012 23:17:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-29T22:05:23Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Added shard tags to field constants and document type&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/40577e84f4fc3e9b2ec7e6db3448ff5cedaa9c6c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/40577e84f4fc3e9b2ec7e6db3448ff5cedaa9c6c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="202643" author="auto" created="Thu, 29 Nov 2012 23:17:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-26T23:22:02Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Added field type constants for config.settings collection&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b8bdc320d5bf4ad9ad24eacbb310bddc1e3133ad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b8bdc320d5bf4ad9ad24eacbb310bddc1e3133ad&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="202066" author="auto" created="Thu, 29 Nov 2012 10:18:17 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-29T10:17:59Z&apos;, u&apos;email&apos;: u&apos;tad@10gen.com&apos;, u&apos;name&apos;: u&apos;Tad Marshall&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; fix compile&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9c6912e0a70e2ff95bc2a30c4e07dae56205521b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9c6912e0a70e2ff95bc2a30c4e07dae56205521b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="202061" author="auto" created="Thu, 29 Nov 2012 10:10:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-29T10:10:19Z&apos;, u&apos;email&apos;: u&apos;tad@10gen.com&apos;, u&apos;name&apos;: u&apos;Tad Marshall&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; whitespace (indent) for cpplint&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8c4d33f505fb0a3374583894a3dccc10a754eb36&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8c4d33f505fb0a3374583894a3dccc10a754eb36&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="201926" author="auto" created="Thu, 29 Nov 2012 06:07:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-29T06:04:38Z&apos;, u&apos;email&apos;: u&apos;alerner@10gen.com&apos;, u&apos;name&apos;: u&apos;Alberto Lerner&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Cleaned CollectionManager.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5352721ef242ae2f2531dbfb10b868444129fe80&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5352721ef242ae2f2531dbfb10b868444129fe80&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="201915" author="auto" created="Thu, 29 Nov 2012 05:55:20 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-26T20:15:08Z&apos;, u&apos;email&apos;: u&apos;alerner@10gen.com&apos;, u&apos;name&apos;: u&apos;Alberto Lerner&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; new CollectionManager and MetadataLoader classes (not yet hooked).&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/eb3cf24e3ed24169c45cfa8dcf0e49ead12eeb49&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/eb3cf24e3ed24169c45cfa8dcf0e49ead12eeb49&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="196193" author="auto" created="Thu, 22 Nov 2012 00:13:41 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-21T19:38:44Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Added field type constants for config.changelog collection&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/319c7f0ced3935dd9d28ed89895112e6504612cd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/319c7f0ced3935dd9d28ed89895112e6504612cd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="195979" author="auto" created="Wed, 21 Nov 2012 18:53:27 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-20T21:07:28Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Added field type constants for config.mongos collection&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ca6b31d9d2da68bb14ea896d3db8de72fb0bed5d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ca6b31d9d2da68bb14ea896d3db8de72fb0bed5d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="194372" author="auto" created="Tue, 20 Nov 2012 03:03:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-20T02:57:50Z&apos;, u&apos;email&apos;: u&apos;alerner@10gen.com&apos;, u&apos;name&apos;: u&apos;Alberto Lerner&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Introduced type for config.shards collection.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/38a48227486caecfe45e4754418e22f804cdbf84&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/38a48227486caecfe45e4754418e22f804cdbf84&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="194296" author="auto" created="Tue, 20 Nov 2012 00:51:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-19T20:29:23Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Added field type constants for config.lockpings collection&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ec38a5b7f242987fdabd27c6acc257b79936ffd7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ec38a5b7f242987fdabd27c6acc257b79936ffd7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="194255" author="auto" created="Mon, 19 Nov 2012 23:58:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-19T23:49:17Z&apos;, u&apos;email&apos;: u&apos;alerner@10gen.com&apos;, u&apos;name&apos;: u&apos;Alberto Lerner&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Introduced types for config.databases and config.chunks collections.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3cc16161de9e097c34f8992bd7376203af86182e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3cc16161de9e097c34f8992bd7376203af86182e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="194044" author="auto" created="Mon, 19 Nov 2012 19:53:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-13T19:58:20Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Added field type constants for config.locks collection&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/77bf7870d02267ff3dde6ac87c2e7d9ddac92ddd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/77bf7870d02267ff3dde6ac87c2e7d9ddac92ddd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="185811" author="auto" created="Sun, 11 Nov 2012 20:41:52 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-11T00:10:46Z&apos;, u&apos;email&apos;: u&apos;alerner@10gen.com&apos;, u&apos;name&apos;: u&apos;Alberto Lerner&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Changed FieldParser to have the correct BSON ownership semantics.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/889fd753e98dfb91970560c798c3b9c15bdb96f2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/889fd753e98dfb91970560c798c3b9c15bdb96f2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="184963" author="auto" created="Sat, 10 Nov 2012 22:23:51 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-10T22:23:42Z&apos;, u&apos;email&apos;: u&apos;alerner@10gen.com&apos;, u&apos;name&apos;: u&apos;Alberto Lerner&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Corrected bson ownership (fixed unit test)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/894cc05556fbf69ee515b3685a60e8a5e6d345aa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/894cc05556fbf69ee515b3685a60e8a5e6d345aa&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="184936" author="auto" created="Sat, 10 Nov 2012 21:05:41 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-10T20:55:37Z&apos;, u&apos;email&apos;: u&apos;alerner@10gen.com&apos;, u&apos;name&apos;: u&apos;Alberto Lerner&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Included generic bson header (fix compile)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4c78e38659901dfb3e3ca91b7aa7f4864401ee7d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4c78e38659901dfb3e3ca91b7aa7f4864401ee7d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="184778" author="auto" created="Fri, 9 Nov 2012 21:59:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-08T20:33:44Z&apos;, u&apos;email&apos;: u&apos;alerner@10gen.com&apos;, u&apos;name&apos;: u&apos;Alberto Lerner&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Introduced type for config.collection docs.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e0efa2671623d2b034c4aee673f070dd8ff15c17&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e0efa2671623d2b034c4aee673f070dd8ff15c17&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="182798" author="auto" created="Tue, 6 Nov 2012 00:16:03 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-10-26T21:49:50Z&apos;, u&apos;email&apos;: u&apos;alerner@10gen.com&apos;, u&apos;name&apos;: u&apos;Alberto Lerner&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-939&quot; title=&quot;Ability to distribute collections in a single db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-939&quot;&gt;SERVER-939&lt;/a&gt; Introduced more collection and fields names constants.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0785b7a0a33c56a5915121ec87949304dd55052c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0785b7a0a33c56a5915121ec87949304dd55052c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="178313" author="alerner" created="Tue, 23 Oct 2012 19:12:15 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-10-23T12:29:57-07:00&apos;, u&apos;name&apos;: u&apos;Alberto Lerner&apos;, u&apos;email&apos;: u&apos;alerner@10gen.com&apos;}
&lt;p&gt;Message:Introduced constants to refer to collection names and fields in the config server.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/03f6428015116124d70a61287c89b191fa3c9ab7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/03f6428015116124d70a61287c89b191fa3c9ab7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="175347" author="desmortes" created="Tue, 16 Oct 2012 11:14:16 +0000"  >&lt;p&gt;This will be a great feature to have and I am eagerly looking forward to it.&lt;/p&gt;</comment>
                            <comment id="165344" author="aravindhu" created="Tue, 18 Sep 2012 05:10:42 +0000"  >&lt;p&gt;When can I expect this feature , I am badly in need of this , because I create collections dynamically , and collections get filled with data seamlessly . Please let me know when this feature is going to be implemented &lt;/p&gt;</comment>
                            <comment id="149047" author="ian@10gen.com" created="Tue, 31 Jul 2012 14:30:28 +0000"  >&lt;p&gt;Ukolov, this will not be in the 2.2 release.  We&apos;re still finalizing the feature set for the 2.4 release and will definitely take your concerns and votes here into consideration.&lt;/p&gt;</comment>
                            <comment id="148994" author="ukolov_sergey" created="Tue, 31 Jul 2012 11:44:15 +0000"  >&lt;p&gt;Don&apos;t you have in plans to implement this in next release? Sorry, but this is very important ticket for me...&lt;/p&gt;</comment>
                            <comment id="113693" author="azat" created="Wed, 25 Apr 2012 18:23:28 +0000"  >&lt;p&gt;@eliot how can I do this? (Simple code would be usefull)&lt;/p&gt;</comment>
                            <comment id="113688" author="eliot" created="Wed, 25 Apr 2012 18:13:15 +0000"  >&lt;p&gt;@azat - you can shard a collection, move the only chunk to where you want it and then disable balancing for that collection.&lt;/p&gt;</comment>
                            <comment id="113685" author="azat" created="Wed, 25 Apr 2012 18:10:00 +0000"  >&lt;p&gt;Eliot, how #&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-4621&quot; title=&quot;noBalance flag for a collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-4621&quot;&gt;&lt;del&gt;SERVER-4621&lt;/del&gt;&lt;/a&gt; allows set primary server for collection? (related to #&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5707&quot; title=&quot;Move whole collection to one of shards&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5707&quot;&gt;&lt;del&gt;SERVER-5707&lt;/del&gt;&lt;/a&gt;)&lt;/p&gt;</comment>
                            <comment id="113008" author="ukolov_sergey" created="Tue, 24 Apr 2012 07:52:46 +0000"  >&lt;p&gt;any news about this? When do you think it will be implemented? With big amount of unsharded collections &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-4621&quot; title=&quot;noBalance flag for a collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-4621&quot;&gt;&lt;del&gt;SERVER-4621&lt;/del&gt;&lt;/a&gt; will be a problem...&lt;/p&gt;</comment>
                            <comment id="77688" author="eliot" created="Thu, 5 Jan 2012 00:17:55 +0000"  >&lt;p&gt;With &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-4621&quot; title=&quot;noBalance flag for a collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-4621&quot;&gt;&lt;del&gt;SERVER-4621&lt;/del&gt;&lt;/a&gt; - you can shard a collection, mark it as no balancing, and the move the 1 chunk to a different shard - effectively doing what you want.&lt;/p&gt;</comment>
                            <comment id="77666" author="mediamath" created="Wed, 4 Jan 2012 22:31:17 +0000"  >&lt;p&gt;&lt;br/&gt;
Even if you can disable balancer on per collection bases, you still need a way to set &quot;primary&quot; for collections which I have been told that it is not possible yet. Has that changed yet?&lt;/p&gt;</comment>
                            <comment id="77660" author="eliot" created="Wed, 4 Jan 2012 22:16:27 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-4621&quot; title=&quot;noBalance flag for a collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-4621&quot;&gt;&lt;del&gt;SERVER-4621&lt;/del&gt;&lt;/a&gt; will give the ability to do this with a little manual effort - but at least it will be possible.&lt;/p&gt;</comment>
                            <comment id="49404" author="karl" created="Fri, 19 Aug 2011 02:19:39 +0000"  >&lt;p&gt;A particularly useful reason to have this is to be able to use capped collections in a greater number of scenarios.  For example, if you want to maintain X logs per server via a capped collection, you need each servers to have its own collection (because you don&apos;t want the last 1000 logs in total, you want the last 1000 logs &lt;b&gt;per server&lt;/b&gt;.) However, once you do this, you can&apos;t shard..and I get sad face. (edit: you can shard, you just need to do it yourself, obviously).&lt;/p&gt;</comment>
                            <comment id="27530" author="eliot" created="Fri, 1 Apr 2011 14:08:19 +0000"  >&lt;p&gt;No further information that is attached to the ticket, so its currently in 1.9 planning which as the version says is things we&apos;re hoping to get in 1.9&lt;/p&gt;</comment>
                            <comment id="27519" author="remonvv" created="Fri, 1 Apr 2011 08:38:01 +0000"  >&lt;p&gt;Any news on ETA and implementation details? This is becoming a problem for us.&lt;/p&gt;</comment>
                            <comment id="21560" author="alerner" created="Sat, 18 Dec 2010 14:00:19 +0000"  >&lt;p&gt;&lt;a href=&quot;http://www.mongodb.org/display/DOCS/Configuring+Sharding#ConfiguringSharding-ShardingaCollection&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.mongodb.org/display/DOCS/Configuring+Sharding#ConfiguringSharding-ShardingaCollection&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="21559" author="matrix64" created="Sat, 18 Dec 2010 09:33:47 +0000"  >&lt;p&gt;Thank you for the answers so far. So how can a single collection have documents stored on many shards if it&apos;s limited to one shard?&lt;/p&gt;</comment>
                            <comment id="21542" author="alerner" created="Fri, 17 Dec 2010 21:28:22 +0000"  >&lt;p&gt;If you create a new database, the most available shard at that time will be picked to host that entire database. That is , all its collections would be in that shard. If you create another database, possible another shard will be picked for all the collections of that database.&lt;/p&gt;

&lt;p&gt;With this feature, each of the collections could have a different shard.&lt;/p&gt;
</comment>
                            <comment id="21541" author="eliot" created="Fri, 17 Dec 2010 21:27:36 +0000"  >&lt;p&gt;If you have 1 database, and 1000 collections, all 1000 collections will be on the same shard without this.&lt;br/&gt;
If you have 10 databases, and 100 collections per shard, then your databases (and therefore collections) will be distributed across shards.&lt;/p&gt;</comment>
                            <comment id="21537" author="matrix64" created="Fri, 17 Dec 2010 20:19:02 +0000"  >&lt;p&gt;I don&apos;t understand. Could you please explain what scenario is currently unavailable that this feature will make available?&lt;/p&gt;</comment>
                            <comment id="21534" author="eliot" created="Fri, 17 Dec 2010 18:42:42 +0000"  >&lt;p&gt;No - currently we distribute databases and objects (in a sharded collection), but not collections themselves. &lt;/p&gt;</comment>
                            <comment id="21533" author="matrix64" created="Fri, 17 Dec 2010 18:35:22 +0000"  >&lt;p&gt;What exactly does this feature mean? Doesn&apos;t MongoDB already support sharding of collections within a database among nodes in a set?&lt;/p&gt;</comment>
                            <comment id="21505" author="eliot" created="Fri, 17 Dec 2010 04:57:18 +0000"  >&lt;p&gt;Sorry for continuing to push this, don&apos;t want to hack it in a bad way.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                                        </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="96623">SERVER-11509</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="157593">SERVER-15213</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="37167">SERVER-5707</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10020">
                    <name>Gantt Dependency</name>
                                                                <inwardlinks description="has to be done after">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="67512">SERVER-8870</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="27719">SERVER-4621</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="29124">SERVER-4773</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="94746">SERVER-11256</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>94.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="26387"><![CDATA[Catalog and Routing]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[500A000000XOXLCIA5, 5002K00000iQAWfQAO]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 19 Nov 2010 18:44:32 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        30 weeks, 6 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/PERF-54'>PERF-54</a></s>, <a href='https://jira.mongodb.org/browse/PM-3338'>PM-3338</a>]]></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>dbeng-pm-bot</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            30 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>alerner</customfieldvalue>
            <customfieldvalue>aravindhu</customfieldvalue>
            <customfieldvalue>asya.kamsky@mongodb.com</customfieldvalue>
            <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>azat</customfieldvalue>
            <customfieldvalue>backlog-server-catalog-and-routing</customfieldvalue>
            <customfieldvalue>cris.insignarescuello@mongodb.com</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>greg_10gen</customfieldvalue>
            <customfieldvalue>ian@mongodb.com</customfieldvalue>
            <customfieldvalue>crazyzh1984</customfieldvalue>
            <customfieldvalue>karl</customfieldvalue>
            <customfieldvalue>matrix64</customfieldvalue>
            <customfieldvalue>mediamath</customfieldvalue>
            <customfieldvalue>desmortes</customfieldvalue>
            <customfieldvalue>remonvv</customfieldvalue>
            <customfieldvalue>ukolov_sergey</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpoo7:</customfieldvalue>

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

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

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