<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:56:13 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-1150] Mongod.ese --remove hangs and lacks output on Windows 7</title>
                <link>https://jira.mongodb.org/browse/SERVER-1150</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I was attempting to upgrade from mongo 1.42 to mongo 1.43 on Windows 7. I downloaded the binaries and installed them to a new folder, different from the existing 1.42 install. I then edited my path and opened up a new command prompt. I typed in mongod --remove and it hung for over a minute. The service stopped according to the event viewer but did not shut down. After waiting over a minute I hit ctrl+c and  tried the command again and it worked. I&apos;d like to see the following:&lt;/p&gt;

&lt;p&gt;1. Some console error messages. Specifically:&lt;/p&gt;

&lt;p&gt;Service &quot;Mongo DB&quot; is running attempting to stop now . . . OR Service &quot;Mongo DB&quot; is not running OR Service &quot;Mongo DB&quot; is disabled&lt;br/&gt;
Then&lt;br/&gt;
Service &quot;Mongo DB&quot; stopped successfully . . .&lt;br/&gt;
Then&lt;br/&gt;
Removing service &quot;Mongo DB&quot;&lt;br/&gt;
Then&lt;br/&gt;
Service &quot;Mongo DB&quot; removed successfully.&lt;/p&gt;

&lt;p&gt;2. If the hanging can be reproduced I&apos;d like to see it eliminated.&lt;/p&gt;</description>
                <environment>Windows 7</environment>
        <key id="12019">SERVER-1150</key>
            <summary>Mongod.ese --remove hangs and lacks output on Windows 7</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="eliot">Eliot Horowitz</assignee>
                                    <reporter username="zippy1981">Justin Dearing</reporter>
                        <labels>
                    </labels>
                <created>Tue, 25 May 2010 08:36:25 +0000</created>
                <updated>Tue, 12 Jul 2016 00:30:14 +0000</updated>
                            <resolved>Thu, 3 Jun 2010 12:36:14 +0000</resolved>
                                    <version>1.4.3</version>
                                    <fixVersion>1.4.4</fixVersion>
                    <fixVersion>1.5.3</fixVersion>
                                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="14570" author="zippy1981" created="Thu, 3 Jun 2010 12:49:39 +0000"  >&lt;p&gt;Can this be backported to 1.4.3 as well since its a bug.&lt;/p&gt;</comment>
                            <comment id="14549" author="zippy1981" created="Thu, 3 Jun 2010 11:29:05 +0000"  >&lt;p&gt;Fix in v1.4 &lt;a href=&quot;http://github.com/zippy1981/mongo/commit/1e789f844c3b4cea6f0a5b2f7f527af4f05ddbaa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/zippy1981/mongo/commit/1e789f844c3b4cea6f0a5b2f7f527af4f05ddbaa&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Fix in master &lt;a href=&quot;http://github.com/zippy1981/mongo/commit/240f44e620c846f1112055aac7e7a27b67fb9859&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/zippy1981/mongo/commit/240f44e620c846f1112055aac7e7a27b67fb9859&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Sorry that the merges will not be clean.&lt;/p&gt;</comment>
                            <comment id="14543" author="zippy1981" created="Wed, 2 Jun 2010 18:25:11 +0000"  >&lt;p&gt;Ok my git branch is a mess now, I will fix that in the morning and submit a proper commit to cherry-pick. However, the change was a missing break statement:&lt;/p&gt;

&lt;p&gt;while ( ::QueryServiceStatus( schService, &amp;amp;serviceStatus ) ) {&lt;br/&gt;
            if ( serviceStatus.dwCurrentState == SERVICE_STOP_PENDING )&lt;/p&gt;
            {
                Sleep( 1000 );
            }
&lt;p&gt;            else &lt;/p&gt;
{ break; }
&lt;p&gt;        }&lt;/p&gt;</comment>
                            <comment id="14475" author="eliot" created="Thu, 27 May 2010 09:48:02 +0000"  >&lt;p&gt;We&apos;ll backport all bugs if the bug fix itself isn&apos;t risky.&lt;br/&gt;
So once we figure out the issue, we&apos;ll determine if it makes sense to backport.&lt;br/&gt;
Hard to know if we can until we find the problem.&lt;/p&gt;</comment>
                            <comment id="14474" author="zippy1981" created="Thu, 27 May 2010 09:02:08 +0000"  >&lt;p&gt;I think targeting this fix for 1.4.4 is warranted. This is an outright bug, and fixing it would be quick and low risk. OTOH, a minor problem uninstalling mongo as a service is hardly a mission critical type of problem.&lt;/p&gt;

&lt;p&gt;Are there some written guidelines as to what goes in the stable branch versus what just goes into the dev branch? &lt;/p&gt;</comment>
                            <comment id="14429" author="zippy1981" created="Tue, 25 May 2010 12:20:40 +0000"  >&lt;p&gt;Reproduced exactly the same on a Windows 2008 server.&lt;/p&gt;

&lt;p&gt;In both cases the services have been up for days. The server has been up for a while. In neither case is the mongo instance being hit all that much (and not at all while I am issuing the stop command).&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 27 May 2010 09:48:02 +0000</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            13 years, 37 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>zippy1981</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpm73:</customfieldvalue>

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

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

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