<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:28:27 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-12400] --use-system-all adds -ltcmalloc to libmongclient.so</title>
                <link>https://jira.mongodb.org/browse/SERVER-12400</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;This causes libmongoclient.so to link tcmalloc, which should only be done from the main program. This has been observed to cause breakage after prelinking an app with the libmongoclient.so installed from the EPEL libmongodb-2.4.6-1.el6.x86_64 package.&lt;/p&gt;</description>
                <environment></environment>
        <key id="106609">SERVER-12400</key>
            <summary>--use-system-all adds -ltcmalloc to libmongclient.so</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="2">Won&apos;t Fix</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="bruce.lucas@mongodb.com">Bruce Lucas</reporter>
                        <labels>
                    </labels>
                <created>Fri, 17 Jan 2014 21:28:22 +0000</created>
                <updated>Thu, 14 Aug 2014 19:39:04 +0000</updated>
                            <resolved>Wed, 6 Aug 2014 18:08:57 +0000</resolved>
                                    <version>2.4.6</version>
                                                    <component>Build</component>
                                        <votes>1</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="690965" author="acm" created="Thu, 14 Aug 2014 19:39:04 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=wholevinski&quot; class=&quot;user-hover&quot; rel=&quot;wholevinski&quot;&gt;wholevinski&lt;/a&gt; FYI - &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-306&quot; title=&quot;Remove support for tcmalloc from 26compat branch&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-306&quot;&gt;&lt;del&gt;CXX-306&lt;/del&gt;&lt;/a&gt; has been fixed and a new release of 26compat has been issued.&lt;/p&gt;</comment>
                            <comment id="689469" author="acm" created="Wed, 13 Aug 2014 15:52:16 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=wholevinski&quot; class=&quot;user-hover&quot; rel=&quot;wholevinski&quot;&gt;wholevinski&lt;/a&gt; Actually, I spoke too soon. I just checked the 26compat branch and this issue is still present there. I&apos;ve filed &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-306&quot; title=&quot;Remove support for tcmalloc from 26compat branch&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-306&quot;&gt;&lt;del&gt;CXX-306&lt;/del&gt;&lt;/a&gt; to address this issue in the upcoming 26compat-2.6.4 release, expected this week. &lt;/p&gt;</comment>
                            <comment id="689406" author="wholevinski" created="Wed, 13 Aug 2014 15:10:15 +0000"  >&lt;p&gt;Thanks, Andrew. This clears things up.&lt;/p&gt;</comment>
                            <comment id="689399" author="acm" created="Wed, 13 Aug 2014 15:04:55 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=wholevinski&quot; class=&quot;user-hover&quot; rel=&quot;wholevinski&quot;&gt;wholevinski&lt;/a&gt; - &lt;/p&gt;

&lt;p&gt;Sure. First, to be very clear: the C++ driver is &lt;b&gt;not&lt;/b&gt; being dropped. Instead, the C++ driver has been forked from the server repository and is being developed independently in this repository: &lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here is the blog post that provides an overview of why we have made this change and what the roadmap for the new driver looks like: &lt;a href=&quot;http://blog.mongodb.org/post/78478565493/upcoming-changes-to-the-mongodb-cpp-driver&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://blog.mongodb.org/post/78478565493/upcoming-changes-to-the-mongodb-cpp-driver&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The issue with the driver being inappropriately linked against tcmalloc has been resolved in both the 26compat release stream (currently issuing stable releases in lockstep with server 2.6.x releases), and in the legacy release stream (currently at release-candidate status, with a feature complete 1.0 anticipated later this summer).&lt;/p&gt;

&lt;p&gt;As far as status with EPEL, I don&apos;t have any particular insight into what they are doing. If you have information about packaging issues on EPEL, please let us know and we will try to coordinate with EPEL maintainers to resolve them.&lt;/p&gt;
</comment>
                            <comment id="689324" author="wholevinski" created="Wed, 13 Aug 2014 14:03:50 +0000"  >&lt;p&gt;@Andrew Morrow: Can you elaborate on this a little bit?  Does that mean the C++ driver is being dropped?  Or has it just been removed from EPEL and the problem with tcmalloc being included when compiling the SO still exists?&lt;/p&gt;</comment>
                            <comment id="683000" author="acm" created="Wed, 6 Aug 2014 18:08:57 +0000"  >&lt;p&gt;No longer relevant with C++ driver removed from server repo.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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>Wed, 6 Aug 2014 18:08:57 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 26 weeks, 6 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/HELP-347'>HELP-347</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>ian@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            9 years, 26 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>andrew.morrow@mongodb.com</customfieldvalue>
            <customfieldvalue>bruce.lucas@mongodb.com</customfieldvalue>
            <customfieldvalue>wholevinski</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrm3o7:</customfieldvalue>

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

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

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