<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:03:38 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-23526] Replication relies on storage engines reporting a non-zero size for correctness</title>
                <link>https://jira.mongodb.org/browse/SERVER-23526</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The new inMemory storage engine does not necessarily return a non-zero storage size for collections, even when they contain data. The replication sub-system assumes that the size will be non-zero when there is content.&lt;/p&gt;

&lt;p&gt;Further analysis from &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=sue.loverso&quot; class=&quot;user-hover&quot; rel=&quot;sue.loverso&quot;&gt;sue.loverso&lt;/a&gt;:&lt;br/&gt;
I think it is the primary looking at the on-disk size to determine what to send to a secondary on a resync.&lt;br/&gt;
I believe the code in mongo/db/repl/master_slave.cpp:423:forceResync() is the code in question. The listDatabases() command in mongo/db/commands/list_databases.cpp adds an empty boolean of true if the size on disk returned is 0. Then the forceResync code calls resyncDrop if it is empty. There are no comments nearby for that decision.&lt;/p&gt;</description>
                <environment></environment>
        <key id="277441">SERVER-23526</key>
            <summary>Replication relies on storage engines reporting a non-zero size for correctness</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="alexander.gorrod@mongodb.com">Alexander Gorrod</assignee>
                                    <reporter username="alexander.gorrod@mongodb.com">Alexander Gorrod</reporter>
                        <labels>
                            <label>code-only</label>
                    </labels>
                <created>Tue, 5 Apr 2016 01:08:08 +0000</created>
                <updated>Tue, 22 Nov 2016 16:59:23 +0000</updated>
                            <resolved>Fri, 15 Apr 2016 04:10:03 +0000</resolved>
                                                    <fixVersion>3.2.6</fixVersion>
                    <fixVersion>3.3.5</fixVersion>
                                    <component>WiredTiger</component>
                                        <votes>0</votes>
                                    <watches>11</watches>
                                                                                                                <comments>
                            <comment id="1239610" author="michael.cahill" created="Tue, 19 Apr 2016 03:27:44 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=keith.bostic&quot; class=&quot;user-hover&quot; rel=&quot;keith.bostic&quot;&gt;keith.bostic&lt;/a&gt;, we&apos;ll need a new ticket, this one is fixed by the workaround of never having WiredTiger return a storage size of zero.&lt;/p&gt;</comment>
                            <comment id="1236916" author="keith.bostic" created="Fri, 15 Apr 2016 10:40:45 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=michael.cahill&quot; class=&quot;user-hover&quot; rel=&quot;michael.cahill&quot;&gt;michael.cahill&lt;/a&gt;, I thought we were going to use this ticket to consider changing MongoDB to not check for a on-disk size of zero and removing the WiredTiger workaround; is there a purpose to that check?&lt;/p&gt;</comment>
                            <comment id="1235824" author="xgen-internal-githook" created="Thu, 14 Apr 2016 14:29:40 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;name&apos;: u&apos;Ramon Fernandez&apos;, u&apos;email&apos;: u&apos;ramon@mongodb.com&apos;}
&lt;p&gt;Message: Import wiredtiger-wiredtiger-2.8.0-201-g7ea2631.tar.gz from wiredtiger branch mongodb-3.2&lt;/p&gt;

