<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:41:03 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-79471] Mirrored reads should include databaseVersion in addition to shardVersion</title>
                <link>https://jira.mongodb.org/browse/SERVER-79471</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;mongos attaches&#160;shardVersion&#160;for sharded collections and attaches&#160;databaseVersion for unsharded collection, however mirrored reads only attach shardVersion&#160;but not&#160;databaseVersion&#160;(e.g.&#160;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/246a0bb69fa59fca2825251d5abb15c676bef507/src/mongo/db/commands/find_cmd.cpp#L869&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;&#160;and&#160;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/246a0bb69fa59fca2825251d5abb15c676bef507/src/mongo/db/commands/write_commands.cpp#L453-L455&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;). The missing databaseVersion&#160;may cause the same problem as in&#160;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-55412&quot; title=&quot;Mirrored reads should propagate the shard version field&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-55412&quot;&gt;&lt;del&gt;SERVER-55412&lt;/del&gt;&lt;/a&gt;&#160;(which attached&#160;shardVersion&#160;for mirrored reads) because from looking at&#160;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/246a0bb69fa59fca2825251d5abb15c676bef507/src/mongo/db/s/operation_sharding_state.cpp#L75-L78&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this code&lt;/a&gt;, it seems missing databaseVersion may also result in the &lt;a href=&quot;https://github.com/mongodb/mongo/blob/246a0bb69fa59fca2825251d5abb15c676bef507/src/mongo/db/query/get_executor.cpp#L1725-L1727&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;INCLUDE_SHARD_FILTER&lt;/a&gt; query phase to be dropped which is the same issue in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-55412&quot; title=&quot;Mirrored reads should propagate the shard version field&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-55412&quot;&gt;&lt;del&gt;SERVER-55412&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;To clarify, &lt;a href=&quot;https://github.com/mongodb/mongo/blob/246a0bb69fa59fca2825251d5abb15c676bef507/src/mongo/db/s/operation_sharding_state.cpp#L75-L78&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;either a shardVersion or a databaseVersion&lt;/a&gt; is sufficient to ensure that the &lt;a href=&quot;https://github.com/mongodb/mongo/blob/246a0bb69fa59fca2825251d5abb15c676bef507/src/mongo/db/query/get_executor.cpp#L1725-L1727&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;INCLUDE_SHARD_FILTER&lt;/a&gt; query phase will be enabled. However, for unsharded collections, the &lt;a href=&quot;https://github.com/mongodb/mongo/blob/246a0bb69fa59fca2825251d5abb15c676bef507/src/mongo/db/exec/shard_filter.cpp#L86-L112&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;logic in the ShardFilter stage that would access routing table metadata&lt;/a&gt; doesn&apos;t execute; instead, we rely on the database sharding state check to refresh the routing table. A missing databaseVersion will cause that check to &lt;a href=&quot;https://github.com/mongodb/mongo/blob/246a0bb69fa59fca2825251d5abb15c676bef507/src/mongo/db/s/database_sharding_state.cpp#L185-L187&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;return early&lt;/a&gt; without &lt;a href=&quot;https://github.com/mongodb/mongo/blob/246a0bb69fa59fca2825251d5abb15c676bef507/src/mongo/db/s/database_sharding_state.cpp#L212-L221&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;raising the exception&lt;/a&gt; that &lt;a href=&quot;https://github.com/mongodb/mongo/blob/246a0bb69fa59fca2825251d5abb15c676bef507/src/mongo/db/service_entry_point_common.cpp#L1917-L1933&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;forces the routing table to be refreshed&lt;/a&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2404071">SERVER-79471</key>
            <summary>Mirrored reads should include databaseVersion in addition to shardVersion</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="13201">Fixed</resolution>
                                        <assignee username="james.bronsted@mongodb.com">James Bronsted</assignee>
                                    <reporter username="wenbin.zhu@mongodb.com">Wenbin Zhu</reporter>
                        <labels>
                    </labels>
                <created>Fri, 28 Jul 2023 17:01:40 +0000</created>
                <updated>Sun, 29 Oct 2023 21:18:16 +0000</updated>
                            <resolved>Mon, 25 Sep 2023 20:30:34 +0000</resolved>
                                                    <fixVersion>7.2.0-rc0</fixVersion>
                    <fixVersion>5.0.22</fixVersion>
                    <fixVersion>6.0.11</fixVersion>
                    <fixVersion>7.0.3</fixVersion>
                    <fixVersion>4.4.26</fixVersion>
                                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="5732351" author="xgen-internal-githook" created="Tue, 26 Sep 2023 18:26:46 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;James Bronsted&apos;, &apos;email&apos;: &apos;james.bronsted@mongodb.com&apos;, &apos;username&apos;: &apos;jpbronsted&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-79471&quot; title=&quot;Mirrored reads should include databaseVersion in addition to shardVersion&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-79471&quot;&gt;&lt;del&gt;SERVER-79471&lt;/del&gt;&lt;/a&gt; include databaseVersion in mirrored reads&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 1e286d48d8bad81bdd4e11e5717fb72d5f3c0084)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/fc9d31dfc046c161802e2d72c613822460610969&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/fc9d31dfc046c161802e2d72c613822460610969&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5732271" author="xgen-internal-githook" created="Tue, 26 Sep 2023 18:00:41 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;James Bronsted&apos;, &apos;email&apos;: &apos;james.bronsted@mongodb.com&apos;, &apos;username&apos;: &apos;jpbronsted&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-79471&quot; title=&quot;Mirrored reads should include databaseVersion in addition to shardVersion&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-79471&quot;&gt;&lt;del&gt;SERVER-79471&lt;/del&gt;&lt;/a&gt; include databaseVersion in mirrored reads&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 1e286d48d8bad81bdd4e11e5717fb72d5f3c0084)&lt;br/&gt;
