<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:28:02 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-31733] Explicit mongos default value for --timeZoneInfo parameter</title>
                <link>https://jira.mongodb.org/browse/SERVER-31733</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;See &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-31731&quot; title=&quot;Test that mongos accepts a --timeZoneInfo parameter, and can correctly execute expressions using time zones&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-31731&quot;&gt;&lt;del&gt;SERVER-31731&lt;/del&gt;&lt;/a&gt;, we recently realized that mongos processes need to have their time zone database configurable and use the system time zone info by default.&lt;/p&gt;

&lt;p&gt;The simplest way to achieve the needs/goals here is to make&#160;&lt;tt&gt;/usr/share/zoneinfo&lt;/tt&gt;&#160;the hard coded&#160;default value for the &lt;tt&gt;--timeZoneInfo&lt;/tt&gt; variable in the &lt;tt&gt;mongos&lt;/tt&gt; binary on POSIX (non-Windows) systems since &lt;tt&gt;/usr/share/zoneinfo&lt;/tt&gt; is the FHS/POSIX standard.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="451469">SERVER-31733</key>
            <summary>Explicit mongos default value for --timeZoneInfo parameter</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="backlog-server-query">Backlog - Query Team</assignee>
                                    <reporter username="charlie.swanson@mongodb.com">Charlie Swanson</reporter>
                        <labels>
                            <label>neweng</label>
                    </labels>
                <created>Thu, 26 Oct 2017 16:09:03 +0000</created>
                <updated>Tue, 6 Dec 2022 03:48:09 +0000</updated>
                            <resolved>Fri, 7 Sep 2018 15:14:26 +0000</resolved>
                                                                    <component>Packaging</component>
                                        <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="1996367" author="david.storch" created="Fri, 7 Sep 2018 15:14:26 +0000"  >&lt;p&gt;We do not plan to change the behavior in which mongos uses its embedded copy of the Olson timezone database in the absence of the --timeZoneInfo flag. However, once &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3748&quot; title=&quot;Add init scripts for mongos and configsvr to packages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3748&quot;&gt;&lt;del&gt;SERVER-3748&lt;/del&gt;&lt;/a&gt; is implemented we should add a default value of /usr/share/zoneinfo for packages on platforms which have it.&lt;/p&gt;</comment>
                            <comment id="1992831" author="jason.carey" created="Tue, 4 Sep 2018 18:14:30 +0000"  >&lt;p&gt;Passing to query to do the work, we&apos;re happy with the approach above (adding a default path in the build system, along with the new flag).&lt;/p&gt;</comment>
                            <comment id="1992827" author="jason.carey" created="Tue, 4 Sep 2018 18:13:17 +0000"  >&lt;p&gt;To add a little bit of extra work, we should also add a scons flag for specifying the default path&lt;/p&gt;</comment>
                            <comment id="1878097" author="kaloian.manassiev" created="Mon, 30 Apr 2018 17:19:44 +0000"  >&lt;p&gt;OK, filed&#160;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34752&quot; title=&quot;Figure out a more centralised alternative to `--timeZoneInfo` in a sharded cluster&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34752&quot;&gt;&lt;del&gt;SERVER-34752&lt;/del&gt;&lt;/a&gt; for the second point above and moving this ticked as it stands to the build team.&lt;/p&gt;</comment>
                            <comment id="1877803" author="charlie.swanson" created="Mon, 30 Apr 2018 14:55:12 +0000"  >&lt;p&gt;Yep, that&apos;s the gist of it &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=kaloian.manassiev&quot; class=&quot;user-hover&quot; rel=&quot;kaloian.manassiev&quot;&gt;kaloian.manassiev&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="1876750" author="kaloian.manassiev" created="Fri, 27 Apr 2018 21:56:44 +0000"  >&lt;p&gt;The way I read this ticket is that MongoS already supports the &lt;tt&gt;--timeZoneInfo&lt;/tt&gt; configuration and configuring it as part of the installer (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3748&quot; title=&quot;Add init scripts for mongos and configsvr to packages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3748&quot;&gt;&lt;del&gt;SERVER-3748&lt;/del&gt;&lt;/a&gt;) will solve the immediate problem.&lt;/p&gt;

&lt;p&gt;However using the &lt;tt&gt;--timeZoneInfo&lt;/tt&gt; for this purpose is generally error prone since it is still possible that different processes can be accidentally misconfigured to have different configurations. Is this correct &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=charlie.swanson&quot; class=&quot;user-hover&quot; rel=&quot;charlie.swanson&quot;&gt;charlie.swanson&lt;/a&gt;?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="21793">SERVER-3748</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="451465">SERVER-31731</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="21793">SERVER-3748</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="397520">SERVER-29822</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="536462">SERVER-34752</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25143"><![CDATA[Query]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 5 Mar 2018 21:11:32 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        5 years, 22 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-3748'>SERVER-3748</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>alexander.golin@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            5 years, 22 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>backlog-server-query</customfieldvalue>
            <customfieldvalue>charlie.swanson@mongodb.com</customfieldvalue>
            <customfieldvalue>david.storch@mongodb.com</customfieldvalue>
            <customfieldvalue>kaloian.manassiev@mongodb.com</customfieldvalue>
            <customfieldvalue>mira.carey@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htiszb:</customfieldvalue>

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

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