<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:58:42 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-2011] mongodump, bsondump and mongoexport should only write to stderr in case of a serious error</title>
                <link>https://jira.mongodb.org/browse/SERVER-2011</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I&apos;m the &quot;author&quot; of the AutoMongoDump tool on github (github.com/ &lt;br/&gt;
micahwedemeyer/automongobackup). I basically took the very nice &lt;br/&gt;
AutoMySQLDump bash script and modified it for use with MongoDB. &lt;br/&gt;
Thanks, by the way, for making the mongodump CLI so similar to &lt;br/&gt;
mysqldump. I assume that wasn&apos;t an accident. &lt;/p&gt;

&lt;p&gt;Anyways, it seems that every time mongodump runs, it writes some debug &lt;br/&gt;
output (like &quot;connected to: 127.0.0.1:27017&quot;) to stderr. The &lt;br/&gt;
automysqldump script is set up to count anything written to stderr as &lt;br/&gt;
a serious error and alert the user that the dump has probably failed. &lt;br/&gt;
I&apos;ve hacked around this for my mongo port, assuming that everything in &lt;br/&gt;
stderr is just warning messages, not fatal errors. I tried playing &lt;br/&gt;
with analyzing the output to stderr a little, but it seemed like a bad &lt;br/&gt;
road to head down. &lt;/p&gt;

&lt;p&gt;I&apos;d like to request that if anyone chooses to refactor or work on &lt;br/&gt;
mongodump, please modify it only write to stderr if a serious error &lt;br/&gt;
occurs. That way I can update the script to alert the user in case of &lt;br/&gt;
serious errors.&lt;/p&gt;</description>
                <environment></environment>
        <key id="13514">SERVER-2011</key>
            <summary>mongodump, bsondump and mongoexport should only write to stderr in case of a serious error</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="sverch">Shaun Verch</assignee>
                                    <reporter username="micahwedemeyer">Micah Wedemeyer</reporter>
                        <labels>
                    </labels>
                <created>Tue, 26 Oct 2010 22:39:02 +0000</created>
                <updated>Mon, 26 Oct 2015 23:50:56 +0000</updated>
                            <resolved>Mon, 8 Apr 2013 19:17:38 +0000</resolved>
                                                    <fixVersion>2.5.0</fixVersion>
                                    <component>Tools</component>
                                        <votes>8</votes>
                                    <watches>12</watches>
                                                                                                                <comments>
                            <comment id="308799" author="sverch" created="Mon, 8 Apr 2013 19:17:39 +0000"  >&lt;p&gt;The --quiet option now will silence all informational messages, which should account for this use case.&lt;/p&gt;</comment>
                            <comment id="308797" author="auto" created="Mon, 8 Apr 2013 19:16:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-04-03T22:43:32Z&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2011&quot; title=&quot;mongodump, bsondump and mongoexport should only write to stderr in case of a serious error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2011&quot;&gt;&lt;del&gt;SERVER-2011&lt;/del&gt;&lt;/a&gt; Added --quiet option to tools&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ac39ed282dc9610a115d09cbf88cd1bdf0fa3ba6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ac39ed282dc9610a115d09cbf88cd1bdf0fa3ba6&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="214514" author="auto" created="Fri, 14 Dec 2012 00:34:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-10-30T21:52:08Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2011&quot; title=&quot;mongodump, bsondump and mongoexport should only write to stderr in case of a serious error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2011&quot;&gt;&lt;del&gt;SERVER-2011&lt;/del&gt;&lt;/a&gt; Prevent mongoexport from writing to a file called &apos;-&apos;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/fa652ca77fa7eac38282a03412c133f7464fb8db&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/fa652ca77fa7eac38282a03412c133f7464fb8db&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="214513" author="auto" created="Fri, 14 Dec 2012 00:34:09 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-10-30T20:59:09Z&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2011&quot; title=&quot;mongodump, bsondump and mongoexport should only write to stderr in case of a serious error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2011&quot;&gt;&lt;del&gt;SERVER-2011&lt;/del&gt;&lt;/a&gt; Fix handling of stdout vs stderr in mongoexport&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e842f8ca919017ef455b1099a6cd369ae83b895b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e842f8ca919017ef455b1099a6cd369ae83b895b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="125463" author="eliot" created="Sun, 3 Jun 2012 04:58:30 +0000"  >&lt;p&gt;This is mostly done - but want to keep open until we audit everything and make sure everything is standardized across all tools.&lt;/p&gt;</comment>
                            <comment id="114282" author="nils.toedtmann" created="Fri, 27 Apr 2012 08:55:47 +0000"  >&lt;p&gt;Well as a sysadmin what you often need for automation is dump tools which &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;spit out the result on stdout for further processing (e.g. filter, compress, mail, ...) without having to handle temporary files&lt;/li&gt;
	&lt;li&gt;do report real errors on stderr so i get notified that a dump failed and i have to do something about it&lt;/li&gt;
	&lt;li&gt;do not report non-errors which clutter my root mail with false-positives&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;E.g. there should be a way of saying this:&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;mongodump  --host example.net  --show-only-real-errors-on-stderr-but-no-supplementary-information  --out - | gzip -c | uuencode -m - | mail -s &quot;mongo backup `hostname` `date +%Y%m%d`&quot; backup-archive@example.com&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>
                            <comment id="114180" author="kwilczynski" created="Thu, 26 Apr 2012 21:36:45 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;So...&lt;/p&gt;

