<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:20:49 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-29419] Dropping unused indexes adversely affects query performance</title>
                <link>https://jira.mongodb.org/browse/SERVER-29419</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The aggregate framework&apos;s &lt;tt&gt;$indexStats()&lt;/tt&gt; operation reported several indexes with zero &lt;tt&gt;ops&lt;/tt&gt;.  The indexes were dropped.  Immediately afterwards New Relic reported skyrocketing response times, going from a 99 percentile response time of 208 ms to 59,700 ms.  All read tickets were in use.  &lt;/p&gt;

&lt;p&gt;Adding the indexes back reverted the response time to nominal levels (~200 ms).  Requerying the &lt;tt&gt;$indexStats()&lt;/tt&gt; of the collection still showed the indexes were not used, i.e. &lt;tt&gt;ops&lt;/tt&gt; was at zero.  Other indexes on the collection showed advancing &lt;tt&gt;ops&lt;/tt&gt; counters.&lt;/p&gt;

&lt;p&gt;Note this happened to a production system under load and took 17 minutes to recover.&lt;/p&gt;</description>
                <environment>Amazon Linux:&lt;br/&gt;
cat /etc/os-release&lt;br/&gt;
NAME=&amp;quot;Amazon Linux AMI&amp;quot;&lt;br/&gt;
VERSION=&amp;quot;2016.03&amp;quot;&lt;br/&gt;
ID=&amp;quot;amzn&amp;quot;&lt;br/&gt;
ID_LIKE=&amp;quot;rhel fedora&amp;quot;&lt;br/&gt;
VERSION_ID=&amp;quot;2016.03&amp;quot;&lt;br/&gt;
PRETTY_NAME=&amp;quot;Amazon Linux AMI 2016.03&amp;quot;&lt;br/&gt;
&lt;br/&gt;
EC2 instance type:  i3.4xlarge, ephemeral storage&lt;br/&gt;
&lt;br/&gt;
Mongo 3.2.11, community edition&lt;br/&gt;
3-node replica set&lt;br/&gt;
replication stayed intact during the event&lt;br/&gt;
&lt;br/&gt;
db.stats();&lt;br/&gt;
{&lt;br/&gt;
	&amp;quot;db&amp;quot; : &amp;quot;video&amp;quot;,&lt;br/&gt;
	&amp;quot;collections&amp;quot; : 15,&lt;br/&gt;
	&amp;quot;objects&amp;quot; : 189601049,&lt;br/&gt;
	&amp;quot;avgObjSize&amp;quot; : 322.20348721804805,&lt;br/&gt;
	&amp;quot;dataSize&amp;quot; : 61090119168,&lt;br/&gt;
	&amp;quot;storageSize&amp;quot; : 26507411456,&lt;br/&gt;
	&amp;quot;numExtents&amp;quot; : 0,&lt;br/&gt;
	&amp;quot;indexes&amp;quot; : 62,&lt;br/&gt;
	&amp;quot;indexSize&amp;quot; : 22200733696,&lt;br/&gt;
	&amp;quot;ok&amp;quot; : 1&lt;br/&gt;
}&lt;br/&gt;
&lt;br/&gt;
db.coll.stats()&lt;br/&gt;
{&lt;br/&gt;
	&amp;quot;ns&amp;quot; : &amp;lt; redacted /&amp;gt;,&lt;br/&gt;
	&amp;quot;count&amp;quot; : 189590,&lt;br/&gt;
	&amp;quot;size&amp;quot; : 78869440,&lt;br/&gt;
	&amp;quot;avgObjSize&amp;quot; : 416,&lt;br/&gt;
	&amp;quot;storageSize&amp;quot; : 270233600,&lt;br/&gt;
	&amp;quot;capped&amp;quot; : false,&lt;br/&gt;
	&amp;quot;wiredTiger&amp;quot; : {&lt;br/&gt;
		&amp;quot;metadata&amp;quot; : {&lt;br/&gt;
			&amp;quot;formatVersion&amp;quot; : 1&lt;br/&gt;
		},&lt;br/&gt;
		&amp;quot;creationString&amp;quot; : &amp;quot;allocation_size=4KB,app_metadata=(formatVersion=1),block_allocation=best,block_compressor=snappy,cache_resident=false,checksum=on,colgroups=,collator=,columns=,dictionary=0,encryption=(keyid=,name=),exclusive=false,extractor=,format=btree,huffman_key=,huffman_value=,ignore_in_memory_cache_size=false,immutable=false,internal_item_max=0,internal_key_max=0,internal_key_truncate=true,internal_page_max=4KB,key_format=q,key_gap=10,leaf_item_max=0,leaf_key_max=0,leaf_page_max=32KB,leaf_value_max=64MB,log=(enabled=true),lsm=(auto_throttle=true,bloom=true,bloom_bit_count=16,bloom_config=,bloom_hash_count=8,bloom_oldest=false,chunk_count_limit=0,chunk_max=5GB,chunk_size=10MB,merge_max=15,merge_min=0),memory_page_max=10m,os_cache_dirty_max=0,os_cache_max=0,prefix_compression=false,prefix_compression_min=4,source=,split_deepen_min_child=0,split_deepen_per_child=0,split_pct=90,type=file,value_format=u&amp;quot;,&lt;br/&gt;
		&amp;quot;type&amp;quot; : &amp;quot;file&amp;quot;,&lt;br/&gt;
		&amp;quot;uri&amp;quot; : &amp;quot;statistics:table:collection-25-6542812937956687151&amp;quot;,&lt;br/&gt;
		&amp;quot;LSM&amp;quot; : {&lt;br/&gt;
			&amp;quot;bloom filter false positives&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;bloom filter hits&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;bloom filter misses&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;bloom filter pages evicted from cache&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;bloom filter pages read into cache&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;bloom filters in the LSM tree&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;chunks in the LSM tree&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;highest merge generation in the LSM tree&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;queries that could have benefited from a Bloom filter that did not exist&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;sleep for LSM checkpoint throttle&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;sleep for LSM merge throttle&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;total size of bloom filters&amp;quot; : 0&lt;br/&gt;
		},&lt;br/&gt;
		&amp;quot;block-manager&amp;quot; : {&lt;br/&gt;
			&amp;quot;allocations requiring file extension&amp;quot; : 108716,&lt;br/&gt;
			&amp;quot;blocks allocated&amp;quot; : 3378588,&lt;br/&gt;
			&amp;quot;blocks freed&amp;quot; : 3300241,&lt;br/&gt;
			&amp;quot;checkpoint size&amp;quot; : 24412160,&lt;br/&gt;
			&amp;quot;file allocation unit size&amp;quot; : 4096,&lt;br/&gt;
			&amp;quot;file bytes available for reuse&amp;quot; : 245805056,&lt;br/&gt;
			&amp;quot;file magic number&amp;quot; : 120897,&lt;br/&gt;
			&amp;quot;file major version number&amp;quot; : 1,&lt;br/&gt;
			&amp;quot;file size in bytes&amp;quot; : 270233600,&lt;br/&gt;
			&amp;quot;minor version number&amp;quot; : 0&lt;br/&gt;
		},&lt;br/&gt;
		&amp;quot;btree&amp;quot; : {&lt;br/&gt;
			&amp;quot;btree checkpoint generation&amp;quot; : 25214,&lt;br/&gt;
			&amp;quot;column-store fixed-size leaf pages&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;column-store internal pages&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;column-store variable-size RLE encoded values&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;column-store variable-size deleted values&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;column-store variable-size leaf pages&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;fixed-record size&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;maximum internal page key size&amp;quot; : 368,&lt;br/&gt;
			&amp;quot;maximum internal page size&amp;quot; : 4096,&lt;br/&gt;
			&amp;quot;maximum leaf page key size&amp;quot; : 2867,&lt;br/&gt;
			&amp;quot;maximum leaf page size&amp;quot; : 32768,&lt;br/&gt;
			&amp;quot;maximum leaf page value size&amp;quot; : 67108864,&lt;br/&gt;
			&amp;quot;maximum tree depth&amp;quot; : 4,&lt;br/&gt;
			&amp;quot;number of key/value pairs&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;overflow pages&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;pages rewritten by compaction&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;row-store internal pages&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;row-store leaf pages&amp;quot; : 0&lt;br/&gt;
		},&lt;br/&gt;
		&amp;quot;cache&amp;quot; : {&lt;br/&gt;
			&amp;quot;bytes currently in the cache&amp;quot; : 71643643,&lt;br/&gt;
			&amp;quot;bytes read into cache&amp;quot; : 60930147340,&lt;br/&gt;
			&amp;quot;bytes written from cache&amp;quot; : 86565034308,&lt;br/&gt;
			&amp;quot;checkpoint blocked page eviction&amp;quot; : 6,&lt;br/&gt;
			&amp;quot;data source pages selected for eviction unable to be evicted&amp;quot; : 25790,&lt;br/&gt;
			&amp;quot;hazard pointer blocked page eviction&amp;quot; : 1412,&lt;br/&gt;
			&amp;quot;in-memory page passed criteria to be split&amp;quot; : 415,&lt;br/&gt;
			&amp;quot;in-memory page splits&amp;quot; : 216,&lt;br/&gt;
			&amp;quot;internal pages evicted&amp;quot; : 61443,&lt;br/&gt;
			&amp;quot;internal pages split during eviction&amp;quot; : 3,&lt;br/&gt;
			&amp;quot;leaf pages split during eviction&amp;quot; : 542,&lt;br/&gt;
			&amp;quot;modified pages evicted&amp;quot; : 814217,&lt;br/&gt;
			&amp;quot;overflow pages read into cache&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;overflow values cached in memory&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;page split during eviction deepened the tree&amp;quot; : 1,&lt;br/&gt;
			&amp;quot;page written requiring lookaside records&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;pages read into cache&amp;quot; : 2319194,&lt;br/&gt;
			&amp;quot;pages read into cache requiring lookaside entries&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;pages requested from the cache&amp;quot; : 32208865760,&lt;br/&gt;
			&amp;quot;pages written from cache&amp;quot; : 3328351,&lt;br/&gt;
			&amp;quot;pages written requiring in-memory restoration&amp;quot; : 1856,&lt;br/&gt;
			&amp;quot;unmodified pages evicted&amp;quot; : 1561421&lt;br/&gt;
		},&lt;br/&gt;
		&amp;quot;cache_walk&amp;quot; : {&lt;br/&gt;
			&amp;quot;Average difference between current eviction generation when the page was last considered&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;Average on-disk page image size seen&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;Clean pages currently in cache&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;Current eviction generation&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;Dirty pages currently in cache&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;Entries in the root page&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;Internal pages currently in cache&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;Leaf pages currently in cache&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;Maximum difference between current eviction generation when the page was last considered&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;Maximum page size seen&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;Minimum on-disk page image size seen&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;On-disk page image sizes smaller than a single allocation unit&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;Pages created in memory and never written&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;Pages currently queued for eviction&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;Pages that could not be queued for eviction&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;Refs skipped during cache traversal&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;Size of the root page&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;Total number of pages currently in cache&amp;quot; : 0&lt;br/&gt;
		},&lt;br/&gt;
		&amp;quot;compression&amp;quot; : {&lt;br/&gt;
			&amp;quot;compressed pages read&amp;quot; : 2253153,&lt;br/&gt;
			&amp;quot;compressed pages written&amp;quot; : 3071496,&lt;br/&gt;
			&amp;quot;page written failed to compress&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;page written was too small to compress&amp;quot; : 256849,&lt;br/&gt;
			&amp;quot;raw compression call failed, additional data available&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;raw compression call failed, no additional data available&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;raw compression call succeeded&amp;quot; : 0&lt;br/&gt;
		},&lt;br/&gt;
		&amp;quot;cursor&amp;quot; : {&lt;br/&gt;
			&amp;quot;bulk-loaded cursor-insert calls&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;create calls&amp;quot; : 57487,&lt;br/&gt;
			&amp;quot;cursor-insert key and value bytes inserted&amp;quot; : 47544376271,&lt;br/&gt;
			&amp;quot;cursor-remove key bytes removed&amp;quot; : 9788001,&lt;br/&gt;
			&amp;quot;cursor-update value bytes updated&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;insert calls&amp;quot; : 113143604,&lt;br/&gt;
			&amp;quot;next calls&amp;quot; : 92601311,&lt;br/&gt;
			&amp;quot;prev calls&amp;quot; : 1,&lt;br/&gt;
			&amp;quot;remove calls&amp;quot; : 2466220,&lt;br/&gt;
			&amp;quot;reset calls&amp;quot; : 1934752542,&lt;br/&gt;
			&amp;quot;restarted searches&amp;quot; : 299,&lt;br/&gt;
			&amp;quot;search calls&amp;quot; : 155871005685,&lt;br/&gt;
			&amp;quot;search near calls&amp;quot; : 4727262,&lt;br/&gt;
			&amp;quot;truncate calls&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;update calls&amp;quot; : 0&lt;br/&gt;
		},&lt;br/&gt;
		&amp;quot;reconciliation&amp;quot; : {&lt;br/&gt;
			&amp;quot;dictionary matches&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;fast-path pages deleted&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;internal page key bytes discarded using suffix compression&amp;quot; : 2157000,&lt;br/&gt;
			&amp;quot;internal page multi-block writes&amp;quot; : 28994,&lt;br/&gt;
			&amp;quot;internal-page overflow keys&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;leaf page key bytes discarded using prefix compression&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;leaf page multi-block writes&amp;quot; : 34541,&lt;br/&gt;
			&amp;quot;leaf-page overflow keys&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;maximum blocks required for a page&amp;quot; : 128,&lt;br/&gt;
			&amp;quot;overflow values written&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;page checksum matches&amp;quot; : 875369,&lt;br/&gt;
			&amp;quot;page reconciliation calls&amp;quot; : 1881019,&lt;br/&gt;
			&amp;quot;page reconciliation calls for eviction&amp;quot; : 57237,&lt;br/&gt;
			&amp;quot;pages deleted&amp;quot; : 36443&lt;br/&gt;
		},&lt;br/&gt;
		&amp;quot;session&amp;quot; : {&lt;br/&gt;
			&amp;quot;object compaction&amp;quot; : 0,&lt;br/&gt;
			&amp;quot;open cursor count&amp;quot; : 600&lt;br/&gt;
		},&lt;br/&gt;
		&amp;quot;transaction&amp;quot; : {&lt;br/&gt;
			&amp;quot;update conflicts&amp;quot; : 189&lt;br/&gt;
		}&lt;br/&gt;
	},&lt;br/&gt;
	&amp;quot;nindexes&amp;quot; : 8,&lt;br/&gt;
	&amp;quot;totalIndexSize&amp;quot; : 17039360,&lt;br/&gt;
	&amp;quot;indexSizes&amp;quot; : {&lt;br/&gt;
		&amp;quot;_id_&amp;quot; : 6955008,&lt;br/&gt;
		&amp;quot;_p_userDetails_1__p_socialNetwork_1__created_at_-1&amp;quot; : 7241728,&lt;br/&gt;
		&amp;quot;broadcasterAge_1&amp;quot; : 36864,&lt;br/&gt;
		&amp;quot;_created_at_1&amp;quot; : 2543616,&lt;br/&gt;
		&amp;quot;activeUntil_1_currentViewers_-1__created_at_-1&amp;quot; : 69632,&lt;br/&gt;
		&amp;quot;activeUntil_1_currentViewers_-1__created_at_1&amp;quot; : 69632,&lt;br/&gt;
		&amp;quot;activeUntil_1_currentViewers_-1&amp;quot; : 53248,&lt;br/&gt;
		&amp;quot;activeUntil_1__created_at_1_currentViewers_-1&amp;quot; : 69632&lt;br/&gt;
	},&lt;br/&gt;
	&amp;quot;ok&amp;quot; : 1&lt;br/&gt;
}</environment>
        <key id="389281">SERVER-29419</key>
            <summary>Dropping unused indexes adversely affects query performance</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.mongodb.org/images/icons/priorities/critical.svg">Critical - P2</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="3">Duplicate</resolution>
                                        <assignee username="mark.agarunov">Mark Agarunov</assignee>
                                    <reporter username="blunney">Bob Lunney</reporter>
                        <labels>
                    </labels>
                <created>Thu, 1 Jun 2017 20:34:30 +0000</created>
                <updated>Wed, 12 Jul 2017 21:23:25 +0000</updated>
                            <resolved>Fri, 2 Jun 2017 21:10:28 +0000</resolved>
                                    <version>3.2.11</version>
                                                    <component>Index Maintenance</component>
                    <component>Performance</component>
                    <component>Querying</component>
                    <component>Stability</component>
                                        <votes>0</votes>
                                    <watches>12</watches>
                                                                                                                <comments>
                            <comment id="1586459" author="blunney" created="Fri, 2 Jun 2017 21:20:45 +0000"  >&lt;p&gt;Mark,&lt;/p&gt;

