<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:13:34 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>[DOCS-15691] Investigate changes in SERVER-67598: Allow create command to set bucketMaxSpanSeconds and bucketRoundingSeconds directly</title>
                <link>https://jira.mongodb.org/browse/DOCS-15691</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;div class=&quot;panel&quot; style=&quot;background-color: #c2d2c2;border-width: 1px;&quot;&gt;&lt;div class=&quot;panelHeader&quot; style=&quot;border-bottom-width: 1px;background-color: #239eb0;&quot;&gt;&lt;b&gt;Original Downstream Change Summary&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;With this change, we make the create command time series option &quot;granularity&quot; an optional parameter (previously defaulted to &apos;seconds&apos;) and allow for users to specify &quot;bucketMaxSpanSeconds&quot; and &quot;bucketRoundingSeconds&quot; if &quot;granularity&quot; is not included in the command.&lt;/p&gt;

&lt;p&gt;These bucketing parameters must be set alongside each other and must be equal to each other. If custom &quot;bucketMaxSpanSeconds&quot; and &quot;bucketRoundingSeconds&quot; values are passed through, &quot;granularity&quot; should not be included in the create command.&lt;/p&gt;

&lt;p&gt;These parameters can only be changed to a higher value through the collMod command.&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;DescriptionofLinkedTicket&quot;&gt;&lt;/a&gt;Description of Linked Ticket&lt;/h2&gt;

&lt;p&gt;We want to allow users to set &apos;bucketMaxSpanSeconds&apos; and &apos;bucketRoundingSeconds&apos; directly when they create a new time-series collection. We will enforce that &apos;bucketRoundingSeconds&apos; is equal to &apos;bucketMaxSpanSeconds&apos;, and that both are strictly positive. If a user sets one value, they must set both. If a user sets these values, they cannot also set &apos;granularity&apos;.&lt;/p&gt;

&lt;p&gt;Context:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;bucketMaxSpanSeconds: &quot;The maximum range of time values for a bucket, in seconds&quot;&lt;/li&gt;
	&lt;li&gt;bucketRoundingSeconds: &quot;Used to determine the minimum time boundary when opening a new bucket by rounding the first timestamp down to the next multiple of this value. Specified in seconds.&quot;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Valid examples of timeseries options passed through to the create command:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;{timeseries: {timeField: &quot;time&quot;, granularity: &quot;seconds&quot;}}&#160;&lt;/li&gt;
	&lt;li&gt;{timeseries: {timeField: &quot;time&quot;, bucketRoundingSeconds: 3600, bucketMaxSpanSeconds: 3600}}&lt;/li&gt;
	&lt;li&gt;{timeseries: {timeField: &quot;time&quot;, bucketRoundingSeconds: 8000, bucketMaxSpanSeconds: 8000}}&lt;/li&gt;
	&lt;li&gt;{timeseries: {timeField: &quot;time&quot;, granularity: &quot;seconds&quot;, bucketRoundingSeconds: 60, bucketMaxSpanSeconds: 3600}} // this is not an expected use case of the parameters but is allowed since the bucketMaxSpanSeconds and bucketRoundingSeconds are the default values corresponding to the &apos;seconds&apos; granularity&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="2162282">DOCS-15691</key>
            <summary>Investigate changes in SERVER-67598: Allow create command to set bucketMaxSpanSeconds and bucketRoundingSeconds directly</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="9">Done</resolution>
                                        <assignee username="david.hou@mongodb.com">David Hou</assignee>
                                    <reporter username="backlog-server-pm">Backlog - Core Eng Program Management Team</reporter>
                        <labels>
                    </labels>
                <created>Wed, 19 Oct 2022 14:22:17 +0000</created>
                <updated>Mon, 13 Nov 2023 17:37:58 +0000</updated>
                            <resolved>Tue, 15 Nov 2022 16:48:54 +0000</resolved>
                                                    <fixVersion>6.2.0-rc0</fixVersion>
                    <fixVersion>Server_Docs_20231030</fixVersion>
                    <fixVersion>Server_Docs_20231106</fixVersion>
                    <fixVersion>Server_Docs_20231105</fixVersion>
                    <fixVersion>Server_Docs_20231113</fixVersion>
                                    <component>manual</component>
                    <component>Server</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="4984484" author="xgen-internal-githook" created="Tue, 15 Nov 2022 19:02:10 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;davidhou17&apos;, &apos;email&apos;: &apos;55004296+davidhou17@users.noreply.github.com&apos;, &apos;username&apos;: &apos;davidhou17&apos;}
