<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:07:56 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-5112] Need a better story for startup-time initialization of C++ modules.</title>
                <link>https://jira.mongodb.org/browse/SERVER-5112</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Static initializers don&apos;t work in the end, because there&apos;s no way to specify ordering dependences.  The code is slowly amassing a hodgepodge of alternatives, including singleton objects initialized at first access, using a hand-written double-check locking pattern.&lt;/p&gt;

&lt;p&gt;A better solution would be to allow programmers to declare &quot;init functions&quot; for modules, and to list their dependencies in their declaration.  Then, at the top of main(), mongo programs would call InitMongo(), which would execute the init functions in top-sort order.&lt;/p&gt;

&lt;p&gt;Implementations I&apos;ve used in the past have declared init functions using a macro:&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;INIT_FN(fn_name, (input_dep_name_0, ...), (output_dep_name_0, ...)) {&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;  code that initializes some logical module, but cannot run until after (input_dep_name_0, ..., input_dep_name_n), and must run before (output_dep_name_0, ..., output_dep_name_n).&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;}&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;Further, you can declare nodes in the dependency graph to aggregate things.  For example, if you need to run some code after all global foo objects are initialized, you can have a macro for declaring global foo objects that makes their initialization code out-depend on &quot;foos_initialized&quot;, a noop node.  Then, your code that depends on &quot;all foos are initialized&quot; can just have an input dependency on &quot;foos_initialized&quot;, and doesn&apos;t need to explicitly be able to name all instances of &quot;foo&quot;. &lt;/p&gt;</description>
                <environment></environment>
        <key id="31669">SERVER-5112</key>
            <summary>Need a better story for startup-time initialization of C++ modules.</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="schwerin@mongodb.com">Andy Schwerin</assignee>
                                    <reporter username="schwerin@mongodb.com">Andy Schwerin</reporter>
                        <labels>
                    </labels>
                <created>Mon, 27 Feb 2012 18:07:24 +0000</created>
                <updated>Mon, 11 Jul 2016 18:33:03 +0000</updated>
                            <resolved>Mon, 15 Oct 2012 20:44:34 +0000</resolved>
                                                    <fixVersion>2.3.0</fixVersion>
                                    <component>Internal Code</component>
                                        <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="168312" author="auto" created="Wed, 26 Sep 2012 16:18:58 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-09-13T07:59:15-07:00&apos;, u&apos;email&apos;: u&apos;schwerin@10gen.com&apos;, u&apos;name&apos;: u&apos;Andy Schwerin&apos;}
&lt;p&gt;Message: Call runGlobalInitializersOrDie() at the top of the main() functions in mongo programs.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5112&quot; title=&quot;Need a better story for startup-time initialization of C++ modules.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5112&quot;&gt;&lt;del&gt;SERVER-5112&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/41c4c364d1a04de987a1aabe58b38bc4582a534e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/41c4c364d1a04de987a1aabe58b38bc4582a534e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="167901" author="auto" created="Tue, 25 Sep 2012 19:57:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-09-17T09:19:26-07:00&apos;, u&apos;email&apos;: u&apos;schwerin@10gen.com&apos;, u&apos;name&apos;: u&apos;Andy Schwerin&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5112&quot; title=&quot;Need a better story for startup-time initialization of C++ modules.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5112&quot;&gt;&lt;del&gt;SERVER-5112&lt;/del&gt;&lt;/a&gt; Introduce runGlobalInitializers(), macros and tools for global initializer declaration.&lt;/p&gt;

&lt;p&gt;These utilities simplify adding global (process-wide) initializers that run at the beginning of&lt;br/&gt;
main().&lt;/p&gt;