&lt;p&gt;Thanks for looking into this issue.  We will upgrade from 3.2.11 to the latest 3.2 version.  If the issue persists I will open a new ticket and reference this one.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Bob&lt;/p&gt;</comment>
                            <comment id="1586445" author="mark.agarunov" created="Fri, 2 Jun 2017 21:10:10 +0000"  >&lt;p&gt;Hello &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=blunney&quot; class=&quot;user-hover&quot; rel=&quot;blunney&quot;&gt;blunney&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Thank you for providing these files. Looking over the diagnostic data and the logs, it appears that this behavior is due to the same issue as described in &lt;a href=&quot;https://jira.mongodb.org/browse/WT-3207&quot; title=&quot;Drops with checkpoint_wait=false should not wait for checkpoints&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-3207&quot;&gt;&lt;del&gt;WT-3207&lt;/del&gt;&lt;/a&gt;. As this issue has been fixed in  more recent versions (3.2.13/3.4.4), My recommendation would be to upgrade to the most recent version of MongoDB where this issue is no longer present. If upgrading does not alleviate this issue, please let us know and we will further investigate. &lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Mark&lt;/p&gt;</comment>
                            <comment id="1585824" author="blunney" created="Fri, 2 Jun 2017 12:35:06 +0000"  >&lt;p&gt;Mark,&lt;/p&gt;

