<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:23:29 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-10563] Missing/invalid LOCALE on Solaris results in stacktrace on startup</title>
                <link>https://jira.mongodb.org/browse/SERVER-10563</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Hi guys,&lt;/p&gt;

&lt;p&gt;I&apos;m trying to start mongod process from a local directory using ssh accessing my virtual machine. Unfortunately mongod crashes with teh following code:&lt;/p&gt;

&lt;p&gt;bash-3.2$ cd /export/home/mongodb/mongodb/bin&lt;/p&gt;

&lt;p&gt;bash-3.2$ ./mongod --config mongodb.conf&lt;/p&gt;

&lt;p&gt;warning: bind_ip of 0.0.0.0 is unnecessary; listens on all ips by default&lt;br/&gt;
Mon Aug 19 09:40:04.694 terminate() called, printing stack (if implemented for platform):&lt;br/&gt;
0xdd3988 0x92a6ea 0xfffffd7fff1a1f7b 0xfffffd7fff1a1fb3 0xfffffd7fff1a20b2 0xfffffd7fff13e126 0xfffffd7fff19ff29 0xfffffd7fff1468ce 0xfffffd7fff147f85 0xdee220 0xdf0003 0xde633c 0xb3f2de 0x1168439 0x92a49c &lt;br/&gt;
 /export/home/mongodb/mongodb/bin/mongod&apos;_ZN5mongo15printStackTraceERSo+0x28 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xdd3988&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /export/home/mongodb/mongodb/bin/mongod&apos;_ZN5mongo11myterminateEv+0x3a &lt;span class=&quot;error&quot;&gt;&amp;#91;0x92a6ea&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libstdc++.so.6&apos;&lt;em&gt;ZN10&lt;/em&gt;&lt;em&gt;cxxabiv111&lt;/em&gt;_terminateEPFvvE+0xb &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7fff1a1f7b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libstdc++.so.6&apos;_ZSt9terminatev+0x13 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7fff1a1fb3&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libstdc++.so.6&apos;__cxa_throw+0x62 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7fff1a20b2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libstdc++.so.6&apos;&lt;em&gt;ZSt21&lt;/em&gt;_throw_runtime_errorPKc+0x66 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7fff13e126&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libstdc++.so.6&apos;&lt;em&gt;ZNSt6locale5facet18_S_create_c_localeERPiPKcS1&lt;/em&gt;+0x29 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7fff19ff29&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libstdc++.so.6&apos;_ZNSt6locale5_ImplC1EPKcm+0x4e &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7fff1468ce&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libstdc++.so.6&apos;_ZNSt6localeC1EPKc+0x5d5 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7fff147f85&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /export/home/mongodb/mongodb/bin/mongod&apos;_ZN5boost11filesystem34path21wchar_t_codecvt_facetEv+0x40 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xdee220&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /export/home/mongodb/mongodb/bin/mongod&apos;_ZNK5boost11filesystem34path14root_directoryEv+0x103 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xdf0003&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /export/home/mongodb/mongodb/bin/mongod&apos;&lt;em&gt;ZN5boost11filesystem38absoluteERKNS0_4pathES3&lt;/em&gt;+0x2c &lt;span class=&quot;error&quot;&gt;&amp;#91;0xde633c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /export/home/mongodb/mongodb/bin/mongod&apos;_ZN5mongo27initializeServerGlobalStateEb+0x41e &lt;span class=&quot;error&quot;&gt;&amp;#91;0xb3f2de&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /export/home/mongodb/mongodb/bin/mongod&apos;main+0x289 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x1168439&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /export/home/mongodb/mongodb/bin/mongod&apos;_start+0x6c &lt;span class=&quot;error&quot;&gt;&amp;#91;0x92a49c&amp;#93;&lt;/span&gt;&lt;br/&gt;
Mon Aug 19 09:40:04.701 Got signal: 6 (Abort).&lt;/p&gt;