&lt;p&gt;ref: 43e885a..7ea2631&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23504&quot; title=&quot;Coverity analysis defect 98177: Resource leak&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23504&quot;&gt;&lt;del&gt;SERVER-23504&lt;/del&gt;&lt;/a&gt;  Coverity analysis defect 98177: Resource leak&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23526&quot; title=&quot;Replication relies on storage engines reporting a non-zero size for correctness&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23526&quot;&gt;&lt;del&gt;SERVER-23526&lt;/del&gt;&lt;/a&gt;  Replication relies on storage engines reporting a non-zero size for correctness&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23588&quot; title=&quot;mongod with WiredTiger won&amp;#39;t start on Windows when built with --dbg=on --opt=off&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23588&quot;&gt;&lt;del&gt;SERVER-23588&lt;/del&gt;&lt;/a&gt;  mongod with WiredTiger won&apos;t start on Windows when built with --dbg=on --opt=off&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23682&quot; title=&quot;WiredTiger changes for MongoDB 3.2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23682&quot;&gt;&lt;del&gt;SERVER-23682&lt;/del&gt;&lt;/a&gt;  WiredTiger changes for MongoDB 3.2.6&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/WT-2330&quot; title=&quot;in-memory configurations should not create on-disk collection files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2330&quot;&gt;&lt;del&gt;WT-2330&lt;/del&gt;&lt;/a&gt;       in-memory configurations should not create on-disk collection files&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/WT-2507&quot; title=&quot;Add upgrading documentation in preparation for 2.8 release.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2507&quot;&gt;&lt;del&gt;WT-2507&lt;/del&gt;&lt;/a&gt;       Add upgrading documentation in preparation for 2.8 release.&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/WT-2512&quot; title=&quot;wtperf: MSVC complains about float conversion in throttle code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2512&quot;&gt;&lt;del&gt;WT-2512&lt;/del&gt;&lt;/a&gt;       wtperf: MSVC complains about float conversion in throttle code&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/WT-2513&quot; title=&quot;conversion from &amp;#39;int64_t&amp;#39; to &amp;#39;uint32_t&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2513&quot;&gt;&lt;del&gt;WT-2513&lt;/del&gt;&lt;/a&gt;       conversion from &apos;int64_t&apos; to &apos;uint32_t&apos;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/WT-2517&quot; title=&quot;wtperf uses setvbuf in a way that isn&amp;#39;t supported on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2517&quot;&gt;&lt;del&gt;WT-2517&lt;/del&gt;&lt;/a&gt;       wtperf uses setvbuf in a way that isn&apos;t supported on Windows&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/WT-2522&quot; title=&quot;Incorrect format code in message&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2522&quot;&gt;&lt;del&gt;WT-2522&lt;/del&gt;&lt;/a&gt;       Incorrect format code in message&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/WT-2525&quot; title=&quot;in-memory configurations: miscellaneous cleanups&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2525&quot;&gt;&lt;del&gt;WT-2525&lt;/del&gt;&lt;/a&gt;       in-memory configurations: miscellaneous cleanups&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/WT-2527&quot; title=&quot;OS X compile error, missing POSIX_FADV_WILLNEED #define&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2527&quot;&gt;&lt;del&gt;WT-2527&lt;/del&gt;&lt;/a&gt;       OS X compile error, missing POSIX_FADV_WILLNEED #define&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/WT-2528&quot; title=&quot;style error in WiredTiger build&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2528&quot;&gt;&lt;del&gt;WT-2528&lt;/del&gt;&lt;/a&gt;       style error in WiredTiger build&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/WT-2529&quot; title=&quot;The readonly test case is crashing with a stack overflow&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2529&quot;&gt;&lt;del&gt;WT-2529&lt;/del&gt;&lt;/a&gt;       The readonly test case is crashing with a stack overflow&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/WT-2531&quot; title=&quot;in-memory tables are allocating unnecessary memory&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2531&quot;&gt;&lt;del&gt;WT-2531&lt;/del&gt;&lt;/a&gt;       in-memory tables are allocating unnecessary memory&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/WT-2532&quot; title=&quot;WT_STREAM_APPEND and WT_STREAM_LINE_BUFFER flag overlap&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2532&quot;&gt;&lt;del&gt;WT-2532&lt;/del&gt;&lt;/a&gt;       WT_STREAM_APPEND and WT_STREAM_LINE_BUFFER flag overlap&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/WT-2533&quot; title=&quot;Ensure that in-memory tables don&amp;#39;t report a zero size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2533&quot;&gt;&lt;del&gt;WT-2533&lt;/del&gt;&lt;/a&gt;       Ensure that in-memory tables don&apos;t report a zero size&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/WT-2534&quot; title=&quot;Invalid transaction snapshots on PowerPC&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2534&quot;&gt;&lt;del&gt;WT-2534&lt;/del&gt;&lt;/a&gt;       Invalid transaction snapshots on PowerPC&lt;br/&gt;
Branch: v3.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/7ee4e4e493c3785fea489ee3508ca18526709c16&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/7ee4e4e493c3785fea489ee3508ca18526709c16&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1228799" author="xgen-internal-githook" created="Thu, 7 Apr 2016 07:31:59 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;agorrod&apos;, u&apos;name&apos;: u&apos;Alex Gorrod&apos;, u&apos;email&apos;: u&apos;alexg@wiredtiger.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/WT-2533&quot; title=&quot;Ensure that in-memory tables don&amp;#39;t report a zero size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2533&quot;&gt;&lt;del&gt;WT-2533&lt;/del&gt;&lt;/a&gt; Don&apos;t let in-memory tables return a zero size.&lt;/p&gt;

