<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:31:20 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-75893] Allow js hooks to run js file with some specified frequency</title>
                <link>https://jira.mongodb.org/browse/SERVER-75893</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;We currently do some manual rate limiting in the invoked JS test, as in &lt;a href=&quot;https://github.com/10gen/mongo/blob/c20a1829195384e6f9737cdba13b850364366e1d/jstests/hooks/run_aggregate_metrics_background.js#L87-L91&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;run_aggregate_metrics_background.js&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As mentioned there, it would be better to have the test harness do this. We are adding another instance of this in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-75596&quot; title=&quot;Stress $queryStats read path for aggregation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-75596&quot;&gt;&lt;del&gt;SERVER-75596&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2310523">SERVER-75893</key>
            <summary>Allow js hooks to run js file with some specified frequency</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="3">Duplicate</resolution>
                                        <assignee username="davis.haupt@mongodb.com">Davis Haupt</assignee>
                                    <reporter username="charlie.swanson@mongodb.com">Charlie Swanson</reporter>
                        <labels>
                            <label>greenerbuild</label>
                            <label>quick-tech-debt</label>
                    </labels>
                <created>Mon, 10 Apr 2023 14:52:32 +0000</created>
                <updated>Wed, 24 May 2023 12:20:55 +0000</updated>
                            <resolved>Wed, 24 May 2023 12:20:55 +0000</resolved>
                                                                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="5448360" author="davis.haupt" created="Wed, 24 May 2023 12:20:55 +0000"  >&lt;p&gt;This ticket will be fixed in the PR for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-76555&quot; title=&quot;Stress-test $queryStats in core passthrough&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-76555&quot;&gt;&lt;del&gt;SERVER-76555&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="5365837" author="charlie.swanson" created="Fri, 21 Apr 2023 15:10:01 +0000"  >&lt;p&gt;I think I made this work in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-75596&quot; title=&quot;Stress $queryStats read path for aggregation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-75596&quot;&gt;&lt;del&gt;SERVER-75596&lt;/del&gt;&lt;/a&gt;, but I&apos;ll wait to resolve until we iron out the details and review there.&lt;/p&gt;</comment>
                            <comment id="5363730" author="JIRAUSER1258055" created="Thu, 20 Apr 2023 19:44:58 +0000"  >&lt;p&gt;I took a quick pass. It seems like we the &quot;continuous running&quot; happens in &lt;a href=&quot;https://github.com/10gen/mongo/blob/d0600865bd4a2fccfded5d06b5c9553f8f411b11/buildscripts/resmokelib/testing/hooks/background_job.py#L83&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;_ContinuousDynamicJSTestCase&lt;/a&gt; which is what we use in &lt;a href=&quot;https://github.com/10gen/mongo/blob/d0600865bd4a2fccfded5d06b5c9553f8f411b11/buildscripts/resmokelib/testing/hooks/aggregate_metrics_background.py#L46&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;AggregateResouceConsumptionMetricsInBackground&lt;/a&gt; we can probably add a param to &lt;a href=&quot;https://github.com/10gen/mongo/blob/d0600865bd4a2fccfded5d06b5c9553f8f411b11/buildscripts/resmokelib/testing/hooks/background_job.py#L83&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;_ContinuousDynamicJSTestCase&lt;/a&gt; to sleep after &lt;a href=&quot;https://github.com/10gen/mongo/blob/d0600865bd4a2fccfded5d06b5c9553f8f411b11/buildscripts/resmokelib/testing/hooks/background_job.py#L94&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;each run&lt;/a&gt;. That should make this new behavior reusable. I trust &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=max.hirschhorn%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;max.hirschhorn@mongodb.com&quot;&gt;max.hirschhorn@mongodb.com&lt;/a&gt; pointed you in the right direction in case this isn&apos;t exactly what you were thinking. Feel free to add me on the PR if you want.&lt;/p&gt;</comment>
                            <comment id="5360999" author="JIRAUSER1268551" created="Thu, 20 Apr 2023 00:58:17 +0000"  >&lt;p&gt;Tagging &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=tausif.rahman%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;tausif.rahman@mongodb.com&quot;&gt;tausif.rahman@mongodb.com&lt;/a&gt; as he will know more than me on how much work this would be.&lt;/p&gt;</comment>
                            <comment id="5349284" author="charlie.swanson" created="Fri, 14 Apr 2023 22:24:06 +0000"  >&lt;p&gt;I&apos;ll investigate as part of putting the suite back in the second time after it got reverted. I have an idea after &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=max.hirschhorn%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;max.hirschhorn@mongodb.com&quot;&gt;max.hirschhorn@mongodb.com&lt;/a&gt; showed me some other code&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="2324824">SERVER-76555</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1504017">SERVER-51403</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2305036">SERVER-75596</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>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25467"><![CDATA[Query Integration]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 13 Apr 2023 18:39:45 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        37 weeks 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>davis.haupt@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            37 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>alex.neben@mongodb.com</customfieldvalue>
            <customfieldvalue>charlie.swanson@mongodb.com</customfieldvalue>
            <customfieldvalue>davis.haupt@mongodb.com</customfieldvalue>
            <customfieldvalue>tausif.rahman@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i23zwn:</customfieldvalue>

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

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