&lt;p&gt;Also, run the global initializers in the main() of unittests.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/635aed09b0de72588422f1b864cca3810979375c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/635aed09b0de72588422f1b864cca3810979375c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="167890" author="auto" created="Tue, 25 Sep 2012 19:45:16 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-09-13T08:54:44-07:00&apos;, u&apos;email&apos;: u&apos;schwerin@10gen.com&apos;, u&apos;name&apos;: u&apos;Andy Schwerin&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5112&quot; title=&quot;Need a better story for startup-time initialization of C++ modules.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5112&quot;&gt;&lt;del&gt;SERVER-5112&lt;/del&gt;&lt;/a&gt; Initializer type and test.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1c9b2a7d236cce265db1b29a708959fe87ba56ca&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1c9b2a7d236cce265db1b29a708959fe87ba56ca&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="167884" author="auto" created="Tue, 25 Sep 2012 19:21:05 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-09-13T07:43:47-07:00&apos;, u&apos;email&apos;: u&apos;schwerin@10gen.com&apos;, u&apos;name&apos;: u&apos;Andy Schwerin&apos;}
&lt;p&gt;Message: Stringify the cycle into the Status message parameter when topSort detects a cycle.&lt;/p&gt;

&lt;p&gt;Should improve reporting of programming errors involving initialization dependences.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5112&quot; title=&quot;Need a better story for startup-time initialization of C++ modules.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5112&quot;&gt;&lt;del&gt;SERVER-5112&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/6825307dd6534086ffbf8442eb9b5ac3cd9c13d3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/6825307dd6534086ffbf8442eb9b5ac3cd9c13d3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="167883" author="auto" created="Tue, 25 Sep 2012 19:21:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-09-11T13:59:48-07:00&apos;, u&apos;email&apos;: u&apos;schwerin@10gen.com&apos;, u&apos;name&apos;: u&apos;Andy Schwerin&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5112&quot; title=&quot;Need a better story for startup-time initialization of C++ modules.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5112&quot;&gt;&lt;del&gt;SERVER-5112&lt;/del&gt;&lt;/a&gt; ConfigurationVariableManager type and unit tests.&lt;/p&gt;

&lt;p&gt;In this implementation, setVariable function always takes a string&lt;br/&gt;
parameter, and parsing is handled by a parsing object supplied by the&lt;br/&gt;
configuration variable declarer.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ccd3e0333dce5bd96b80b42aaf0dc27ac3bde72a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ccd3e0333dce5bd96b80b42aaf0dc27ac3bde72a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="167879" author="auto" created="Tue, 25 Sep 2012 19:07:54 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-09-13T07:41:38-07:00&apos;, u&apos;email&apos;: u&apos;schwerin@10gen.com&apos;, u&apos;name&apos;: u&apos;Andy Schwerin&apos;}
&lt;p&gt;Message: Rename InitializationContext to InitializerContext, for consistency with other type names.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5112&quot; title=&quot;Need a better story for startup-time initialization of C++ modules.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5112&quot;&gt;&lt;del&gt;SERVER-5112&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ac4eb3fba2927f4f4c7083520cf825dbb74f0c12&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ac4eb3fba2927f4f4c7083520cf825dbb74f0c12&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="164997" author="auto" created="Mon, 17 Sep 2012 14:45:46 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-09-10T07:35:08-07:00&apos;, u&apos;email&apos;: u&apos;schwerin@10gen.com&apos;, u&apos;name&apos;: u&apos;Andy Schwerin&apos;}
&lt;p&gt;Message: Implement and test InitializerDependencyGraph.&lt;/p&gt;

&lt;p&gt;An InitializerDependencyGraph is a directed acyclic graph (DAG) of named&lt;br/&gt;
initialization operations.  Every node in the graph has a unique name, a&lt;br/&gt;
behavior function, and a set of prerequisites.  The graph supports two&lt;br/&gt;
inspection functions, one to get the behavior function for a node with a given&lt;br/&gt;
name, and the other to produce a vector of node names, ordered in a manner that&lt;br/&gt;
does not violate any preprequisite dependneces.&lt;/p&gt;

&lt;p&gt;InitializerDependencyGraph is exception-free, and because it is for use very&lt;br/&gt;
early in process startup, it does no logging itself.&lt;/p&gt;

&lt;p&gt;This patch also introduces a utility macro, MONGO_MAKE_STRING_VECTOR, which is&lt;br/&gt;
useful for constructing std::vector&amp;lt;std::string&amp;gt; from a sequence of string&lt;br/&gt;
literals.  This patch uses it for testing, but subsequent MONGO_INIT-related&lt;br/&gt;
work will rely on it, as well.&lt;/p&gt;

