<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:56:39 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-1306] Unable to access collections on dir-per-db setup with local namespace symlinked to directory</title>
                <link>https://jira.mongodb.org/browse/SERVER-1306</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;This machine has a completely typical file system layout and is using the directory per db option.&lt;/p&gt;

&lt;p&gt;Tenseiga:~ avery$ mongo master.bb.mongo.ny&lt;br/&gt;
MongoDB shell version: 1.2.0&lt;br/&gt;
url: master.bb.mongo.ny&lt;br/&gt;
connecting to: master.bb.mongo.ny/test&lt;br/&gt;
type &quot;help&quot; for help&lt;br/&gt;
&amp;gt; db.printReplicationInfo()&lt;br/&gt;
configured oplog size: &#160; 7949.223731200002MB&lt;br/&gt;
log length start to end: 288058secs (80.02hrs)&lt;br/&gt;
oplog first event time: &#160;Sun Jun 20 2010 06:24:29 GMT-0400 (EDT)&lt;br/&gt;
oplog last event time: &#160; Wed Jun 23 2010 14:25:27 GMT-0400 (EDT)&lt;br/&gt;
now: &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; Wed Jun 23 2010 14:25:29 GMT-0400 (EDT)&lt;br/&gt;
&amp;gt; use local &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;br/&gt;
switched to db local&lt;br/&gt;
&amp;gt; show tables &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;br/&gt;
pair.sync&lt;br/&gt;
sources&lt;br/&gt;
system.indexes&lt;br/&gt;
&amp;gt;&#160;&lt;/p&gt;

&lt;p&gt;This machine is using the per-db option, but the entry for &apos;local&apos; in the data directory is a symlink to a directory on another partition:&lt;br/&gt;
Tenseiga:shopwiki.war avery$ mongo master.ui.mongo.ny&lt;br/&gt;
MongoDB shell version: 1.2.0&lt;br/&gt;
url: master.ui.mongo.ny&lt;br/&gt;
connecting to: master.ui.mongo.ny/test&lt;br/&gt;
type &quot;help&quot; for help&lt;br/&gt;
&amp;gt; db.printReplicationInfo()&lt;br/&gt;
configured oplog size: &#160; 67108.864MB&lt;br/&gt;
log length start to end: 392921secs (109.14hrs)&lt;br/&gt;
oplog first event time: &#160;Sat Jun 19 2010 01:16:19 GMT-0400 (EDT)&lt;br/&gt;
oplog last event time: &#160; Wed Jun 23 2010 14:25:00 GMT-0400 (EDT)&lt;br/&gt;
now: &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; Wed Jun 23 2010 14:25:00 GMT-0400 (EDT)&lt;br/&gt;
&amp;gt; use local &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;br/&gt;
switched to db local&lt;br/&gt;
&amp;gt; show tables &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;br/&gt;
&amp;gt;&#160;&lt;/p&gt;


&lt;p&gt;Using db version v1.4.2, pdfile version 4.5&lt;/p&gt;</description>
                <environment></environment>
        <key id="12260">SERVER-1306</key>
            <summary>Unable to access collections on dir-per-db setup with local namespace symlinked to directory</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="5">Cannot Reproduce</resolution>
                                        <assignee username="aaron">Aaron Staple</assignee>
                                    <reporter username="metheus">Avery Rosen</reporter>
                        <labels>
                    </labels>
                <created>Fri, 25 Jun 2010 16:05:11 +0000</created>
                <updated>Thu, 28 Jun 2012 21:26:03 +0000</updated>
                            <resolved>Mon, 12 Jul 2010 17:54:32 +0000</resolved>
                                    <version>1.4.2</version>
                                                    <component>Shell</component>
                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="15679" author="aaron" created="Mon, 12 Jul 2010 17:54:32 +0000"  >&lt;p&gt;I was unable to reproduce using 1.4.2 with the directoryperdb option and &apos;local&apos; directory a symlink to a directory on another partition.  If you believe there is still an issue could you reopen and send ln -s of your dbpath, and also report any other details which might be pertinent for reproducing the reported behavior.&lt;/p&gt;</comment>
                            <comment id="15091" author="metheus" created="Fri, 25 Jun 2010 16:07:53 +0000"  >&lt;p&gt;D&apos;oh, I mis-reported this issue, as is apparent by the output I included in the description, it should say that the issue is not being able to access the collections directly, not that printReplicationInfo wasn&apos;t working. Please adjust ticket name, etc.&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>2.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 Jul 2010 17:54:32 +0000</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            13 years, 32 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10020"><![CDATA[Linux]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>aaron</customfieldvalue>
            <customfieldvalue>metheus</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpkqn:</customfieldvalue>

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

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

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