<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:06:52 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-24600] Mongos stalls during shutdown on Windows</title>
                <link>https://jira.mongodb.org/browse/SERVER-24600</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Configure a config server and a mongos that connects to it, both running as Windows services.  Start both, connect to the mongos from the Mongo shell, and run the following:&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;use admin&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;db.runCommand({ shutdown: 1 })&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;The Mongo shell will stall for a few seconds while the server is unresponsive and then eventually time out.  If you observe what&apos;s happening in the Windows Services window, you&apos;ll notice that the mongos remains running but unresponsive while the Mongo shell is stalled.  Once the Mongo shell stops trying to communicate with it, it immediately stops.  (Please note that the Windows Services window does not automatically refresh, so it is necessary to repeatedly press F5 in order to see this.)  This behavior is a regression that was introduced in MongoDB 3.2.5.  If you do the same thing with earlier versions of MongoDB, the Windows service stops immediately and the Mongo shell just displays some error messages without stalling.  The issue was detected because it is causing an Automation Agent tests, &lt;tt&gt;FickleUtilSuite.TestIsLowestMongosUpInCluster&lt;/tt&gt;, to fail on Windows only.&lt;/p&gt;

&lt;p&gt;CC &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=mark.benvenuto&quot; class=&quot;user-hover&quot; rel=&quot;mark.benvenuto&quot;&gt;mark.benvenuto&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="294229">SERVER-24600</key>
            <summary>Mongos stalls during shutdown on Windows</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="schwerin@mongodb.com">Andy Schwerin</assignee>
                                    <reporter username="david.golub@mongodb.com">David Golub</reporter>
                        <labels>
                    </labels>
                <created>Wed, 15 Jun 2016 19:44:53 +0000</created>
                <updated>Wed, 25 Jan 2017 21:58:38 +0000</updated>
                            <resolved>Wed, 7 Sep 2016 13:54:51 +0000</resolved>
                                    <version>3.2.5</version>
                                    <fixVersion>3.3.14</fixVersion>
                                    <component>Sharding</component>
                                        <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="1378263" author="schwerin" created="Wed, 7 Sep 2016 13:54:40 +0000"  >&lt;p&gt;The root cause of this behavior is that shutdown will not complete while certain subsystems on mongos are targeting an operation to a config server primary. Those targeting operations pretty much always timeout after 20 seconds, which is why a 30-second wait in the automation agent improves its ability to wait for mongos shutdown. I have just committed a patch on master that improves the interruptibility of replica set targeting, and ought to eliminate this shutdown symptom.&lt;/p&gt;</comment>
                            <comment id="1378256" author="xgen-internal-githook" created="Wed, 7 Sep 2016 13:49:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;andy10gen&apos;, u&apos;name&apos;: u&apos;Andy Schwerin&apos;, u&apos;email&apos;: u&apos;schwerin@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-24600&quot; title=&quot;Mongos stalls during shutdown on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-24600&quot;&gt;&lt;del&gt;SERVER-24600&lt;/del&gt;&lt;/a&gt; Increase interruptibility of RemoteCommandTargeter::findHost.&lt;/p&gt;

&lt;p&gt;By making more calls of RemoteCommandTargeter::findHost interruptible, this&lt;br/&gt;
change speeds up the shutdown of mongos when no config servers are discoverable.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/645a77b3fa5b28d29d245e30cc195fd5a8eda049&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/645a77b3fa5b28d29d245e30cc195fd5a8eda049&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1368390" author="spencer" created="Thu, 25 Aug 2016 21:40:54 +0000"  >&lt;p&gt;I believe that this has gotten worse in 3.4 as it now affects shards as well as mongos.&lt;/p&gt;</comment>
                            <comment id="1323761" author="schwerin" created="Thu, 14 Jul 2016 11:23:22 +0000"  >&lt;p&gt;The mongos shutdown behavior is strange. If you start a mongos with a bad --configdb argument, killing with SIGINT takes an awfully long time on Unix, too, now. Feel free to bounce this to the sharding backlog, and mark the ticket &quot;needs triage&quot;.&lt;/p&gt;</comment>
                            <comment id="1316043" author="david.golub" created="Wed, 6 Jul 2016 21:22:49 +0000"  >&lt;p&gt;OK, so there was a timeout of 20 seconds within which the Automation Agent expected the mongod to terminate.  I temporarily raised that to 30 seconds, and it got the test to pass.  I personally feel that such a huge increase in the amount of time that it takes to stop constitutes a bug, but I&apos;ll defer to your team to make the final judgement on that.  If it&apos;s deemed not to be a bug, I can raise the timeout in the Automation Agent.&lt;/p&gt;</comment>
                            <comment id="1315992" author="mark.benvenuto" created="Wed, 6 Jul 2016 20:54:40 +0000"  >&lt;p&gt;I have been successfully able to shutdown mongos services via the shutdown command. Do you only see a problem in your test framework?&lt;/p&gt;