&lt;p&gt;Returning a zero size breaks MongoDB replication. Return a non-zero&lt;br/&gt;
size for now until &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23526&quot; title=&quot;Replication relies on storage engines reporting a non-zero size for correctness&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23526&quot;&gt;&lt;del&gt;SERVER-23526&lt;/del&gt;&lt;/a&gt; is resolved.&lt;br/&gt;
Branch: mongodb-3.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/wiredtiger/wiredtiger/commit/95ffda62606c136fb571d9e15460a12b9c2d1074&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/wiredtiger/wiredtiger/commit/95ffda62606c136fb571d9e15460a12b9c2d1074&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1225946" author="keith.bostic" created="Tue, 5 Apr 2016 10:50:43 +0000"  >&lt;p&gt;One possible confusion here is an on-disk WiredTiger database will never have a zero-sized object, even an empty collection will take up some room on disk.&lt;/p&gt;

&lt;p&gt;So, any optimization based on zero-sized objects may not be useful, it won&apos;t ever fire.&lt;/p&gt;</comment>
                            <comment id="1225735" author="xgen-internal-githook" created="Tue, 5 Apr 2016 04:16:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;agorrod&apos;, u&apos;name&apos;: u&apos;Alex Gorrod&apos;, u&apos;email&apos;: u&apos;alexg@wiredtiger.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/WT-2533&quot; title=&quot;Ensure that in-memory tables don&amp;#39;t report a zero size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2533&quot;&gt;&lt;del&gt;WT-2533&lt;/del&gt;&lt;/a&gt; Don&apos;t let in-memory tables return a zero size.&lt;/p&gt;

&lt;p&gt;Returning a zero size breaks MongoDB replication. Return a non-zero&lt;br/&gt;
size for now until &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23526&quot; title=&quot;Replication relies on storage engines reporting a non-zero size for correctness&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23526&quot;&gt;&lt;del&gt;SERVER-23526&lt;/del&gt;&lt;/a&gt; is resolved.&lt;br/&gt;
Branch: mongodb-3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/wiredtiger/wiredtiger/commit/95ffda62606c136fb571d9e15460a12b9c2d1074&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/wiredtiger/wiredtiger/commit/95ffda62606c136fb571d9e15460a12b9c2d1074&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1225587" author="xgen-internal-githook" created="Tue, 5 Apr 2016 02:54:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;agorrod&apos;, u&apos;name&apos;: u&apos;Alex Gorrod&apos;, u&apos;email&apos;: u&apos;alexg@wiredtiger.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/WT-2533&quot; title=&quot;Ensure that in-memory tables don&amp;#39;t report a zero size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2533&quot;&gt;&lt;del&gt;WT-2533&lt;/del&gt;&lt;/a&gt; Don&apos;t let in-memory tables return a zero size.&lt;/p&gt;

