<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/mongo.git/src/mongo/db/repl/SConscript, branch master</title>
<subtitle>github.com: mongodb/mongo.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/'/>
<entry>
<title>SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressions</title>
<updated>2023-05-17T22:34:33+00:00</updated>
<author>
<name>Juan Gu</name>
<email>juan.gu@mongodb.com</email>
</author>
<published>2023-05-05T17:59:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=02bf3f55f88874bf397b42758c9cd36093633f9e'/>
<id>02bf3f55f88874bf397b42758c9cd36093633f9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-74592: Remove Shard Merge path from TMRS</title>
<updated>2023-05-03T13:39:44+00:00</updated>
<author>
<name>Christopher Caplinger</name>
<email>christopher.caplinger@mongodb.com</email>
</author>
<published>2023-05-03T12:58:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=280c055694d28c5eb8a88f9f676a92c67dc2f72f'/>
<id>280c055694d28c5eb8a88f9f676a92c67dc2f72f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-74563 remove unused function repl::logInsertOps()</title>
<updated>2023-04-26T23:22:14+00:00</updated>
<author>
<name>Benety Goh</name>
<email>benety@mongodb.com</email>
</author>
<published>2023-04-26T20:43:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=6dda218e0ea97be2467098758fcce437e18cb1aa'/>
<id>6dda218e0ea97be2467098758fcce437e18cb1aa</id>
<content type='text'>
The implementation has been moved to OpObserverImpl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The implementation has been moved to OpObserverImpl.
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-74563 remove unused headers and std imports from oplog.cpp</title>
<updated>2023-04-26T12:33:22+00:00</updated>
<author>
<name>Benety Goh</name>
<email>benety@mongodb.com</email>
</author>
<published>2023-04-26T10:27:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=4052ce367a9a01bb92872e15ca69ffdf4465174c'/>
<id>4052ce367a9a01bb92872e15ca69ffdf4465174c</id>
<content type='text'>
Last reference to std::deque was removed in commit 6543f0dea026b6ff9ad6f701a8f6ca62f0679613.
Last reference to ""_format() was removed in commit 320b66da2ed0ea95a082560af1ac1fb1800884bb.
Last reference to MultiIndexBlock was removed in commit 0b8ad5785098eb5d7537e8f621aa3aa331284e65.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Last reference to std::deque was removed in commit 6543f0dea026b6ff9ad6f701a8f6ca62f0679613.
Last reference to ""_format() was removed in commit 320b66da2ed0ea95a082560af1ac1fb1800884bb.
Last reference to MultiIndexBlock was removed in commit 0b8ad5785098eb5d7537e8f621aa3aa331284e65.
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-65974 Replace HistoricalIdentTracker with checkpoint cursors</title>
<updated>2023-04-18T20:42:57+00:00</updated>
<author>
<name>Gregory Wlodarek</name>
<email>gregory.wlodarek@mongodb.com</email>
</author>
<published>2023-04-12T15:25:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=24c09afa20bb2dd94192182fabaffd09b3a80545'/>
<id>24c09afa20bb2dd94192182fabaffd09b3a80545</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-75787 repl::logInsertOps() accepts ShardingWriteRouter instead of wrapper function</title>
<updated>2023-04-13T13:44:45+00:00</updated>
<author>
<name>Benety Goh</name>
<email>benety@mongodb.com</email>
</author>
<published>2023-04-13T12:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=266a6db6201d3e05c7d91f56c7a7b005c692177d'/>
<id>266a6db6201d3e05c7d91f56c7a7b005c692177d</id>
<content type='text'>
This removes the indirection from the wrapper function and clarifies the
dependency on shard_role_api.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes the indirection from the wrapper function and clarifies the
dependency on shard_role_api.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "SERVER-72622: Track TenantOplogApplier progress in replicated collection"</title>
<updated>2023-04-10T14:37:59+00:00</updated>
<author>
<name>Christopher Caplinger</name>
<email>christopher.caplinger@mongodb.com</email>
</author>
<published>2023-04-10T13:27:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=c20a1829195384e6f9737cdba13b850364366e1d'/>
<id>c20a1829195384e6f9737cdba13b850364366e1d</id>
<content type='text'>
This reverts commit 636ad08bdb6fb5c9ad98ee4cdde8f52929c29830.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 636ad08bdb6fb5c9ad98ee4cdde8f52929c29830.
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-73594: Add oplog application benchmarks for prepared transactions</title>
<updated>2023-04-09T19:47:13+00:00</updated>
<author>
<name>Lingzhi Deng</name>
<email>lingzhi.deng@mongodb.com</email>
</author>
<published>2023-04-09T19:10:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=8f9196bf208d8d9fe4cd5661f7eb6f8388d3baa7'/>
<id>8f9196bf208d8d9fe4cd5661f7eb6f8388d3baa7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-72622: Track TenantOplogApplier progress in replicated collection</title>
<updated>2023-04-08T01:42:39+00:00</updated>
<author>
<name>Christopher Caplinger</name>
<email>christopher.caplinger@mongodb.com</email>
</author>
<published>2023-04-07T22:51:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=636ad08bdb6fb5c9ad98ee4cdde8f52929c29830'/>
<id>636ad08bdb6fb5c9ad98ee4cdde8f52929c29830</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-72199 Shard merge handles initial sync, resync and unclean restarts.</title>
<updated>2023-04-06T14:16:10+00:00</updated>
<author>
<name>Suganthi Mani</name>
<email>suganthi.mani@mongodb.com</email>
</author>
<published>2023-04-06T13:30:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=723595c779147f85d49ec0bc727bdc977ee5d98c'/>
<id>723595c779147f85d49ec0bc727bdc977ee5d98c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
