<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:39:18 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-15894] 5000 edge polygon query fails</title>
                <link>https://jira.mongodb.org/browse/SERVER-15894</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Can we describe a 25000-edge polygon in a $geoWithin or $geoIntersects query?  This is one of the criteria in our test plan.&lt;/p&gt;

&lt;p&gt;I seem to have hit a limit at just under 5000 edges (vertices) using the big_geodata.js + big_geoquery2.js test script located at&lt;br/&gt;
&lt;a href=&quot;https://github.com/qconner/mongo/tree/CAP-1099/jstests/core&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/qconner/mongo/tree/CAP-1099/jstests/core&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="166607">SERVER-15894</key>
            <summary>5000 edge polygon query fails</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="siyuan.zhou@mongodb.com">Siyuan Zhou</assignee>
                                    <reporter username="quentin.conner">Quentin Conner</reporter>
                        <labels>
                            <label>28qa</label>
                    </labels>
                <created>Fri, 31 Oct 2014 10:44:10 +0000</created>
                <updated>Wed, 10 Dec 2014 23:12:00 +0000</updated>
                            <resolved>Wed, 5 Nov 2014 20:39:13 +0000</resolved>
                                    <version>2.7.8</version>
                                                    <component>Geo</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="757103" author="quentin.conner" created="Wed, 5 Nov 2014 19:58:04 +0000"  >&lt;p&gt;Confirmed new error message in 2.7.8 provides detail of the points that make the polygon complex.&lt;/p&gt;</comment>
                            <comment id="753791" author="siyuan.zhou@10gen.com" created="Fri, 31 Oct 2014 19:02:42 +0000"  >&lt;p&gt;2.7.8 already includes the better error message &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-14508&quot; title=&quot;Better error messages from GeoJSON parsing&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-14508&quot;&gt;&lt;del&gt;SERVER-14508&lt;/del&gt;&lt;/a&gt;, which will return the following message. Those two edges seem share one same vertex, but they are not adjacent.&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;Edges 2498 and 2500 cross. Edge locations in degrees: [3.4613312, 49.8800480]-[-0.0000158, 50.0000000] and [-1.9992003, 49.9600160]-[0.0000158, 50.0000000]&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>
                            <comment id="753468" author="greg_10gen" created="Fri, 31 Oct 2014 14:02:10 +0000"  >&lt;p&gt;Is this using v2.6 - I don&apos;t think this exception exists in v2.7.8?  The newer code should have better error messages to make these cases less confusing.&lt;/p&gt;