&lt;p&gt;Returning a zero size breaks MongoDB replication. Return a non-zero&lt;br/&gt;
size for now until &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23526&quot; title=&quot;Replication relies on storage engines reporting a non-zero size for correctness&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23526&quot;&gt;&lt;del&gt;SERVER-23526&lt;/del&gt;&lt;/a&gt; is resolved.&lt;br/&gt;
Branch: develop&lt;br/&gt;
&lt;a href=&quot;https://github.com/wiredtiger/wiredtiger/commit/95ffda62606c136fb571d9e15460a12b9c2d1074&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/wiredtiger/wiredtiger/commit/95ffda62606c136fb571d9e15460a12b9c2d1074&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1225556" author="alexander.gorrod" created="Tue, 5 Apr 2016 01:10:31 +0000"  >&lt;p&gt;To reproduce the failure, back out the workaround committed in &lt;a href=&quot;https://jira.mongodb.org/browse/WT-2533&quot; title=&quot;Ensure that in-memory tables don&amp;#39;t report a zero size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-2533&quot;&gt;&lt;del&gt;WT-2533&lt;/del&gt;&lt;/a&gt;, and run the replication jstest suite against the inMemory storage engine. The command I use is:&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;python buildscripts/resmoke.py --storageEngine=inMemory --excludeWithAnyTags=requires_persistence --suite=replication&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;The repl8.js test fails because it never finishes an initial sync, error output:&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;   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;[js_test:repl8] 2016-04-05T10:57:17.579+1000 d20010| 2016-04-05T10:57:17.579+1000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:38184 #2 (2 connections now open)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:18.580+1000 d20011| 2016-04-05T10:57:18.580+1000 I REPL     [replslave] sleep 2 sec before next pass&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:20.581+1000 d20011| 2016-04-05T10:57:20.581+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:21.581+1000 d20011| 2016-04-05T10:57:21.581+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:22.581+1000 d20011| 2016-04-05T10:57:22.581+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:23.582+1000 d20011| 2016-04-05T10:57:23.582+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:24.582+1000 d20011| 2016-04-05T10:57:24.582+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:25.583+1000 d20011| 2016-04-05T10:57:25.583+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:26.583+1000 d20011| 2016-04-05T10:57:26.583+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:27.584+1000 d20011| 2016-04-05T10:57:27.584+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:28.584+1000 d20011| 2016-04-05T10:57:28.584+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:29.585+1000 d20011| 2016-04-05T10:57:29.585+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:31.352+1000 d20011| 2016-04-05T10:57:31.352+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:32.353+1000 d20011| 2016-04-05T10:57:32.352+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:33.353+1000 d20011| 2016-04-05T10:57:33.353+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:34.353+1000 d20011| 2016-04-05T10:57:34.353+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:35.354+1000 d20011| 2016-04-05T10:57:35.354+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:36.354+1000 d20011| 2016-04-05T10:57:36.354+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:37.355+1000 d20011| 2016-04-05T10:57:37.355+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:38.355+1000 d20011| 2016-04-05T10:57:38.355+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:39.356+1000 d20011| 2016-04-05T10:57:39.355+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:41.352+1000 d20011| 2016-04-05T10:57:41.352+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:42.353+1000 d20011| 2016-04-05T10:57:42.353+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:43.353+1000 d20011| 2016-04-05T10:57:43.353+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:44.353+1000 d20011| 2016-04-05T10:57:44.353+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:45.354+1000 d20011| 2016-04-05T10:57:45.354+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:46.354+1000 d20011| 2016-04-05T10:57:46.354+1000 I REPL     [replslave] syncing from host:127.0.0.1:20010&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:46.731+1000 assert.soon failed: function () {&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:46.731+1000     return s.getDB(baseName).getCollection(&quot;first&quot;).isCapped();&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:46.731+1000 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:46.731+1000 doassert@src/mongo/shell/assert.js:15:14&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:46.731+1000 assert.soon@src/mongo/shell/assert.js:176:13&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:46.731+1000 @jstests/repl/repl8.js:14:1&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:46.731+1000&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:46.732+1000 2016-04-05T10:57:46.731+1000 E QUERY    [thread1] Error: assert.soon failed: function () {&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:46.732+1000     return s.getDB(baseName).getCollection(&quot;first&quot;).isCapped();&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:46.732+1000 } :&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:46.732+1000 doassert@src/mongo/shell/assert.js:15:14&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:46.732+1000 assert.soon@src/mongo/shell/assert.js:176:13&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:46.732+1000 @jstests/repl/repl8.js:14:1&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:repl8] 2016-04-05T10:57:46.732+1000&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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-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;[js_test:repl8] 2016-04-05T10:57:46.732+1000 failed to load: jstests/repl/repl8.js&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="280697">SERVER-23795</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="277440">WT-2533</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>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12451" key="com.atlassian.jira.plugin.system.customfieldtypes:multiversion">
                        <customfieldname>Backport Completed</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="16812">3.2.6</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 5 Apr 2016 02:54:24 +0000</customfieldvalue>

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


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-479</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ian@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            7 years, 43 weeks, 2 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>alexander.gorrod@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>keith.bostic@mongodb.com</customfieldvalue>
            <customfieldvalue>michael.cahill@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrix9z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hsk3ef:</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_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|hrkx2v:</customfieldvalue>

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