<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:28:03 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-74642] Log additional information about the oplog entry that generated a document or index key when printing metadata</title>
                <link>https://jira.mongodb.org/browse/SERVER-74642</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;When we print metadata for a &lt;a href=&quot;https://github.com/mongodb/mongo/commit/5d4891f796acae59b5126cdee56c99814a0b13b8#diff-8215f5586c669f98915b0db79a93f6088a5d2dffdce3bec5d3c6c6371d3593a5R1672&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;record&lt;/a&gt; or &lt;a href=&quot;https://github.com/mongodb/mongo/commit/26750a4eec848d9a019fd595cf58b0b6ddfa4b9a#diff-2a2a9edb62db2893dba74cb38034548828f058c27ca5d706753f91c98853e97cR496&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;index entry&lt;/a&gt;, we have the have the timestamp that last touched that value (stored in the startDurableTs variable). We would like to surface some additional information about the write, namely some data about the oplog entry associated with that timestamp, if the entry is still available.&lt;/p&gt;

&lt;p&gt;If redaction works correctly with oplog entries, then we can likely just log the full entry; however, redaction generally expects a user document, not an oplog entry, so it may not work as expected. If that&apos;s the case, we should instead determine which information is safe to log, such as the entry type, and possibly the &quot;shape&quot; of the operation.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2282036">SERVER-74642</key>
            <summary>Log additional information about the oplog entry that generated a document or index key when printing metadata</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="13201">Fixed</resolution>
                                        <assignee username="benety.goh@mongodb.com">Benety Goh</assignee>
                                    <reporter username="dan.larkin-york@mongodb.com">Dan Larkin-York</reporter>
                        <labels>
                            <label>validation-logging</label>
                    </labels>
                <created>Mon, 6 Mar 2023 16:52:12 +0000</created>
                <updated>Sun, 29 Oct 2023 21:25:17 +0000</updated>
                            <resolved>Wed, 8 Mar 2023 22:04:51 +0000</resolved>
                                                    <fixVersion>7.0.0-rc0</fixVersion>
                    <fixVersion>5.0.16</fixVersion>
                    <fixVersion>6.0.6</fixVersion>
                    <fixVersion>6.3.0-rc2</fixVersion>
                                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="5279221" author="xgen-internal-githook" created="Thu, 16 Mar 2023 21:46:28 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74642&quot; title=&quot;Log additional information about the oplog entry that generated a document or index key when printing metadata&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74642&quot;&gt;&lt;del&gt;SERVER-74642&lt;/del&gt;&lt;/a&gt; validate fetches and logs oplog entries for corrupted records&lt;/p&gt;

&lt;p&gt;(cherry picked from commit bb2e76b99df5c766260d4e47f54f5445a63853cf)&lt;br/&gt;
Branch: v6.3&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0c6cc277345584054b3b50a507f629ba4b937e9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0c6cc277345584054b3b50a507f629ba4b937e9d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5279220" author="xgen-internal-githook" created="Thu, 16 Mar 2023 21:46:26 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74642&quot; title=&quot;Log additional information about the oplog entry that generated a document or index key when printing metadata&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74642&quot;&gt;&lt;del&gt;SERVER-74642&lt;/del&gt;&lt;/a&gt; KeyStringIndexConsistency::addDocKey() accepts ValidateResults&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 6174b2264ea9f184347b757045416181ebfe7d09)&lt;br/&gt;
Branch: v6.3&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/38bf4fb1db89f7753c29cdddc817b4fba2d11e53&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/38bf4fb1db89f7753c29cdddc817b4fba2d11e53&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5279219" author="xgen-internal-githook" created="Thu, 16 Mar 2023 21:46:24 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74642&quot; title=&quot;Log additional information about the oplog entry that generated a document or index key when printing metadata&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74642&quot;&gt;&lt;del&gt;SERVER-74642&lt;/del&gt;&lt;/a&gt; WiredTigerRecordStore::printRecordMetadata() saves timestamps&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 0c581b504fe1fde434ad4f0c5793751d86a373f8)&lt;br/&gt;
Branch: v6.3&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/877bb0f2a62f2641925504997b019c3c80a63d6c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/877bb0f2a62f2641925504997b019c3c80a63d6c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5279218" author="xgen-internal-githook" created="Thu, 16 Mar 2023 21:46:22 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74642&quot; title=&quot;Log additional information about the oplog entry that generated a document or index key when printing metadata&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74642&quot;&gt;&lt;del&gt;SERVER-74642&lt;/del&gt;&lt;/a&gt; RecordStore::printRecordMetadata() accepts recordTimestamps&lt;/p&gt;