&lt;p&gt;I&apos;d guess its something to do with very close edges and points as opposed to some sort of hardcoded limit - there&apos;s nothing (that I know of) that limits the number of edges aside from the 16MB query/document limit.&lt;/p&gt;</comment>
                            <comment id="753378" author="quentin.conner" created="Fri, 31 Oct 2014 10:46:30 +0000"  >&lt;p&gt;The error:&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;generating a 101 -sided polygon&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;generating a 1001 -sided polygon&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;generating a 5000 -sided polygon&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;2014-10-31T05:45:45.359-0500 I QUERY    warning: log line attempted (209k) over max size (10k), printing beginning and end ... Error: count failed: {&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;	&quot;errmsg&quot; : &quot;exception: bad geo query: { $geoWithin: { $geometry: { type: \&quot;Polygon\&quot;, coordinates: [ [ [ 0.0, -50.0 ], [ 1.999200319872027, -49.96001599360256 ], [ 2.826730690465173, -49.92003198720512 ], [ 3.461331164786668, -49.88004798080768 ], [ 3.996000879215929, -49.84006397441024 ], [ 4.466770105963588, -49.8000799680128 ], [ 4.892121205656123, -49.76009596161536 ], [ 5.283035790205812, -49.72011195521792 ], [ 5.646670433877442, -49.68012794882048 ], [ 5.987997108843711, -49.64014394242304 ], [ 6.310636601855673, -49.60015993602561 ], [ 6.617322859306836, -49.56017592962817 ], [ 6.910180307806334, -49.52019192323073 ], [ 7.19089872734615, -49.48020791683329 ], [ 7.46084845617222, -49.44022391043585 ], [ 7.721159072538994, -49.40023990403841 ], [ 7.972774781680459, -49.36025589764097 ], [ 8.216494421212337, -49.32027189124353 ], [ 8.453001004772915, -49.28028788484609 ], [ 8.682883965482596, -49.24030387844865 ], [ 8.906656190054884, -49.20031987205121 ], [ 9.124767261476624, -49.16033586565377 ], [ 9.337613893434076, -49.12035185925633 ], [ 9.545548251832132, -49.08036785285889 ], [ 9.748884663987093, -49.04038384646145 ], [ 9.947905081666937, -49.00039984006401 ], [ 10.14286356974456, -48.96041583366657 ], [ 10.333990024841, -48.92043182726913 ], [ 10.52149327952262, -48.88044782087169 ], [ 10.70556371178234, -48.84046381447425 ], [ 10.88637545289923, -48.80047980807682 ], [ 11.06408826674877, -48.76049580167938 ], [ 11.23884915842337, -48.72051179528194 ], [ 11.41079375835197, -48.6805277888845 ], [ 11.58004751907174, -48.64054378248706 ], [ 11.74672675474917, -48.60055977608962 ], [ 11.91093954799473, -48.56057576969218 ], [ 12.07278654411212, -48.52059176329474 ], [ 12.23236164940644, -48.4806077568973 ], [ 12.3897526473497, -48.44062375049986 ], [ 12.54504174411601, -48.40063974410242 ], [ 12.69830605313882, -48.36065573770498 ], [ 12.84961802682151, -48.32067173130754 ], [ 12.99904584228069, -48.2806877249101 ], [ 13.14665374696842, -48.24070371851266 ], [ 13.29250236915936, -48.20071971211522 ], [ 13.43664899757377, -48.16073570571778 ], [ 13.57914783380601, -48.12075169932034 ], [ 13.72005022072372, -48.0807676929229 ], [ 13.85940484957665, -48.04078368652547 ], [ 13.99725794819189, -48.00079968012803 ], [ 14.13365345232572, -47.96081567373059 ], [ 14.26863316197879, -47.92083166733315 ], [ 14.40223688425752, -47.88084766093571 ], [ 14.53450256417052, -47.84086365453827 ], [ 14.66546640458312, -47.80087964814083 ], [ 14.79516297640878, -47.76089564174339 ], [ 14.92362531999191, -47.72091163534595 ], [ 15.05088503852762, -47.68092762894851 ], [ 15.17697238427054, -47.64094362255107 ], [ 15.30191633820128, -47.60095961615363 ], [ 15.42574468374791, -47.56097560975619 ], [ 15.54848407509578, -47.52099160335875 ], [ 15.67016010056381, -47.48100759696131 ], [ 15.79079734147589, -47.44102359056387 ], [ 15.91041942691289, -47.40103958416643 ], [ 16.02904908469235, -47.36105557776899 ], [ 16.14670818888887, -47.32107157137155 ], [ 16.26341780417788, -47.28108756497411 ], [ 16.37919822725868, -47.24110355857668 ], [ 16.49406902558865, -47.20111955217924 ], [ 16.60804907363887, -47.1611355457818 ], [ 16.7211565868625, -47.12115153938436 ], [ 16.83340915354993, -47.08116753298692 ], [ 16.94482376472906, -47.04118352658948 ], [ 17.0554168422557, -47.00119952019204 ], [ 17.16520426522613, -46.9612155137946 ], [ 17.27420139483 .......... 804907363887, -47.1611355457818 ], [ -16.49406902558865, -47.20111955217924 ], [ -16.37919822725868, -47.24110355857668 ], [ -16.26341780417788, -47.28108756497411 ], [ -16.14670818888887, -47.32107157137155 ], [ -16.02904908469235, -47.36105557776899 ], [ -15.91041942691289, -47.40103958416643 ], [ -15.79079734147589, -47.44102359056387 ], [ -15.67016010056381, -47.48100759696131 ], [ -15.54848407509578, -47.52099160335875 ], [ -15.42574468374791, -47.56097560975619 ], [ -15.30191633820128, -47.60095961615363 ], [ -15.17697238427054, -47.64094362255107 ], [ -15.05088503852762, -47.68092762894851 ], [ -14.92362531999191, -47.72091163534595 ], [ -14.79516297640878, -47.76089564174339 ], [ -14.66546640458312, -47.80087964814083 ], [ -14.53450256417052, -47.84086365453827 ], [ -14.40223688425752, -47.88084766093571 ], [ -14.26863316197879, -47.92083166733315 ], [ -14.13365345232572, -47.96081567373059 ], [ -13.99725794819189, -48.00079968012803 ], [ -13.85940484957665, -48.04078368652547 ], [ -13.72005022072372, -48.0807676929229 ], [ -13.57914783380601, -48.12075169932034 ], [ -13.43664899757377, -48.16073570571778 ], [ -13.29250236915936, -48.20071971211522 ], [ -13.14665374696842, -48.24070371851266 ], [ -12.99904584228069, -48.2806877249101 ], [ -12.84961802682151, -48.32067173130754 ], [ -12.69830605313882, -48.36065573770498 ], [ -12.54504174411601, -48.40063974410242 ], [ -12.3897526473497, -48.44062375049986 ], [ -12.23236164940644, -48.4806077568973 ], [ -12.07278654411212, -48.52059176329474 ], [ -11.91093954799473, -48.56057576969218 ], [ -11.74672675474917, -48.60055977608962 ], [ -11.58004751907174, -48.64054378248706 ], [ -11.41079375835197, -48.6805277888845 ], [ -11.23884915842337, -48.72051179528194 ], [ -11.06408826674877, -48.76049580167938 ], [ -10.88637545289923, -48.80047980807682 ], [ -10.70556371178234, -48.84046381447425 ], [ -10.52149327952262, -48.88044782087169 ], [ -10.333990024841, -48.92043182726913 ], [ -10.14286356974456, -48.96041583366657 ], [ -9.947905081666937, -49.00039984006401 ], [ -9.748884663987093, -49.04038384646145 ], [ -9.545548251832132, -49.08036785285889 ], [ -9.337613893434076, -49.12035185925633 ], [ -9.124767261476624, -49.16033586565377 ], [ -8.906656190054884, -49.20031987205121 ], [ -8.682883965482596, -49.24030387844865 ], [ -8.453001004772915, -49.28028788484609 ], [ -8.216494421212337, -49.32027189124353 ], [ -7.972774781680459, -49.36025589764097 ], [ -7.721159072538994, -49.40023990403841 ], [ -7.46084845617222, -49.44022391043585 ], [ -7.19089872734615, -49.48020791683329 ], [ -6.910180307806334, -49.52019192323073 ], [ -6.617322859306836, -49.56017592962817 ], [ -6.310636601855673, -49.60015993602561 ], [ -5.987997108843711, -49.64014394242304 ], [ -5.646670433877442, -49.68012794882048 ], [ -5.283035790205812, -49.72011195521792 ], [ -4.892121205656123, -49.76009596161536 ], [ -4.466770105963588, -49.8000799680128 ], [ -3.996000879215929, -49.84006397441024 ], [ -3.461331164786668, -49.88004798080768 ], [ -2.826730690465173, -49.92003198720512 ], [ -1.999200319872027, -49.96001599360256 ], [ -0.0, -50.0 ] ] ], crs: { type: \&quot;name\&quot;, properties: { name: \&quot;urn:mongodb:strictwindingcrs:EPSG:4326\&quot; } } } } }&quot;,&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;	&quot;code&quot; : 2,&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;	&quot;ok&quot; : 0&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;}&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;    at Error (&amp;lt;anonymous&amp;gt;)&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;    at DBQuery.count (src/mongo/shell/query.js:193:11)&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;    at big_geoquery2.js:290:16&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;    at (shell):1:1 at src/mongo/shell/query.js:193&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;2014-10-31T05:45:45.363-0500 I QUERY    Error: error loading js file: big_geoquery2.js&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;    at (shell):1: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;&amp;gt; &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;&amp;nbsp;&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="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="55818" name="big_geodata.js" size="11208" author="quentin.conner" created="Fri, 31 Oct 2014 10:44:11 +0000"/>
                            <attachment id="55819" name="big_geoquery2.js" size="7101" author="quentin.conner" created="Fri, 31 Oct 2014 10:44:11 +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>Fri, 31 Oct 2014 14:02:10 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 15 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            9 years, 15 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>greg_10gen</customfieldvalue>
            <customfieldvalue>quentin.conner</customfieldvalue>
            <customfieldvalue>siyuan.zhou@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrlkdb:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>145559</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_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;cd jstests/core&lt;br/&gt;
start mongo shell &amp;gt;= 2.7.8&lt;br/&gt;
load(&apos;big_geodata.js&apos;)&lt;br/&gt;
load(&apos;big_geoquery2.js&apos;)&lt;/p&gt;

&lt;p&gt;adjust call to nGon() as needed to vary polygon edge count.&lt;/p&gt;</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|hri83r:</customfieldvalue>

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