Branch: v7.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a1e2e227762163d8fc405f56708d41ec3d34b550&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a1e2e227762163d8fc405f56708d41ec3d34b550&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5732120" author="xgen-internal-githook" created="Tue, 26 Sep 2023 17:21:12 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;James Bronsted&apos;, &apos;email&apos;: &apos;james.bronsted@mongodb.com&apos;, &apos;username&apos;: &apos;jpbronsted&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-79471&quot; title=&quot;Mirrored reads should include databaseVersion in addition to shardVersion&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-79471&quot;&gt;&lt;del&gt;SERVER-79471&lt;/del&gt;&lt;/a&gt; include databaseVersion in mirrored reads&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 1e286d48d8bad81bdd4e11e5717fb72d5f3c0084)&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ff5a4e42a462e43e4dd1257b8cdb7df5dbd5b241&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ff5a4e42a462e43e4dd1257b8cdb7df5dbd5b241&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5732102" author="xgen-internal-githook" created="Tue, 26 Sep 2023 17:15:12 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;James Bronsted&apos;, &apos;email&apos;: &apos;james.bronsted@mongodb.com&apos;, &apos;username&apos;: &apos;jpbronsted&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-79471&quot; title=&quot;Mirrored reads should include databaseVersion in addition to shardVersion&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-79471&quot;&gt;&lt;del&gt;SERVER-79471&lt;/del&gt;&lt;/a&gt; include databaseVersion in mirrored reads&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 1e286d48d8bad81bdd4e11e5717fb72d5f3c0084)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a3ef7f0536f5c89f70fd1f29d36e50f4d11e6dd4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a3ef7f0536f5c89f70fd1f29d36e50f4d11e6dd4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5729490" author="xgen-internal-githook" created="Mon, 25 Sep 2023 20:16:05 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;James Bronsted&apos;, &apos;email&apos;: &apos;james.bronsted@mongodb.com&apos;, &apos;username&apos;: &apos;jpbronsted&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-79471&quot; title=&quot;Mirrored reads should include databaseVersion in addition to shardVersion&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-79471&quot;&gt;&lt;del&gt;SERVER-79471&lt;/del&gt;&lt;/a&gt; include databaseVersion in mirrored reads&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1e286d48d8bad81bdd4e11e5717fb72d5f3c0084&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1e286d48d8bad81bdd4e11e5717fb72d5f3c0084&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5599026" author="JIRAUSER1258790" created="Fri, 28 Jul 2023 17:02:22 +0000"  >&lt;p&gt;From &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=sergi.mateo-bellido%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;sergi.mateo-bellido@mongodb.com&quot;&gt;sergi.mateo-bellido@mongodb.com&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;&quot;For reads over unsharded collections the routers attach 2 things: the proper &lt;tt&gt;dbVersion&lt;/tt&gt;&#160;and a dummy&#160;&lt;tt&gt;shardVersion&lt;/tt&gt;&#160;that&#160; just states that the collection is unsharded. Having the proper&#160;&lt;tt&gt;dbVersion&lt;/tt&gt;&#160;is what give us the guarantee that the read will be routed to the primary shard. When a mongod process replicates that read, it should also include the&#160;&lt;tt&gt;dbVersion&lt;/tt&gt;, otherwise we won&apos;t be able to validate whether that read was routed to the right node.&quot;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1655371">SERVER-55412</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>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25132"><![CDATA[Service Arch]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25578"><![CDATA[v7.0]]></customfieldvalue>
    <customfieldvalue key="23470"><![CDATA[v6.0]]></customfieldvalue>
    <customfieldvalue key="21777"><![CDATA[v5.0]]></customfieldvalue>
    <customfieldvalue key="18953"><![CDATA[v4.4]]></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>Fri, 22 Sep 2023 15:50:09 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        19 weeks, 1 day 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_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            19 weeks, 1 day 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>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>james.bronsted@mongodb.com</customfieldvalue>
            <customfieldvalue>wenbin.zhu@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i2k0f3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i2245k:</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_22250" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Special Downgrade Instructions Required</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="23343"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="7616">Service Arch 2023-10-02</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|i2jmkf:</customfieldvalue>

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