<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/mongo.git/src/mongo/db/repl/replication_process_test.cpp, 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-39339 Remove `stdx/memory.h`</title>
<updated>2019-06-10T05:59:35+00:00</updated>
<author>
<name>ADAM David Alan Martin</name>
<email>adam.martin@10gen.com</email>
</author>
<published>2019-06-10T05:21:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=c36f9ecb91e49da7e637863889804fc4e6c6c05e'/>
<id>c36f9ecb91e49da7e637863889804fc4e6c6c05e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-39560 - remove leading blank line on all C++ files</title>
<updated>2019-02-13T20:26:10+00:00</updated>
<author>
<name>Billy Donahue</name>
<email>billy.donahue@mongodb.com</email>
</author>
<published>2019-02-13T19:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=b21647a5e19e5980186e57f77be0b1e0ef92a087'/>
<id>b21647a5e19e5980186e57f77be0b1e0ef92a087</id>
<content type='text'>
Remove leading comments that are just stating the filename.
Move any file-level comments below the copyright banner.
Remove leading blank lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove leading comments that are just stating the filename.
Move any file-level comments below the copyright banner.
Remove leading blank lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-37651 Update header files with new license</title>
<updated>2018-10-22T17:05:34+00:00</updated>
<author>
<name>Ramon Fernandez</name>
<email>ramon@mongodb.com</email>
</author>
<published>2018-10-20T02:27:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=a66a5578d5b006cef85b16eac05c96b58c877ebe'/>
<id>a66a5578d5b006cef85b16eac05c96b58c877ebe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-32776 ReplicationProcess::getRollbackID() no longer reads from storage to refresh cached rollback id</title>
<updated>2018-02-13T17:53:35+00:00</updated>
<author>
<name>Benety Goh</name>
<email>benety@mongodb.com</email>
</author>
<published>2018-02-13T17:50:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=6353f3613ac73d67bc064f7bbc81f949e6542838'/>
<id>6353f3613ac73d67bc064f7bbc81f949e6542838</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-32776 add ReplicationProcess::refreshRollbackID()</title>
<updated>2018-02-13T15:32:30+00:00</updated>
<author>
<name>Benety Goh</name>
<email>benety@mongodb.com</email>
</author>
<published>2018-02-13T15:15:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=ac82e9363affcbeedaec7a11d4539f58357cecda'/>
<id>ac82e9363affcbeedaec7a11d4539f58357cecda</id>
<content type='text'>
This forces the ReplicationProcess to update its cached rollback ID from storage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This forces the ReplicationProcess to update its cached rollback ID from storage.
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-32114 remove RollbackProgress</title>
<updated>2017-11-30T20:29:38+00:00</updated>
<author>
<name>Judah Schvimer</name>
<email>judah@mongodb.com</email>
</author>
<published>2017-11-29T19:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=764fb1bf8e3fec306652a8a707527dad8997084e'/>
<id>764fb1bf8e3fec306652a8a707527dad8997084e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-31662 Initialize rollback id to 1 and log when it changes</title>
<updated>2017-11-28T21:20:05+00:00</updated>
<author>
<name>William Schultz</name>
<email>william.schultz@mongodb.com</email>
</author>
<published>2017-11-28T21:20:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=48c4e4eb48e7994a78bee8f3384df2963a1ea407'/>
<id>48c4e4eb48e7994a78bee8f3384df2963a1ea407</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-31304: Refactor away SnapshotName.</title>
<updated>2017-11-21T17:25:54+00:00</updated>
<author>
<name>Daniel Gottlieb</name>
<email>daniel.gottlieb@mongodb.com</email>
</author>
<published>2017-11-21T17:25:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=470c30273c479c5ab139de0d38e016f95c589c49'/>
<id>470c30273c479c5ab139de0d38e016f95c589c49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-31086 adorn secondary inserts and vector inserts with timestamps</title>
<updated>2017-09-25T17:17:16+00:00</updated>
<author>
<name>Eric Milkie</name>
<email>milkie@10gen.com</email>
</author>
<published>2017-09-19T15:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=8c118d741327e6e3fe29955f7f75f6fe853297e5'/>
<id>8c118d741327e6e3fe29955f7f75f6fe853297e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-28620 Adorn all oplog writes with timestamps</title>
<updated>2017-08-22T17:45:12+00:00</updated>
<author>
<name>Eric Milkie</name>
<email>milkie@10gen.com</email>
</author>
<published>2017-04-06T19:30:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=77dc6917428ffad4b9ff2d54d78fa9b225f78a4b'/>
<id>77dc6917428ffad4b9ff2d54d78fa9b225f78a4b</id>
<content type='text'>
These timestamps are now used to implement oplog visibility rules, in place of the current
in-memory vector of uncommitted ops that the WiredTiger glue code currently uses.
This change also introduces a TimestampedBSONObj class, which encapsulates a BSONObject with its
associated write timestamp.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These timestamps are now used to implement oplog visibility rules, in place of the current
in-memory vector of uncommitted ops that the WiredTiger glue code currently uses.
This change also introduces a TimestampedBSONObj class, which encapsulates a BSONObject with its
associated write timestamp.
</pre>
</div>
</content>
</entry>
</feed>