&lt;p&gt;(cherry picked from commit afc92009ae97b27497e140f98592efb202fa14a5)&lt;br/&gt;
Branch: v6.3&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/00988012c4caae7e28daa59710084b5531eb1c35&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/00988012c4caae7e28daa59710084b5531eb1c35&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5279165" author="xgen-internal-githook" created="Thu, 16 Mar 2023 21:22:23 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74642&quot; title=&quot;Log additional information about the oplog entry that generated a document or index key when printing metadata&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74642&quot;&gt;&lt;del&gt;SERVER-74642&lt;/del&gt;&lt;/a&gt; validate fetches and logs oplog entries for corrupted records&lt;/p&gt;

&lt;p&gt;(cherry picked from commit bb2e76b99df5c766260d4e47f54f5445a63853cf)&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/26ee1be7c9f1d5464f619adc4352cf456c2e0a9c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/26ee1be7c9f1d5464f619adc4352cf456c2e0a9c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5279164" author="xgen-internal-githook" created="Thu, 16 Mar 2023 21:22:21 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74642&quot; title=&quot;Log additional information about the oplog entry that generated a document or index key when printing metadata&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74642&quot;&gt;&lt;del&gt;SERVER-74642&lt;/del&gt;&lt;/a&gt; KeyStringIndexConsistency::addDocKey() accepts ValidateResults&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/80e5796544bad13902eade2fea531241a13c5256&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/80e5796544bad13902eade2fea531241a13c5256&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5279163" author="xgen-internal-githook" created="Thu, 16 Mar 2023 21:22:19 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74642&quot; title=&quot;Log additional information about the oplog entry that generated a document or index key when printing metadata&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74642&quot;&gt;&lt;del&gt;SERVER-74642&lt;/del&gt;&lt;/a&gt; WiredTigerRecordStore::printRecordMetadata() saves timestamps&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 0c581b504fe1fde434ad4f0c5793751d86a373f8)&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d268ee11ed5c58318ef2127ad86c44eb618a1beb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d268ee11ed5c58318ef2127ad86c44eb618a1beb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5279162" author="xgen-internal-githook" created="Thu, 16 Mar 2023 21:22:17 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74642&quot; title=&quot;Log additional information about the oplog entry that generated a document or index key when printing metadata&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74642&quot;&gt;&lt;del&gt;SERVER-74642&lt;/del&gt;&lt;/a&gt; RecordStore::printRecordMetadata() accepts recordTimestamps&lt;/p&gt;

&lt;p&gt;(cherry picked from commit afc92009ae97b27497e140f98592efb202fa14a5)&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e5f12d871e8713e0d326f2524d0617f630900a9a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e5f12d871e8713e0d326f2524d0617f630900a9a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5279085" author="xgen-internal-githook" created="Thu, 16 Mar 2023 20:51:48 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74642&quot; title=&quot;Log additional information about the oplog entry that generated a document or index key when printing metadata&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74642&quot;&gt;&lt;del&gt;SERVER-74642&lt;/del&gt;&lt;/a&gt; validate fetches and logs oplog entries for corrupted records&lt;/p&gt;

&lt;p&gt;(cherry picked from commit bb2e76b99df5c766260d4e47f54f5445a63853cf)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/bc451106f4be1c9f0f2265debb5a08354359d243&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/bc451106f4be1c9f0f2265debb5a08354359d243&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5279084" author="xgen-internal-githook" created="Thu, 16 Mar 2023 20:51:46 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74642&quot; title=&quot;Log additional information about the oplog entry that generated a document or index key when printing metadata&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74642&quot;&gt;&lt;del&gt;SERVER-74642&lt;/del&gt;&lt;/a&gt; IndexConsistency::addDocKey() accepts ValidateResults&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 6174b2264ea9f184347b757045416181ebfe7d09)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/21ee95cae8df7a845e6047228e52aa496449a90e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/21ee95cae8df7a845e6047228e52aa496449a90e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5279083" author="xgen-internal-githook" created="Thu, 16 Mar 2023 20:51:44 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74642&quot; title=&quot;Log additional information about the oplog entry that generated a document or index key when printing metadata&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74642&quot;&gt;&lt;del&gt;SERVER-74642&lt;/del&gt;&lt;/a&gt; WiredTigerRecordStore::printRecordMetadata() saves timestamps&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 0c581b504fe1fde434ad4f0c5793751d86a373f8)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/04f41a3497f02501de58e6acacd2684c466cca04&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/04f41a3497f02501de58e6acacd2684c466cca04&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5279082" author="xgen-internal-githook" created="Thu, 16 Mar 2023 20:51:42 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74642&quot; title=&quot;Log additional information about the oplog entry that generated a document or index key when printing metadata&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74642&quot;&gt;&lt;del&gt;SERVER-74642&lt;/del&gt;&lt;/a&gt; RecordStore::printRecordMetadata() accepts recordTimestamps&lt;/p&gt;

