<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:44:41 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>[COMPASS-6897] mongosh is stuck in infinite load state when trying to handle big documents</title>
                <link>https://jira.mongodb.org/browse/COMPASS-6897</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;p&gt;Trying to serialize big-ish documents before they can be passed to the main process from shell worker process fails. To reproduce it&apos;s enough to run the following command in the embedded shell:&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;require(&quot;v8&quot;).serialize({a: &quot;a&quot;.repeat(6000)})&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;An isolated reproduction: &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;ELECTRON_RUN_AS_NODE=1 ./usr/bin/mongodb-compass -e &apos;require(&quot;v8&quot;).serialize({a: &quot;a&quot;.repeat(6000)})&apos;&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 issue is traced inside v8 and was introduced with the latest electron update. The issue is not happening in electron 23, but this major update will break support for Windows 7/8/8.1 systems, so we should consider how feasible it is for us to drop support for these.&lt;/p&gt;</description>
                <environment>OS:&lt;br/&gt;
node.js / npm versions:&lt;br/&gt;
Additional info:&lt;br/&gt;
</environment>
        <key id="2359337">COMPASS-6897</key>
            <summary>mongosh is stuck in infinite load state when trying to handle big documents</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="13201">Fixed</resolution>
                                        <assignee username="leroux.bodenstein@mongodb.com">Le Roux Bodenstein</assignee>
                                    <reporter username="sergey.petushkov@mongodb.com">Sergey Petushkov</reporter>
                        <labels>
                    </labels>
                <created>Tue, 6 Jun 2023 08:04:54 +0000</created>
                <updated>Sun, 29 Oct 2023 02:38:22 +0000</updated>
                            <resolved>Mon, 12 Jun 2023 16:38:15 +0000</resolved>
                                                    <fixVersion>1.38.0</fixVersion>
                                    <component>Electron</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="5505249" author="xgen-internal-githook" created="Fri, 16 Jun 2023 14:19:00 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: chore: Electron 23 &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6897&quot; title=&quot;mongosh is stuck in infinite load state when trying to handle big documents&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6897&quot;&gt;&lt;del&gt;COMPASS-6897&lt;/del&gt;&lt;/a&gt; (#4509)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;electron 23&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;workaround for ipv6 localhost resolution&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;better error message when the shell cannot connect&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also alter dns result order for the shell&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also set dns default result order in tests&lt;br/&gt;
Branch: activity-telemetry&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/80a9e175edd3eabee53daee876d77943872e4205&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/80a9e175edd3eabee53daee876d77943872e4205&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5497872" author="xgen-internal-githook" created="Wed, 14 Jun 2023 09:59:20 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: chore: Electron 23 &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6897&quot; title=&quot;mongosh is stuck in infinite load state when trying to handle big documents&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6897&quot;&gt;&lt;del&gt;COMPASS-6897&lt;/del&gt;&lt;/a&gt; (#4509)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;electron 23&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;workaround for ipv6 localhost resolution&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;better error message when the shell cannot connect&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also alter dns result order for the shell&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also set dns default result order in tests&lt;br/&gt;
Branch: 1.38-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/80a9e175edd3eabee53daee876d77943872e4205&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/80a9e175edd3eabee53daee876d77943872e4205&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5494691" author="xgen-internal-githook" created="Tue, 13 Jun 2023 11:46:50 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: chore: Electron 23 &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6897&quot; title=&quot;mongosh is stuck in infinite load state when trying to handle big documents&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6897&quot;&gt;&lt;del&gt;COMPASS-6897&lt;/del&gt;&lt;/a&gt; (#4509)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;electron 23&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;workaround for ipv6 localhost resolution&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;better error message when the shell cannot connect&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also alter dns result order for the shell&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also set dns default result order in tests&lt;br/&gt;
Branch: latest-lodash-everywhere&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/80a9e175edd3eabee53daee876d77943872e4205&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/80a9e175edd3eabee53daee876d77943872e4205&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5494009" author="xgen-internal-githook" created="Tue, 13 Jun 2023 02:03:42 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: chore: Electron 23 &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6897&quot; title=&quot;mongosh is stuck in infinite load state when trying to handle big documents&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6897&quot;&gt;&lt;del&gt;COMPASS-6897&lt;/del&gt;&lt;/a&gt; (#4509)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;electron 23&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;workaround for ipv6 localhost resolution&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;better error message when the shell cannot connect&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also alter dns result order for the shell&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also set dns default result order in tests&lt;br/&gt;
Branch: redux-typescript-query-history-store&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/80a9e175edd3eabee53daee876d77943872e4205&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/80a9e175edd3eabee53daee876d77943872e4205&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5492448" author="xgen-internal-githook" created="Mon, 12 Jun 2023 16:33:50 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: chore: Electron 23 &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6897&quot; title=&quot;mongosh is stuck in infinite load state when trying to handle big documents&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6897&quot;&gt;&lt;del&gt;COMPASS-6897&lt;/del&gt;&lt;/a&gt; (#4509)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;electron 23&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;workaround for ipv6 localhost resolution&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;better error message when the shell cannot connect&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also alter dns result order for the shell&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also set dns default result order in tests&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/80a9e175edd3eabee53daee876d77943872e4205&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/80a9e175edd3eabee53daee876d77943872e4205&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="2333664">COMPASS-6795</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>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 12 Jun 2023 16:33:50 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        33 weeks, 5 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/COMPASS-6795'>COMPASS-6795</a></s>]]></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_10257" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Documentation Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11861"><![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>
                            33 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>leroux.bodenstein@mongodb.com</customfieldvalue>
            <customfieldvalue>sergey.petushkov@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i2cchj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr1erh:r</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="7439">Iteration Citipati</customfieldvalue>
    <customfieldvalue id="7520">Iteration Dreadnoughtus</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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i2bymv:</customfieldvalue>

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