&lt;p&gt;Mon Aug 19 09:40:04.702 Backtrace:&lt;br/&gt;
0xdd3988 0x92b07e 0xfffffd7ffef6d296 0xfffffd7ffef61b62 0xfffffd7ffef72a9a 0xfffffd7ffef17d59 0xfffffd7ffeef688e 0x92a6ef 0xfffffd7fff1a1f7b 0xfffffd7fff1a1fb3 0xfffffd7fff1a20b2 0xfffffd7fff13e126 0xfffffd7fff19ff29 0xfffffd7fff1468ce 0xfffffd7fff147f85 0xdee220 0xdf0003 0xde633c 0xb3f2de 0x1168439 &lt;br/&gt;
 /export/home/mongodb/mongodb/bin/mongod&apos;_ZN5mongo15printStackTraceERSo+0x28 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xdd3988&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /export/home/mongodb/mongodb/bin/mongod&apos;_ZN5mongo10abruptQuitEi+0x3ce &lt;span class=&quot;error&quot;&gt;&amp;#91;0x92b07e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libc.so.1&apos;smt_pause+0x166 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7ffef6d296&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libc.so.1&apos;_sema_post+0x422 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7ffef61b62&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libc.so.1&apos;__lwp_kill+0xa &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7ffef72a9a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libc.so.1&apos;raise+0x19 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7ffef17d59&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libc.so.1&apos;abort+0x5e &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7ffeef688e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /export/home/mongodb/mongodb/bin/mongod&apos;_ZN5mongo11myterminateEv+0x3f &lt;span class=&quot;error&quot;&gt;&amp;#91;0x92a6ef&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libstdc++.so.6&apos;&lt;em&gt;ZN10&lt;/em&gt;&lt;em&gt;cxxabiv111&lt;/em&gt;_terminateEPFvvE+0xb &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7fff1a1f7b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libstdc++.so.6&apos;_ZSt9terminatev+0x13 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7fff1a1fb3&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libstdc++.so.6&apos;__cxa_throw+0x62 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7fff1a20b2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libstdc++.so.6&apos;&lt;em&gt;ZSt21&lt;/em&gt;_throw_runtime_errorPKc+0x66 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7fff13e126&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libstdc++.so.6&apos;&lt;em&gt;ZNSt6locale5facet18_S_create_c_localeERPiPKcS1&lt;/em&gt;+0x29 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7fff19ff29&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libstdc++.so.6&apos;_ZNSt6locale5_ImplC1EPKcm+0x4e &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7fff1468ce&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/amd64/libstdc++.so.6&apos;_ZNSt6localeC1EPKc+0x5d5 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xfffffd7fff147f85&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /export/home/mongodb/mongodb/bin/mongod&apos;_ZN5boost11filesystem34path21wchar_t_codecvt_facetEv+0x40 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xdee220&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /export/home/mongodb/mongodb/bin/mongod&apos;_ZNK5boost11filesystem34path14root_directoryEv+0x103 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xdf0003&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /export/home/mongodb/mongodb/bin/mongod&apos;&lt;em&gt;ZN5boost11filesystem38absoluteERKNS0_4pathES3&lt;/em&gt;+0x2c &lt;span class=&quot;error&quot;&gt;&amp;#91;0xde633c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /export/home/mongodb/mongodb/bin/mongod&apos;_ZN5mongo27initializeServerGlobalStateEb+0x41e &lt;span class=&quot;error&quot;&gt;&amp;#91;0xb3f2de&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /export/home/mongodb/mongodb/bin/mongod&apos;main+0x289 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x1168439&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Is there any way to fix this error?&lt;/p&gt;

&lt;p&gt;P.S.: Sorry for my bad english but I&apos;m from Germany&lt;/p&gt;</description>
                <environment>Solaris Version 5.10 Generic_147441-01 64-bit in Virtual machine</environment>
        <key id="86453">SERVER-10563</key>
            <summary>Missing/invalid LOCALE on Solaris results in stacktrace on startup</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="backlog-server-platform">DO NOT USE - Backlog - Platform Team</assignee>
                                    <reporter username="semirben">Daniel Heitepriem</reporter>
                        <labels>
                            <label>6</label>
                            <label>abort</label>
                            <label>code</label>
                            <label>crash</label>
                            <label>error</label>
                    </labels>
                <created>Mon, 19 Aug 2013 10:02:15 +0000</created>
                <updated>Thu, 14 Apr 2016 15:19:32 +0000</updated>
                            <resolved>Mon, 14 Mar 2016 18:02:22 +0000</resolved>
                                    <version>2.4.5</version>
                                                    <component>Stability</component>
                                        <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="1202707" author="jason.carey" created="Mon, 14 Mar 2016 18:02:22 +0000"  >&lt;p&gt;After &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9032&quot; title=&quot;mongod fails when launched with misconfigured locale&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9032&quot;&gt;&lt;del&gt;SERVER-9032&lt;/del&gt;&lt;/a&gt;, we now print a warning if a locale is not set, and setting LC_ALL=C works.&lt;/p&gt;</comment>
                            <comment id="408066" author="semirben" created="Wed, 21 Aug 2013 12:23:51 +0000"  >&lt;p&gt;Hi Tad,&lt;/p&gt;

&lt;p&gt;thank you for your help. The problem was solved with the final version of 2.4.6. Now my MongoDB is working like it should&lt;/p&gt;

&lt;p&gt;Greetings,&lt;br/&gt;
Daniel&lt;/p&gt;</comment>
                            <comment id="408021" author="tad" created="Wed, 21 Aug 2013 10:00:28 +0000"  >&lt;p&gt;Hi Daniel,&lt;/p&gt;

