<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:59:21 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-2234] Sometimes geospatial requests do not return expected results</title>
                <link>https://jira.mongodb.org/browse/SERVER-2234</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;From a collection with geospatial index, some requests are not bijective.&lt;/p&gt;

&lt;p&gt;Search from A = &lt;span class=&quot;error&quot;&gt;&amp;#91;48.8547930548148, 2.37725013667164&amp;#93;&lt;/span&gt;&lt;br/&gt;
db.my_collection.find({loc:{$near:A,$maxDistance:0.000449660802959365}}) returns some results, including this one : B :&lt;span class=&quot;error&quot;&gt;&amp;#91;48.8547531964291, 2.37711571072754&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Nevertheless, the reciprocity does not return A, worse, it returns nothing :&lt;br/&gt;
db.my_collection.find({loc:{$near:B,$maxDistance:0.000449660802959365}}) &lt;/p&gt;

&lt;p&gt;This last request starts to return some result when increasing the maxDistance, which is not acceptable as a workaround for us.&lt;/p&gt;

&lt;p&gt;This issue is relatively frequent : 1 document for 20 does not work correctly.&lt;/p&gt;

&lt;p&gt;Reproduced with always some erroneous documents on Debian, Mac OS, and even after re-indexing, dropping database, removing db files.&lt;/p&gt;</description>
                <environment>Debian/Mac OS</environment>
        <key id="13984">SERVER-2234</key>
            <summary>Sometimes geospatial requests do not return expected results</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.mongodb.org/images/icons/priorities/critical.svg">Critical - P2</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="3">Duplicate</resolution>
                                        <assignee username="mathias@mongodb.com">Mathias Stearn</assignee>
                                    <reporter username="sylrouss">Sylvain Rousseau</reporter>
                        <labels>
                    </labels>
                <created>Thu, 16 Dec 2010 18:27:57 +0000</created>
                <updated>Fri, 23 Aug 2019 15:24:16 +0000</updated>
                            <resolved>Mon, 28 Feb 2011 22:05:20 +0000</resolved>
                                    <version>1.6.4</version>
                                                    <component>Querying</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="21520" author="sylrouss" created="Fri, 17 Dec 2010 09:10:19 +0000"  >&lt;p&gt;Dataset reproducing the issue&lt;/p&gt;</comment>
                            <comment id="21519" author="sylrouss" created="Fri, 17 Dec 2010 09:09:11 +0000"  >&lt;p&gt;Issue reproduced in 1.7.3.&lt;br/&gt;
Dataset attached to this issue.&lt;/p&gt;

&lt;p&gt;Can be reproduced with A = &lt;span class=&quot;error&quot;&gt;&amp;#91;48.8547930548148, 2.37725013667164&amp;#93;&lt;/span&gt; , which see B :&lt;span class=&quot;error&quot;&gt;&amp;#91;48.8547531964291, 2.37711571072754&amp;#93;&lt;/span&gt;&lt;br/&gt;
But querying near B, returns 0 result&lt;br/&gt;
On collection : mydb.join_charonne, indexes with :&lt;br/&gt;
[&lt;br/&gt;
        {&lt;br/&gt;
                &quot;name&quot; : &quot;&lt;em&gt;id&lt;/em&gt;&quot;,&lt;br/&gt;
                &quot;ns&quot; : &quot;mydb.join_charonne&quot;,&lt;br/&gt;
                &quot;key&quot; : &lt;/p&gt;
{
                        &quot;_id&quot; : 1
                }
&lt;p&gt;        },&lt;br/&gt;
        {&lt;br/&gt;
                &quot;key&quot; : &lt;/p&gt;
{
                        &quot;loc&quot; : &quot;2d&quot;
                }
&lt;p&gt;,&lt;br/&gt;
                &quot;name&quot; : &quot;loc_2d&quot;,&lt;br/&gt;
                &quot;ns&quot; : &quot;mydb.join_charonne&quot;&lt;br/&gt;
        },&lt;br/&gt;
        {&lt;br/&gt;
                &quot;key&quot; : &lt;/p&gt;
{
                        &quot;path_id&quot; : 1,
                        &quot;order&quot; : 1
                }
&lt;p&gt;,&lt;br/&gt;
                &quot;name&quot; : &quot;path_id_1_order_1&quot;,&lt;br/&gt;
                &quot;ns&quot; : &quot;mydb.join_charonne&quot;&lt;br/&gt;
        }&lt;br/&gt;
]&lt;/p&gt;

&lt;p&gt;There at least 27 others documents in this dataset which has the same issue. If needed, I can give you this exhaustive list&lt;/p&gt;</comment>
                            <comment id="21480" author="redbeard0531" created="Thu, 16 Dec 2010 19:42:35 +0000"  >&lt;p&gt;Could you provide a sample dataset?&lt;/p&gt;</comment>
                            <comment id="21476" author="eliot" created="Thu, 16 Dec 2010 19:29:02 +0000"  >&lt;p&gt;Can you try 1.7.3?&lt;br/&gt;
There were a number of cases fixed in 1.7.x&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="14190">SERVER-2342</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="10672" name="join_charonne.bson" size="170225" author="sylrouss" created="Fri, 17 Dec 2010 09:10:19 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 16 Dec 2010 19:29:02 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 9 weeks, 5 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>benety.goh@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            13 years, 9 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10020"><![CDATA[Linux]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>mathias@mongodb.com</customfieldvalue>
            <customfieldvalue>sylrouss</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hriil3:</customfieldvalue>

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

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

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