<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:21:12 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-29557] Allow healthy databases to skip repairs</title>
                <link>https://jira.mongodb.org/browse/SERVER-29557</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;As a complement to &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29553&quot; title=&quot;Add a single database repair option&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29553&quot;&gt;&lt;del&gt;SERVER-29553&lt;/del&gt;&lt;/a&gt;, allow me to skip repairs on an already repaired database. The aforementioned database with hundreds of millions of documents took a couple of hours to repair, and it&apos;s now healthy.&lt;/p&gt;

&lt;p&gt;Unfortunately, while attempting to repair some another database in this instance I hit some assertion failure which stopped the entire repair process, rather unnecessarily, i think. &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29555&quot; title=&quot;Make repair more robust, or optionally error tolerant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29555&quot;&gt;&lt;del&gt;SERVER-29555&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now when I restart the repair, I&apos;m going to waste another few hours waiting for &lt;tt&gt;a_big_database&lt;/tt&gt; to repair unnecessarily before I can get around to repairing &lt;tt&gt;some_other_big_database&lt;/tt&gt; which is what I really care about.&lt;/p&gt;</description>
                <environment></environment>
        <key id="392654">SERVER-29557</key>
            <summary>Allow healthy databases to skip repairs</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="backlog-server-execution">Backlog - Storage Execution Team</assignee>
                                    <reporter username="chris.kuethe@gmail.com">Chris Kuethe</reporter>
                        <labels>
                    </labels>
                <created>Mon, 12 Jun 2017 00:14:17 +0000</created>
                <updated>Tue, 6 Dec 2022 03:59:29 +0000</updated>
                            <resolved>Fri, 23 Jun 2017 14:19:07 +0000</resolved>
                                                                                        <votes>0</votes>
                                    <watches>10</watches>
                                                                                                                <comments>
                            <comment id="1605192" author="ian@10gen.com" created="Fri, 23 Jun 2017 14:19:07 +0000"  >&lt;p&gt;Chris, we&apos;ve linked a project we have scheduled to improve database repair (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-19815&quot; title=&quot;Improved mongod --repair option for WiredTiger&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-19815&quot;&gt;&lt;del&gt;SERVER-19815&lt;/del&gt;&lt;/a&gt;) that should encompass the issues you&apos;ve encountered here.  We&apos;ll definitely take your suggestions into account as we continue to design this project.&lt;/p&gt;</comment>
                            <comment id="1599702" author="mark.agarunov" created="Fri, 16 Jun 2017 21:03:21 +0000"  >&lt;p&gt;Hello &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=chris.kuethe%40gmail.com&quot; class=&quot;user-hover&quot; rel=&quot;chris.kuethe@gmail.com&quot;&gt;chris.kuethe@gmail.com&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;After taking another look at this, I believe you are correct that this is related and not a duplicate. I&apos;ve reopened the ticket and set the fixVersion to &quot;Needs Triage&quot; for this new feature to be scheduled against our currently planned work. Updates will be posted on this ticket as they happen.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Mark&lt;/p&gt;</comment>
                            <comment id="1598405" author="chris.kuethe@gmail.com" created="Thu, 15 Jun 2017 18:54:37 +0000"  >&lt;p&gt;I&apos;d call it related, but not duplicate. Like a file system, you could keep a clean/dirty bit on each database or collection which would be the first write when a database opens and is changed and the last write before it closes (or the last write after changes are committed).&lt;/p&gt;</comment>
                            <comment id="1596161" author="mark.agarunov" created="Tue, 13 Jun 2017 22:14:30 +0000"  >&lt;p&gt;Hello &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=chris.kuethe%40gmail.com&quot; class=&quot;user-hover&quot; rel=&quot;chris.kuethe@gmail.com&quot;&gt;chris.kuethe@gmail.com&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Thank you for the report. The behavior you&apos;ve detailed appears to be the same as the issue in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23573&quot; title=&quot;Backup/Restore of individual databases/collections with FS backups&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23573&quot;&gt;&lt;del&gt;SERVER-23573&lt;/del&gt;&lt;/a&gt;. Please watch &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23573&quot; title=&quot;Backup/Restore of individual databases/collections with FS backups&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23573&quot;&gt;&lt;del&gt;SERVER-23573&lt;/del&gt;&lt;/a&gt; for further updates on this issue.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Mark&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="224556">SERVER-19815</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="211459">SERVER-19043</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="277927">SERVER-23573</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25136"><![CDATA[Storage Execution]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 13 Jun 2017 22:14:30 +0000</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            6 years, 33 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>backlog-server-execution</customfieldvalue>
            <customfieldvalue>chris.kuethe@gmail.com</customfieldvalue>
            <customfieldvalue>ian@mongodb.com</customfieldvalue>
            <customfieldvalue>mark.agarunov</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|ht8z2n:</customfieldvalue>

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

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