&lt;p&gt;(cherry picked from commit afc92009ae97b27497e140f98592efb202fa14a5)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/915cc2b1973aaf81542b53f5991c94f778e9a15c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/915cc2b1973aaf81542b53f5991c94f778e9a15c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5259933" author="xgen-internal-githook" created="Wed, 8 Mar 2023 21:51:35 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74642&quot; title=&quot;Log additional information about the oplog entry that generated a document or index key when printing metadata&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74642&quot;&gt;&lt;del&gt;SERVER-74642&lt;/del&gt;&lt;/a&gt; validate fetches and logs oplog entries for corrupted records&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/bb2e76b99df5c766260d4e47f54f5445a63853cf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/bb2e76b99df5c766260d4e47f54f5445a63853cf&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5259748" author="benety.goh" created="Wed, 8 Mar 2023 20:34:55 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74642&quot; title=&quot;Log additional information about the oplog entry that generated a document or index key when printing metadata&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74642&quot;&gt;&lt;del&gt;SERVER-74642&lt;/del&gt;&lt;/a&gt; KeyStringIndexConsistency::addDocKey() accepts ValidateResults&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/6174b2264ea9f184347b757045416181ebfe7d09&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/6174b2264ea9f184347b757045416181ebfe7d09&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;(commit message referenced &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-72642&quot; title=&quot;Investigate regression in RunLookups.LookupOneToFewUnshardedToUnsharded&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-72642&quot;&gt;&lt;del&gt;SERVER-72642&lt;/del&gt;&lt;/a&gt; incorrectly)&lt;/p&gt;</comment>
                            <comment id="5259531" author="xgen-internal-githook" created="Wed, 8 Mar 2023 18:54:28 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74642&quot; title=&quot;Log additional information about the oplog entry that generated a document or index key when printing metadata&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74642&quot;&gt;&lt;del&gt;SERVER-74642&lt;/del&gt;&lt;/a&gt; WiredTigerRecordStore::printRecordMetadata() saves timestamps&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0c581b504fe1fde434ad4f0c5793751d86a373f8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0c581b504fe1fde434ad4f0c5793751d86a373f8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5259197" author="xgen-internal-githook" created="Wed, 8 Mar 2023 17:06:10 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74642&quot; title=&quot;Log additional information about the oplog entry that generated a document or index key when printing metadata&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74642&quot;&gt;&lt;del&gt;SERVER-74642&lt;/del&gt;&lt;/a&gt; RecordStore::printRecordMetadata() accepts recordTimestamps&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/afc92009ae97b27497e140f98592efb202fa14a5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/afc92009ae97b27497e140f98592efb202fa14a5&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="1916722">SERVER-61203</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2034611">SERVER-66012</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                        <issuelink>
            <issuekey id="2435121">SERVER-80789</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2430606">SERVER-80556</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2284005">SERVER-74699</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2435519">SERVER-80809</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <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>16.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25376"><![CDATA[v6.3]]></customfieldvalue>
    <customfieldvalue key="23470"><![CDATA[v6.0]]></customfieldvalue>
    <customfieldvalue key="21777"><![CDATA[v5.0]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 8 Mar 2023 11:11:24 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        46 weeks, 6 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-61203'>SERVER-61203</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-66012'>SERVER-66012</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_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></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>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            46 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>benety.goh@mongodb.com</customfieldvalue>
            <customfieldvalue>dan.larkin-york@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|i1z2jj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i1hguw:</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_22250" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Special Downgrade Instructions Required</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="23343"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="6816">Execution Team 2023-03-20</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|i1yoov:</customfieldvalue>

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