&lt;p&gt;Requested files have been uploaded.  Please let me know if there is anything else I can provide to help diagnosis the issue.&lt;/p&gt;

&lt;p&gt;Bob&lt;/p&gt;</comment>
                            <comment id="1585344" author="mark.agarunov" created="Thu, 1 Jun 2017 20:51:27 +0000"  >&lt;p&gt;Hello &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=blunney&quot; class=&quot;user-hover&quot; rel=&quot;blunney&quot;&gt;blunney&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Thank you for the report. To get a better understanding of what might be causing this issue, could you please provide the following:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;The complete log files from &lt;tt&gt;mongod&lt;/tt&gt; when this behavior was present,&lt;/li&gt;
	&lt;li&gt;Please archive the &lt;tt&gt;$dbPath/diagnostic.data&lt;/tt&gt; directory from the affected node.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;I&apos;ve created a &lt;a href=&quot;https://10gen-httpsupload.s3.amazonaws.com/upload_forms/ecd3053d-4150-480c-bd92-0ac64ba2a76a.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;secure upload portal&lt;/a&gt; so that you can send us the files.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Mark&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="361526">WT-3207</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>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 1 Jun 2017 20:51:27 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        6 years, 36 weeks, 5 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>backlog-server-pm</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>blunney</customfieldvalue>
            <customfieldvalue>mark.agarunov</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|ht8edb:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;1. Query a collection&apos;s index stats:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;db.coll.aggregate( { $indexStats: {} }, { $project: { _id: 0, name: 1, &quot;accesses.ops&quot;: 1, &quot;accesses.since&quot;: 1 } } ).pretty()&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
&lt;p&gt;2. Note which indexes are not in use, indicated by &lt;tt&gt;ops&lt;/tt&gt; of 0 (zero).&lt;br/&gt;
3.  Drop the unused indexes.&lt;br/&gt;
4.  Note an increase in query response time.&lt;br/&gt;
5.  Add the indexes back.&lt;br/&gt;
6.  Note query response time returns to nominal levels.&lt;br/&gt;
7.  Query a collection&apos;s index stats again, note the re-added indexes still should zero ops, while all other indexes&apos; ops counters have increased.&lt;/p&gt;</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

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

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