<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 07:38:24 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-305] Add Tag Aware Sharding Content</title>
                <link>https://jira.mongodb.org/browse/DOCS-305</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;&lt;a href=&quot;http://www.mongodb.org/display/DOCS/Tag+Aware+Sharding&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.mongodb.org/display/DOCS/Tag+Aware+Sharding&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="42793">DOCS-305</key>
            <summary>Add Tag Aware Sharding Content</summary>
                <type id="5" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14716&amp;avatarType=issuetype">Sub-task</type>
                            <parent id="30122">DOCS-120</parent>
                                    <priority id="1" iconUrl="https://jira.mongodb.org/images/icons/priorities/blocker.svg">Blocker - P1</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="epc">Ed Costello</assignee>
                                    <reporter username="sam.kleinman">Sam Kleinman</reporter>
                        <labels>
                            <label>writing</label>
                    </labels>
                <created>Thu, 28 Jun 2012 22:15:32 +0000</created>
                <updated>Mon, 13 Nov 2023 17:24:56 +0000</updated>
                            <resolved>Sat, 2 Feb 2013 03:38:46 +0000</resolved>
                                                    <fixVersion>v1.0</fixVersion>
                    <fixVersion>mongodb-2.2</fixVersion>
                    <fixVersion>Server_Docs_20231030</fixVersion>
                    <fixVersion>Server_Docs_20231106</fixVersion>
                    <fixVersion>Server_Docs_20231105</fixVersion>
                    <fixVersion>Server_Docs_20231113</fixVersion>
                                    <component>manual</component>
                        <due>Fri, 9 Nov 2012 00:00:00 +0000</due>
                            <votes>1</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="176704" author="samk" created="Thu, 18 Oct 2012 16:53:04 +0000"  >
&lt;p&gt;Tags on the Wrong Shard(s)&lt;/p&gt;

&lt;p&gt;If chunks are found with a tag which are not appropriate to the tags on that shard they currently reside then they will be moved to an appropriate shards (containing that tag) &#8211; this happens independent of the thresholds listed above since it supersedes that algorithm.&lt;/p&gt;</comment>
                            <comment id="159632" author="scotthernandez" created="Sat, 1 Sep 2012 02:52:39 +0000"  >&lt;p&gt;probably best to show complete ranges from neg inf. to pos. inf.&lt;/p&gt;</comment>
                            <comment id="159627" author="samk" created="Sat, 1 Sep 2012 01:51:11 +0000"  >&lt;p&gt;The tags are set on the shards, and on ranges of the shard key (not&lt;br/&gt;
other fields in the document).&lt;/p&gt;

&lt;p&gt;Here is a simple example of how to use it:&lt;/p&gt;

&lt;p&gt;//Add tags to shards&lt;br/&gt;
sh.addShardTag(&quot;shard0000&quot;, &quot;range1&quot;);&lt;br/&gt;
sh.addShardTag(&quot;shard0001&quot;, &quot;range2&quot;);&lt;br/&gt;
sh.addShardTag(&quot;shard0001&quot;, &quot;range3&quot;);&lt;br/&gt;
//Add ranges to chunks&lt;br/&gt;
sh.addTagRange(&quot;test.foo&quot;, {_id:0}, {_id:100}, &quot;range1&quot;);&lt;br/&gt;
sh.addTagRange(&quot;test.foo&quot;,  {_id:100}, {_id:200}, &quot;range2&quot;);&lt;br/&gt;
sh.addTagRange(&quot;test.foo&quot;,  {_id:200},  {_id:300}, &quot;range3&quot;);&lt;/p&gt;

&lt;p&gt;The arguments for addTagRange are the namespace (db.collection-name),&lt;br/&gt;
the min value of the shard key, the max value of the shard key, and&lt;br/&gt;
the tag that this range lives on (or is valid to balance to). &lt;/p&gt;</comment>
                            <comment id="157997" author="auto" created="Wed, 29 Aug 2012 15:38:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-08-29T08:27:56-07:00&apos;, u&apos;name&apos;: u&apos;Sam Kleinman&apos;, u&apos;email&apos;: u&apos;samk@10gen.com&apos;}
&lt;p&gt;Message: minor: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-305&quot; title=&quot;Add Tag Aware Sharding Content&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-305&quot;&gt;&lt;del&gt;DOCS-305&lt;/del&gt;&lt;/a&gt; clarifications in the release notes&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/d136ac893c8b5ba19124cf7930c766cef4c7f5ee&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/d136ac893c8b5ba19124cf7930c766cef4c7f5ee&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="157281" author="samk" created="Mon, 27 Aug 2012 23:46:20 +0000"  >&lt;p&gt;This needs more documentation, but we&apos;re stubbed enough to be complete for 2.2 release.&lt;/p&gt;</comment>
                            <comment id="154322" author="auto" created="Fri, 17 Aug 2012 13:52:03 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-08-17T06:51:44-07:00&apos;, u&apos;name&apos;: u&apos;Sam Kleinman&apos;, u&apos;email&apos;: u&apos;samk@10gen.com&apos;}
&lt;p&gt;Message: merge: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-305&quot; title=&quot;Add Tag Aware Sharding Content&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-305&quot;&gt;&lt;del&gt;DOCS-305&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/51d3fc0a554f61bdf060cf013d02ee7770850665&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/51d3fc0a554f61bdf060cf013d02ee7770850665&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="154321" author="auto" created="Fri, 17 Aug 2012 13:52:02 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-08-17T06:49:55-07:00&apos;, u&apos;name&apos;: u&apos;Sam Kleinman&apos;, u&apos;email&apos;: u&apos;samk@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-305&quot; title=&quot;Add Tag Aware Sharding Content&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-305&quot;&gt;&lt;del&gt;DOCS-305&lt;/del&gt;&lt;/a&gt; additional corrections after technical review&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/a9030cce8ce280d07218afaad98c335a81e14a06&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/a9030cce8ce280d07218afaad98c335a81e14a06&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="154320" author="auto" created="Fri, 17 Aug 2012 13:52:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-08-16T12:08:28-07:00&apos;, u&apos;name&apos;: u&apos;Sam Kleinman&apos;, u&apos;email&apos;: u&apos;samk@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-305&quot; title=&quot;Add Tag Aware Sharding Content&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-305&quot;&gt;&lt;del&gt;DOCS-305&lt;/del&gt;&lt;/a&gt; tag aware sharding reference&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/0666a0205f6559cdaf1d0298ddb5f135e58c689e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/0666a0205f6559cdaf1d0298ddb5f135e58c689e&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="53444">DOCS-620</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="56938">DOCS-774</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="42694">DOCS-261</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>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 17 Aug 2012 13:52:00 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        11 years, 17 weeks, 6 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>emet.ozar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            11 years, 17 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>epc</customfieldvalue>
            <customfieldvalue>sam.kleinman</customfieldvalue>
            <customfieldvalue>scotthernandez</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrsf1j:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>16740</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="6">docs-sprint-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|hryi5r:</customfieldvalue>

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