&lt;p&gt;When having &quot;quiet&quot; and/or &quot;silent&quot; flags, then we have to rely on exit code, which following what is already known to work well would be 0 for success and 1 (or any non-zero) for failure.&lt;/p&gt;

&lt;p&gt;Now, when &quot;out&quot; flag points to a file name, then supplementary info should go on standard output and errors on standard error, including correct exit code being set. Of course, &quot;quiet&quot; will still silence any supplementary information as well as errors form being shown.&lt;/p&gt;

&lt;p&gt;When &quot;out&quot; equals to &quot;-&quot;, then both supplementary information and errors should go on standard error (since standard out is now taken). Appropriate exit code still has to be set, plus &quot;quiet&quot; flag when set would still suppress printing any extraneous information (on standard error this time).&lt;/p&gt;

&lt;p&gt;All of this would make something like that possible: &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;mongodump --quiet --host example.net --out a.dump || echo &apos;Velociraptor ate my database!!!11eleven&apos;&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;

&lt;p&gt;My 2p. Hope that helps &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;KW&lt;/p&gt;</comment>
                            <comment id="114095" author="nils.toedtmann" created="Thu, 26 Apr 2012 18:51:52 +0000"  >&lt;p&gt;Thank you for taking care of this!&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;Flags like -q|--quite or -s|--silent are common. I&apos;d prefer it the other &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;way round though: don&apos;t print out any non-errors on stderr unless explicitly &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;told so with something like -v|--verbose or --debug.&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;(sorry, need to use &apos;noformat&apos; escaping for markup to not strike out my comment)&lt;/p&gt;</comment>
                            <comment id="114077" author="brandon" created="Thu, 26 Apr 2012 18:14:50 +0000"  >&lt;p&gt;I&apos;m working on fixing this behavior. Many of these messages were emitted to stdout originally; we moved them to stderr to ensure that messages do not interfere with output when dumping objects to stdout.&lt;/p&gt;

&lt;p&gt;Any thoughts on adding a flag to disable non-error output to stderr? Would this be a reasonable compromise?&lt;/p&gt;</comment>
                            <comment id="113972" author="eherot" created="Thu, 26 Apr 2012 12:08:21 +0000"  >&lt;p&gt;Can I third this?  I&apos;m a sysop trying to use meskyanichi&apos;s very handy ruby backup script &quot;backup&quot; and for the twenty or so DB backups we do, this is the ONLY thing I get emailed about, and I get an email for all 15 mongo databases!!!&lt;/p&gt;

&lt;p&gt;This behavior is incorrect, extremely annoying (even dangerous), and exceptionally simple to fix.  Why has it not been taken care of?&lt;/p&gt;</comment>
                            <comment id="90757" author="nils.toedtmann" created="Wed, 22 Feb 2012 09:45:57 +0000"  >&lt;p&gt;Tools which write non-critical info to stderr are a pain for every sysadmin. Cron and backup tools (like e.g. rsnapshot) expect that only errors which need to be fixed are written to StdErr, and they will rootmail all stderr to alert the sysadmins. Hence we have to silence these noisy tools (2&amp;gt;/dev/null), introducing the risk that when there &lt;b&gt;are&lt;/b&gt; actual errors, we won&apos;t notice &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;If mongodump is meant to be used for automated/scriped jobs, this should be fixed.&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;BTW this seems to be a re-occurence of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-564&quot; title=&quot;mongodump should be more quiet&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-564&quot;&gt;&lt;del&gt;SERVER-564&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="54927" author="kwilczynski" created="Sat, 17 Sep 2011 11:30:29 +0000"  >&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I also would like to see this problem solved not only for the sake of &quot;automongobackup&quot; (which is a very nice addition to the tool set surrounding Mongo), but also to maintain consistency concerning that sort of tools &amp;#8211; clear separation what goes onto stdout and stderr is always a plus. Said that... having &quot;connected to:&quot; during normal healthy run of &quot;mongodump&quot; is not quite that consistent. Perhaps there is a greater idea hidden here which I am missing &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;Having a look at the source code ...&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;                (_usesstdout ? cout : cerr ) &amp;lt;&amp;lt; &quot;connected to: &quot; &amp;lt;&amp;lt; _host &amp;lt;&amp;lt; endl;&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;Also ...&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;        if ( _matcher.get() )&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;            (_usesstdout ? cout : cerr ) &amp;lt;&amp;lt; processed &amp;lt;&amp;lt; &quot; objects processed&quot; &amp;lt;&amp;lt; endl;&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;I am not sure why these two lies are being written onto standard error &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;Thank you in advance for looking into this &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;KW&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="71131">SERVER-9282</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="61307">SERVER-8106</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="42023">TOOLS-1200</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="70942">SERVER-9268</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="17158">SERVER-3112</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="66333">SERVER-8713</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="67656">TOOLS-152</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="90953">DOCS-1982</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>12.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sat, 17 Sep 2011 11:30:29 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 45 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_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>
                            10 years, 45 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>brandon</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>eherot</customfieldvalue>
            <customfieldvalue>kwilczynski</customfieldvalue>
            <customfieldvalue>micahwedemeyer</customfieldvalue>
            <customfieldvalue>nils.toedtmann</customfieldvalue>
            <customfieldvalue>sverch</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpcfb:</customfieldvalue>

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

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

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