<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:36:24 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-14931] linenoise incorrectly duplicates lines containing multi-byte characters, when text wraps</title>
                <link>https://jira.mongodb.org/browse/SERVER-14931</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;if there are no multi-byte at first line, didn&apos;t comes up. but have multi-byte characters (more than 2 characters) always did.&lt;/p&gt;

&lt;p&gt;eg)&lt;br/&gt;
&amp;gt; aaaaa&#44032;&#45208;&#45796;aaaaa|(end of shell)&lt;br/&gt;
aa&lt;br/&gt;
when I write next &quot;a&quot;, should be &lt;br/&gt;
&amp;gt; aaaaa&#44032;&#45208;&#45796;aaaaa|(end of shell)&lt;br/&gt;
aaa&lt;br/&gt;
but&lt;br/&gt;
&amp;gt; aaaaa&#44032;&#45208;&#45796;aaaaa|(end of shell)&lt;br/&gt;
aaaaaaa&#44032;&#45208;&#45796;aaaaa|(end of shell)&lt;br/&gt;
aaa&lt;/p&gt;
</description>
                <environment></environment>
        <key id="153244">SERVER-14931</key>
            <summary>linenoise incorrectly duplicates lines containing multi-byte characters, when text wraps</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="benety.goh@mongodb.com">Benety Goh</assignee>
                                    <reporter username="bloodevil">yeaji shin</reporter>
                        <labels>
                            <label>community-team</label>
                            <label>pull-request</label>
                    </labels>
                <created>Mon, 18 Aug 2014 08:38:44 +0000</created>
                <updated>Fri, 31 Jul 2015 17:32:04 +0000</updated>
                            <resolved>Fri, 5 Sep 2014 19:56:16 +0000</resolved>
                                    <version>2.4.9</version>
                    <version>2.6.4</version>
                    <version>2.7.5</version>
                                    <fixVersion>2.7.7</fixVersion>
                                    <component>Shell</component>
                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="712737" author="xgen-internal-githook" created="Fri, 5 Sep 2014 19:53:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;Bloodevil&apos;, u&apos;name&apos;: u&apos;yeaji.shin&apos;, u&apos;email&apos;: u&apos;bloodevil4@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-14931&quot; title=&quot;linenoise incorrectly duplicates lines containing multi-byte characters, when text wraps&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-14931&quot;&gt;&lt;del&gt;SERVER-14931&lt;/del&gt;&lt;/a&gt; fixed current command shell command length to take into account multi-byte characters&lt;/p&gt;

&lt;p&gt;Closes #765&lt;/p&gt;

&lt;p&gt;Signed-off-by: Benety Goh &amp;lt;benety@mongodb.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4f7344088e603ae9e09c4edeabaa7930a3722dc4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4f7344088e603ae9e09c4edeabaa7930a3722dc4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="711052" author="ramon.fernandez" created="Wed, 3 Sep 2014 22:29:51 +0000"  >&lt;p&gt;Thanks for your report &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=bloodevil&quot; class=&quot;user-hover&quot; rel=&quot;bloodevil&quot;&gt;bloodevil&lt;/a&gt;, I&apos;m able to reproduce the behavior you describe. In 2.7.5 one needs at least two multi-byte characters in the input for the problem to appear, while in 2.6.4 one is sufficient.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Ram&#243;n.&lt;/p&gt;</comment>
                            <comment id="699563" author="bloodevil" created="Fri, 22 Aug 2014 09:46:28 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=Thomas+Rueckstiess&quot; class=&quot;user-hover&quot; rel=&quot;Thomas Rueckstiess&quot;&gt;Thomas Rueckstiess&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;I tested in 2.4.9 and github master latest version. &lt;/p&gt;

&lt;p&gt;1. please change your terminal width 20 (no matter width but more easily)&lt;br/&gt;
2. write down aaaaaaaaaaaaa&#44032;&#44032;aaaaa|(end of the line)&lt;br/&gt;
3. then you can see like below&lt;br/&gt;
&amp;gt; aaaaaaaaaaaaa&#44032;&#44032;aaaaa|(end of the line)&lt;br/&gt;
4. after then write more on next line&lt;br/&gt;
&amp;gt; aaaaaaaaaaaaa&#44032;&#44032;aaaaa|(end of the line)&lt;br/&gt;
aaa&lt;br/&gt;
5. then you can see incorrectly duplicates lines.&lt;/p&gt;

&lt;p&gt;I tested on ubuntu 14.04 mongodb, shell version 2.4.9 and master latest version.&lt;br/&gt;
if you can&apos;t reproduce again, please tell me. I&apos;ll record.&lt;/p&gt;</comment>
                            <comment id="693643" author="thomasr" created="Mon, 18 Aug 2014 14:29:24 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=bloodevil&quot; class=&quot;user-hover&quot; rel=&quot;bloodevil&quot;&gt;bloodevil&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;I can&apos;t reproduce the behavior you describe.&lt;/p&gt;

&lt;p&gt;Can you please give me step-by-step instructions to see the issue? &lt;br/&gt;
Can you also let me know what version you&apos;re using?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Thomas&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="41187">SERVER-6086</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="150246">SERVER-14741</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10220">
                    <name>Tested</name>
                                            <outwardlinks description="tested by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </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_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 18 Aug 2014 14:29:24 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 23 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/SERVER-6086'>SERVER-6086</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_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, 23 weeks, 5 days 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>benety.goh@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>
            <customfieldvalue>thomas.rueckstiess@mongodb.com</customfieldvalue>
            <customfieldvalue>bloodevil</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrlpq7:</customfieldvalue>

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

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="209">Server 2.7.4</customfieldvalue>
    <customfieldvalue id="234">Server 2.7.5</customfieldvalue>
    <customfieldvalue id="252">Server 2.7.6</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10166" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Tests Written</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10153"><![CDATA[Unneeded]]></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_11861" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>User Summary</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11856"><![CDATA[Not Needed]]></customfieldvalue>

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

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