<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 07:52: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>[DOCS-6458] MongoOplog Deprecated in 3.2</title>
                <link>https://jira.mongodb.org/browse/DOCS-6458</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;the mongooplog tool is being deprecated as part of the 3.2.0 release. All documentation regarding mongooplog should reflect this and label it as a deprecated tool that will potentially be removed at some point in the future. &lt;/p&gt;</description>
                <environment></environment>
        <key id="236260">DOCS-6458</key>
            <summary>MongoOplog Deprecated in 3.2</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="allison.moore@mongodb.com">Allison Reinheimer Moore</assignee>
                                    <reporter username="osmar.olivo">Osmar Olivo</reporter>
                        <labels>
                    </labels>
                <created>Mon, 26 Oct 2015 23:28:56 +0000</created>
                <updated>Mon, 11 Jul 2016 13:01:32 +0000</updated>
                            <resolved>Mon, 18 Apr 2016 14:20:37 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="1267173" author="zhcn381" created="Wed, 18 May 2016 01:08:34 +0000"  >&lt;p&gt;Hi Osmar Olivo,&lt;br/&gt;
Thank you, I got it.&lt;/p&gt;</comment>
                            <comment id="1266236" author="osmar.olivo@10gen.com" created="Tue, 17 May 2016 14:42:28 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=zhcn381&quot; class=&quot;user-hover&quot; rel=&quot;zhcn381&quot;&gt;zhcn381&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Yes, mongooplog was simply deprecated in 3.2, but not removed. Though it is important to keep in mind that the deprecated label means it will likely be removed in a future release.&lt;/p&gt;

&lt;p&gt;There are many users who have modified mongooplog in different ways to achieve what they have needed, which is a testament to our needing to either improve or replace it with something that has this functionality out of the box. There are no problems in functionality with this tool in single nodes. But we find that as users scale their clusters, if they find that features and tools that they used to use on single nodes or replicas no longer work sharded, it can lead to a bad overall experience. &lt;/p&gt;

&lt;p&gt;You should be able to perform a similar real time migration in 3.2 by performing a mongodump with the --oplog flag and streaming it&apos;s output directly into a mongorestore on another single node. Performance may be degraded somewhat by the mongodump causing some memory churn, but overall this is a cleaner solution for fully migrating data and the changes that occur during a migration .&lt;/p&gt;</comment>
                            <comment id="1265793" author="zhcn381" created="Tue, 17 May 2016 01:43:23 +0000"  >&lt;p&gt;Hi Osmar Olivo,&lt;br/&gt;
Thank you for your nice answer. I&apos;ve tried to modify mongooplog(using a tailable cursor instead) so that it can  be used as a online real-time migrations tool for single nodes. So there is no problem in functionality for single nodes in 3.2. It works.&lt;/p&gt;</comment>
                            <comment id="1264935" author="osmar.olivo@10gen.com" created="Mon, 16 May 2016 15:38:26 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=zhcn381&quot; class=&quot;user-hover&quot; rel=&quot;zhcn381&quot;&gt;zhcn381&lt;/a&gt;, &lt;/p&gt;

&lt;p&gt;We deprecated mongooplog in order to simplify our offering and reduce the number of products we support with duplicate capabilities. As of 3.2, mongodump/restore supports streaming over named pipes, archiving, and compression. The combination of these capabilities with the pre-existing --oplog and --oplogReplay capabilities allow you to perform most of the tasks you would have ever used mongooplog for. You can now stream operations as well as the data itself to other nodes or clusters directly and leverage point in time restore capabilities both locally and remotely,  &lt;/p&gt;

&lt;p&gt;Another reason for deprecating mongooplog is that it has relatively undefined behavior in sharded environments, from a consistency perspective. Mongodump/restore has similar issues from a consistency perspective, as both tools focus on single nodes and not the cluster as a whole. The main difference is that there is a workaround for mongodump/restore in that it is consistent if writes stop to the sharded cluster while the dump is performed. There is no workaround for mongooplog at all. Neither tool is suited for having a cluster tail another cluster and keeping the data consistent regardless of topology. This feature will likely be included in a future release as a new tool or offering. Anyone using mongooplog for these purposes is likely not fully aware of the risks and shortcoming, whereas it is much more obvious in mongodump/restore what the risks are.&lt;/p&gt;

&lt;p&gt;I hope that answers your question. Please reach out if you have any other questions or comments. &lt;/p&gt;</comment>
                            <comment id="1262830" author="zhcn381" created="Thu, 12 May 2016 15:03:13 +0000"  >&lt;p&gt;hi&lt;br/&gt;
Excuse me, can I ask why deprecating mongooplog in 3.2?&lt;/p&gt;</comment>
                            <comment id="1238594" author="xgen-internal-githook" created="Mon, 18 Apr 2016 14:19:58 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;schmalliso&apos;, u&apos;name&apos;: u&apos;Allison Moore&apos;, u&apos;email&apos;: u&apos;allison.moore@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-6458&quot; title=&quot;MongoOplog Deprecated in 3.2&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-6458&quot;&gt;&lt;del&gt;DOCS-6458&lt;/del&gt;&lt;/a&gt;: marks mongooplog as deprecated&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/01d63c15904bf2a48982de86b37a8e36331dec5f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/01d63c15904bf2a48982de86b37a8e36331dec5f&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <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, 1 Apr 2016 18:56:16 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        7 years, 39 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_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>jess.mokrzecki@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            7 years, 39 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>allison.moore@mongodb.com</customfieldvalue>
            <customfieldvalue>zhcn381</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>osmar.olivo</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrq0fb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrcws7:</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1162">Docs Sprint 2016(0711-0729)</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|hrz78n:</customfieldvalue>

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