&lt;p&gt;Do you mean that you got the abort with the stack trace?  You still need &lt;tt&gt;export LC_ALL=C&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;Or do you mean you got&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;ld.so.1: mongod: fatal: relocation error: file mongod: symbol posix_fadvise: referenced symbol not found&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;That should not happen in this version.  That symbol is not referenced directly by mongod in that version; it is dynamically linked if available, which cannot cause the fatal relocation error.  Can you double-check that you are testing the downloaded 2.4.6-rc1 version?  Can you post the complete mongod log?&lt;/p&gt;

&lt;p&gt;The final version 2.4.6 was released yesterday, so you can use that version instead.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;a href=&quot;http://fastdl.mongodb.org/sunos5/mongodb-sunos5-x86_64-2.4.6.tgz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://fastdl.mongodb.org/sunos5/mongodb-sunos5-x86_64-2.4.6.tgz&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Tad&lt;/p&gt;</comment>
                            <comment id="407955" author="semirben" created="Wed, 21 Aug 2013 05:57:05 +0000"  >&lt;p&gt;Hi Tad,&lt;/p&gt;

&lt;p&gt;i tried version 2.4.6-rc1 but i got the same error as before.&lt;/p&gt;</comment>
                            <comment id="407164" author="tad" created="Tue, 20 Aug 2013 10:35:05 +0000"  >&lt;p&gt;Hi Daniel,&lt;/p&gt;

&lt;p&gt;The posix_fadvise error on Solaris is &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7404&quot; title=&quot;Solaris file relocation error: posix_fadvise&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7404&quot;&gt;&lt;del&gt;SERVER-7404&lt;/del&gt;&lt;/a&gt;, fixed in version 2.4.6-rc1.&lt;/p&gt;

&lt;p&gt;Can you test &lt;a href=&quot;http://fastdl.mongodb.org/sunos5/mongodb-sunos5-x86_64-2.4.6-rc1.tgz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://fastdl.mongodb.org/sunos5/mongodb-sunos5-x86_64-2.4.6-rc1.tgz&lt;/a&gt; and let us know if it fixes the problem?&lt;/p&gt;

&lt;p&gt;Version 2.4.6-rc1 also fixes &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9832&quot; title=&quot;Missing PF_LOCAL symbol in Solaris 10&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9832&quot;&gt;&lt;del&gt;SERVER-9832&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9325&quot; title=&quot;Add blockCheckSupported() features to Solaris/SmartOS build&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9325&quot;&gt;&lt;del&gt;SERVER-9325&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9786&quot; title=&quot;Missing external symbol strcasestr on Solaris 10&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9786&quot;&gt;&lt;del&gt;SERVER-9786&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-8795&quot; title=&quot;remapPrivateView: Solaris mmap() is not atomic&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-8795&quot;&gt;&lt;del&gt;SERVER-8795&lt;/del&gt;&lt;/a&gt;, all of which were problems on Solaris 10.&lt;/p&gt;

&lt;p&gt;I&apos;m interested that your system was able to show a stack trace on Solaris 10.  In our testing, Solaris 10 did not have the required functions to produce a stack trace, which is why version 2.4.6-rc1 includes the fix for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7080&quot; title=&quot;On Solaris, link to backtrace() at run-time or emulate it if not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7080&quot;&gt;&lt;del&gt;SERVER-7080&lt;/del&gt;&lt;/a&gt;.  Is your copy of Solaris patched?  Our testing was on a recent version of Solaris 10 installed from an ISO downloaded from Oracle&apos;s web site.&lt;/p&gt;

&lt;p&gt;Your original issue, in which boost::filesystem::path throws an exception when the locale of the running user differs from the locale of the owner of the dbpath directory, is believed to be an incompatibility between Solaris defaults and boost version 1.49.  This will still be a problem in version 2.4.6-rc1; you will still need the &lt;tt&gt;export LC_ALL=C&lt;/tt&gt; workaround.&lt;/p&gt;

&lt;p&gt;Tad&lt;/p&gt;</comment>
                            <comment id="407091" author="semirben" created="Tue, 20 Aug 2013 06:51:55 +0000"  >&lt;p&gt;Hello Tad,&lt;br/&gt;
after running this command and rebooting i got the following error:&lt;/p&gt;

&lt;p&gt;ld.so.1: mongod: fatal: relocation error: file mongod: symbol posix_fadvise: referenced symbol not found&lt;/p&gt;</comment>
                            <comment id="406155" author="tad" created="Mon, 19 Aug 2013 11:21:52 +0000"  >&lt;p&gt;As a workaround, try running this command before starting mongod:&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;export LC_ALL=C&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="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="69096">SERVER-9032</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>7.0</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>Mon, 19 Aug 2013 11:21:52 +0000</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            7 years, 48 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="10023"><![CDATA[Solaris]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>semirben</customfieldvalue>
            <customfieldvalue>backlog-server-platform</customfieldvalue>
            <customfieldvalue>mira.carey@mongodb.com</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|hrmj3z:</customfieldvalue>

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

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

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