<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:45:21 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-17714] Startup Warnings with Production Environment</title>
                <link>https://jira.mongodb.org/browse/SERVER-17714</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;We are receiving the following errors in MMS and if this is something to be concerned about and how to fix.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;


&lt;p&gt;    &quot;startupWarnings&quot;: &lt;/p&gt;
{
        &quot;totalLinesWritten&quot;: 1,
        &quot;ok&quot;: 1,
        &quot;log&quot;: [&quot;2015-03-10T14:05:13.465-0400 [conn1395421] The text command will be removed in a future release.  Use the $text query operator instead.&quot;]
    }
&lt;p&gt;,&lt;/p&gt;</description>
                <environment></environment>
        <key id="191568">SERVER-17714</key>
            <summary>Startup Warnings with Production Environment</summary>
                <type id="6" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14720&amp;avatarType=issuetype">Question</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="sam.kleinman">Sam Kleinman</assignee>
                                    <reporter username="ja6603@att.com">Todd Allen</reporter>
                        <labels>
                    </labels>
                <created>Tue, 24 Mar 2015 13:26:52 +0000</created>
                <updated>Mon, 30 Mar 2015 19:15:18 +0000</updated>
                            <resolved>Wed, 25 Mar 2015 15:58:55 +0000</resolved>
                                    <version>2.7.0</version>
                                                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="867976" author="ramon.fernandez" created="Mon, 30 Mar 2015 19:15:18 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=ja6603%40att.com&quot; class=&quot;user-hover&quot; rel=&quot;ja6603@att.com&quot;&gt;ja6603@att.com&lt;/a&gt;, please note that the SERVER project is for reporting bugs or feature suggestions for the MongoDB server. For MongoDB-related support discussion please post on the &lt;a href=&quot;http://groups.google.com/group/mongodb-user&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb-user group&lt;/a&gt; or &lt;a href=&quot;http://stackoverflow.com/questions/tagged/mongodb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Stack Overflow with the &lt;tt&gt;mongodb&lt;/tt&gt; tag&lt;/a&gt;, where your question will reach a larger audience. The questions above would be best posted on the &lt;a href=&quot;http://groups.google.com/group/mongodb-user&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb-user group&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Ram&#243;n. &lt;/p&gt;</comment>
                            <comment id="864173" author="ja6603@att.com" created="Wed, 25 Mar 2015 20:12:33 +0000"  >&lt;p&gt;I am very new to this database.  I came across two options for turning this feature off, do these look correct?&lt;/p&gt;

&lt;p&gt;update configuration file&lt;br/&gt;
setParameter=textSearchEnabled=false&lt;/p&gt;

&lt;p&gt;or during startup&lt;br/&gt;
mongod --setParameter textSearchEnabled=true&lt;/p&gt;</comment>
                            <comment id="864111" author="samk" created="Wed, 25 Mar 2015 19:31:37 +0000"  >&lt;p&gt;I would recommend auditing your clients. Without knowing more more about your application architecture it&apos;s hard to to recommend the best way to do this. &lt;/p&gt;

&lt;p&gt;Additionally, it looks like we add this start up warning if you have the &lt;a href=&quot;http://docs.mongodb.org/manual/reference/parameters/#param.textSearchEnabled&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;textSearchEnabled&lt;/a&gt; flag set. If you&apos;re using 2.6, this flag not required to use &lt;tt&gt;$text&lt;/tt&gt; search, so it should be safe to remove, if you&apos;re sure that you&apos;re not using the &lt;tt&gt;text&lt;/tt&gt; command in any operation. &lt;/p&gt;

&lt;p&gt;Cheers,&lt;br/&gt;
sam&lt;/p&gt;</comment>
                            <comment id="864086" author="ja6603@att.com" created="Wed, 25 Mar 2015 19:10:11 +0000"  >&lt;p&gt;Is there a way to see who is performing the queries using the depreciated method?&lt;/p&gt;</comment>
                            <comment id="863748" author="samk" created="Wed, 25 Mar 2015 15:58:38 +0000"  >&lt;p&gt;The &lt;tt&gt;text&lt;/tt&gt; command was deprecated in MongoDB 2.6, and replaced by the &lt;tt&gt;$text&lt;/tt&gt; operator. See the documentation for the &lt;a href=&quot;http://docs.mongodb.org/manual/reference/command/text/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;text command&lt;/a&gt; and the &lt;a href=&quot;http://docs.mongodb.org/manual/reference/operator/query/text/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;$text operator&lt;/a&gt; for more information, as well as the &lt;a href=&quot;http://docs.mongodb.org/manual/release-notes/2.6/#text-search-integration&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;release notes&lt;/a&gt; for this change. &lt;/p&gt;

&lt;p&gt;Particularly as you upgrade in the future, ensure that your applications don&apos;t use the &lt;tt&gt;text&lt;/tt&gt; command to search full text indexes, as this interface may be removed in a future version of MongoDB. You can still use the &lt;tt&gt;$text&lt;/tt&gt; to search full text indexes.&lt;/p&gt;

&lt;p&gt;I&apos;m going to go ahead and close this ticket. I hope this helps. &lt;/p&gt;

&lt;p&gt;Cheers,&lt;br/&gt;
sam&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>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 25 Mar 2015 15:58:38 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        8 years, 46 weeks, 2 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>
                            8 years, 46 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>
            <customfieldvalue>sam.kleinman</customfieldvalue>
            <customfieldvalue>ja6603@att.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrla1z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hs7f47:</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_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|hsg66v:</customfieldvalue>

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