&lt;p&gt;On my local Windows 10 machine, using 3.2.5. I did the following steps:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;I set up a simple sharded cluster by using &lt;tt&gt;s = new ShardingTest()&lt;/tt&gt; in the mongo shell.&lt;/li&gt;
	&lt;li&gt;Ran: mongos.exe --install --configdb test-configRS/%COMPUTERNAME%:20002,%COMPUTERNAME%:20003,%COMPUTERNAME%:20004 -v --chunkSize 50 --port 20007 &amp;#8211;&lt;br/&gt;
setParameter enableTestCommands=1 --logpath=d:\tmp\325\a.log}&lt;/li&gt;
	&lt;li&gt;started mongos with: &lt;tt&gt;sc start mongos&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;Waited 20 seconds&lt;/li&gt;
	&lt;li&gt;Shutdown mongos via the mongo shell by pasting the following commands as a batch in the shell:
&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;use admin&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;start = Date.now()&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;db.runCommand({shutdown:1})&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;end = Date.now()&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;end - start&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;/li&gt;
&lt;/ol&gt;


&lt;p&gt;The commands I listed about took ~23 seconds to complete. It took sometime for the shell to detect the network disconnect, but I could confirm the service was cleanly stopped by querying the service control manager (via &lt;tt&gt;sc query mongos&lt;/tt&gt;).&lt;/p&gt;</comment>
                            <comment id="1315398" author="david.golub" created="Wed, 6 Jul 2016 15:08:45 +0000"  >&lt;p&gt;I&apos;m not clear on what the expected behavior following this change is.  I tried modifying the automation test to ignore timeout errors and treat them as success, but it then determines that the mongos process is still up after the timeout.  On the other hand, if I let it retry the shutdown command, it continues to repeatedly time out.  How is one supposed to send the shutdown command and know when the process has actually stopped?&lt;/p&gt;</comment>
                            <comment id="1307772" author="mark.benvenuto" created="Mon, 27 Jun 2016 18:05:26 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=david.golub&quot; class=&quot;user-hover&quot; rel=&quot;david.golub&quot;&gt;david.golub&lt;/a&gt; I am planning to close this as works as designed. Let me know if you have any concerns.&lt;/p&gt;</comment>
                            <comment id="1304304" author="mark.benvenuto" created="Thu, 23 Jun 2016 15:51:55 +0000"  >&lt;p&gt;A change in behavior for shutdown on mongos was made as part of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-22950&quot; title=&quot;mongos shutdown is non-deterministic when the shutdown command is executed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-22950&quot;&gt;&lt;del&gt;SERVER-22950&lt;/del&gt;&lt;/a&gt; to make shutdown of mongos cleaner.&lt;/p&gt;</comment>
                            <comment id="1297193" author="david.golub" created="Thu, 16 Jun 2016 21:15:05 +0000"  >&lt;p&gt;As I said in the ticket description, it only happens with 3.2.5 and later, not with earlier versions.&lt;/p&gt;</comment>
                            <comment id="1297190" author="mark.benvenuto" created="Thu, 16 Jun 2016 21:12:44 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=david.golub&quot; class=&quot;user-hover&quot; rel=&quot;david.golub&quot;&gt;david.golub&lt;/a&gt; Does this repro with 3.2.4 or did it just start failing in 3.2.5?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="269799">SERVER-22950</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_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.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>Thu, 16 Jun 2016 21:12:44 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        7 years, 23 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_14262" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>End date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 7 Sep 2016 23:59:59 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>false</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>crystal.horn@mongodb.com</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>schwerin@mongodb.com</customfieldvalue>
            <customfieldvalue>david.golub@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>mark.benvenuto@mongodb.com</customfieldvalue>
            <customfieldvalue>spencer@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrk5en:</customfieldvalue>

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

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1015">Sharding 17 (07/15/16)</customfieldvalue>
    <customfieldvalue id="1064">Platforms 16 (06/24/16)</customfieldvalue>
    <customfieldvalue id="1234">Sharding 2016-09-19</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_14261" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>Start date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 15 Jun 2016 00:00:00 +0000</customfieldvalue>

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

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

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