&lt;p&gt;Message: Merge &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15691&quot; title=&quot;Investigate changes in SERVER-67598: Allow create command to set bucketMaxSpanSeconds and bucketRoundingSeconds directly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15691&quot;&gt;&lt;del&gt;DOCS-15691&lt;/del&gt;&lt;/a&gt; to v6.3: Additional timeseries options - bucketMaxSpanSeconds and bucketRoundingSeconds (#2143)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Changes to granularity and addition of two timeseries options&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add context about bucketing&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;resolve merge conflict&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;copy review feedback&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;copy review 2&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;tech review feedback&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;update release notes&lt;br/&gt;
Branch: v6.3&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/c648e9581ce223d8ad96ce3cd9b500d39d5dba37&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/c648e9581ce223d8ad96ce3cd9b500d39d5dba37&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4983971" author="JIRAUSER1260455" created="Tue, 15 Nov 2022 16:49:26 +0000"  >&lt;p&gt;Merging to v6.3: &lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/pull/2143&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/pull/2143&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4975784" author="JIRAUSER1260455" created="Fri, 11 Nov 2022 21:57:17 +0000"  >&lt;p&gt;Hi Fausto, it looks like a docs ticket was generated for both the PM-2724 epic (marked 6.3) and &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-67598&quot; title=&quot;Allow create command to set bucketMaxSpanSeconds and bucketRoundingSeconds directly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-67598&quot;&gt;&lt;del&gt;SERVER-67598&lt;/del&gt;&lt;/a&gt; (marked 6.2). If Dan clarifies that the project is targeted for 6.3, I can move these doc changes to our 6.3 feature branch and request another review from there. Let me know what you think!&lt;/p&gt;</comment>
                            <comment id="4975755" author="JIRAUSER1253362" created="Fri, 11 Nov 2022 21:48:22 +0000"  >&lt;p&gt;Hi David, I notice this is linked to epic &quot;6.2 Upcoming&quot; but the project is targeted for 6.3 (and the modification of these new parameters are guarded by the project feature flag). Should we hold off on these doc changes until 6.3?&#160;&lt;/p&gt;

&lt;p&gt;CC: &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=dan.larkin-york%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;dan.larkin-york@mongodb.com&quot;&gt;dan.larkin-york@mongodb.com&lt;/a&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="4975723" author="JIRAUSER1260495" created="Fri, 11 Nov 2022 21:38:31 +0000"  >&lt;p&gt;I&apos;ll definitely take a look, I also included &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=fausto.leyva%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;fausto.leyva@mongodb.com&quot;&gt;fausto.leyva@mongodb.com&lt;/a&gt;&#160; since he is currently working on this and has a better scope.&lt;/p&gt;</comment>
                            <comment id="4975689" author="JIRAUSER1260455" created="Fri, 11 Nov 2022 21:24:56 +0000"  >&lt;p&gt;Hey &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=adrian.gonzalez%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;adrian.gonzalez@mongodb.com&quot;&gt;adrian.gonzalez@mongodb.com&lt;/a&gt;, when you get a chance can you review this PR for technical accuracy? &lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/pull/2124&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/pull/2124&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                            <outwardlinks description="documents">
                                        <issuelink>
            <issuekey id="2078481">SERVER-67598</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </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_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 11 Nov 2022 21:24:56 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 12 weeks, 1 day 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_17052" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Downstream Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>With this change, we make the create command time series option &amp;quot;granularity&amp;quot; an optional parameter (previously defaulted to &amp;#39;seconds&amp;#39;) and allow for users to specify &amp;quot;bucketMaxSpanSeconds&amp;quot; and &amp;quot;bucketRoundingSeconds&amp;quot; if &amp;quot;granularity&amp;quot; is not included in the command. &lt;br/&gt;
&lt;br/&gt;
These bucketing parameters must be set alongside each other and must be equal to each other. If custom &amp;quot;bucketMaxSpanSeconds&amp;quot; and &amp;quot;bucketRoundingSeconds&amp;quot; values are passed through, &amp;quot;granularity&amp;quot; should not be included in the create command. &lt;br/&gt;
&lt;br/&gt;
These parameters can only be changed to a higher value through the collMod command. </customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCSP-22092</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_14873" key="com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker">
                        <customfieldname>External Reviewer</customfieldname>
                        <customfieldvalues>
                                    <customfieldvalue><![CDATA[fausto.leyva@mongodb.com]]></customfieldvalue>
    
                        </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>emet.ozar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 12 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>adrian.gonzalez@mongodb.com</customfieldvalue>
            <customfieldvalue>backlog-server-pm</customfieldvalue>
            <customfieldvalue>david.hou@mongodb.com</customfieldvalue>
            <customfieldvalue>fausto.leyva@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i1em3z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i0x9ug:</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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i1e89b:</customfieldvalue>

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