&lt;p&gt;Part of work on &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5112&quot; title=&quot;Need a better story for startup-time initialization of C++ modules.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5112&quot;&gt;&lt;del&gt;SERVER-5112&lt;/del&gt;&lt;/a&gt;.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ace5fac55b6ec2becf3758b8bdd4039438f23745&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ace5fac55b6ec2becf3758b8bdd4039438f23745&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="144206" author="auto" created="Tue, 17 Jul 2012 20:24:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-07-16T15:48:37-07:00&apos;, u&apos;email&apos;: u&apos;schwerin@10gen.com&apos;, u&apos;name&apos;: u&apos;Andy Schwerin&apos;}
&lt;p&gt;Message: Link programs by linking all object files on the command line.&lt;/p&gt;

&lt;p&gt;This is done rather than enumerating a list of static libraries to include.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5112&quot; title=&quot;Need a better story for startup-time initialization of C++ modules.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5112&quot;&gt;&lt;del&gt;SERVER-5112&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-6461&quot; title=&quot;Get Solaris build working&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-6461&quot;&gt;&lt;del&gt;SERVER-6461&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/78f93d7a3383b3eff72087f7b1a96930ddb59792&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/78f93d7a3383b3eff72087f7b1a96930ddb59792&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="144118" author="auto" created="Tue, 17 Jul 2012 17:11:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-07-16T15:48:37-07:00&apos;, u&apos;email&apos;: u&apos;schwerin@10gen.com&apos;, u&apos;name&apos;: u&apos;Andy Schwerin&apos;}
&lt;p&gt;Message: Link programs by linking all object files on the command line.&lt;/p&gt;

&lt;p&gt;This is done rather than enumerating a list of static libraries to include.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5112&quot; title=&quot;Need a better story for startup-time initialization of C++ modules.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5112&quot;&gt;&lt;del&gt;SERVER-5112&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-6461&quot; title=&quot;Get Solaris build working&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-6461&quot;&gt;&lt;del&gt;SERVER-6461&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/78f93d7a3383b3eff72087f7b1a96930ddb59792&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/78f93d7a3383b3eff72087f7b1a96930ddb59792&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="144116" author="auto" created="Tue, 17 Jul 2012 17:11:29 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-07-16T15:43:56-07:00&apos;, u&apos;email&apos;: u&apos;schwerin@10gen.com&apos;, u&apos;name&apos;: u&apos;Andy Schwerin&apos;}
&lt;p&gt;Message: Break a few more libraries off of &quot;mongocommon&quot;.&lt;/p&gt;

&lt;p&gt;Supports building all build products using _LIBDEPS=_LIBDEPS_OBJS instead of&lt;br/&gt;
a mix of _LIBDEPS_OBJS and _LIBDEPS_LIBS.&lt;/p&gt;

&lt;p&gt;Necessitated in the short term by &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-6461&quot; title=&quot;Get Solaris build working&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-6461&quot;&gt;&lt;del&gt;SERVER-6461&lt;/del&gt;&lt;/a&gt;, and in the long term by &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5112&quot; title=&quot;Need a better story for startup-time initialization of C++ modules.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5112&quot;&gt;&lt;del&gt;SERVER-5112&lt;/del&gt;&lt;/a&gt;.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/da468fdddfeff6d7a22fd72a0a38a79e19eb61a3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/da468fdddfeff6d7a22fd72a0a38a79e19eb61a3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="127924" author="tad" created="Thu, 7 Jun 2012 14:15:38 +0000"  >&lt;p&gt;Another item to initialize at startup time: Windows memory allocation granularity, fetched with the GetSystemInfo() API (along with other elements).  See &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2942&quot; title=&quot;MapViewOfFileEx failed during large import&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2942&quot;&gt;&lt;del&gt;SERVER-2942&lt;/del&gt;&lt;/a&gt; (mongo/util/mmap_win.cpp) for usage.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="44212">SERVER-6452</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="24685">CXX-90</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="52945">SERVER-7332</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>11.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 7 Jun 2012 14:15:38 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        11 years, 21 weeks 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>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            11 years, 21 weeks 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>schwerin@mongodb.com</customfieldvalue>
            <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>tad</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrobyv:</customfieldvalue>

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

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

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