summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/session_catalog_migration_source.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-32776 ReplicationProcess::getRollbackID() no longer reads from ↵Benety Goh2018-03-281-5/+2
| | | | | | storage to refresh cached rollback id (cherry picked from commit 6353f3613ac73d67bc064f7bbc81f949e6542838)
* SERVER-33971 Generate session sentinel oplog entry with wall clock timeJack Mulrow2018-03-211-3/+6
| | | | (cherry picked from commit daa7dbf7e4564fc38b946416e3240caeb3c59b3a)
* SERVER-32445 config.transactions table can get out of sync when the ↵Randolph Tan2018-03-151-0/+1
| | | | | | TransactionReaper remove entries Secondary replication of config.transactions table is now changed to create oplog entries of the actual updates to mirror what the primary would have done.
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-281-2/+1
| | | | | (cherry picked from commit 8467708af7fa83f8827362b80f56dab4aad30a41) (cherry picked from commit 4312da76ee19623dd60811a22a53fa8e9beb484c)
* SERVER-32027 Fix unit-tests which rely on having a valid wallclock timeKaloian Manassiev2017-11-201-53/+45
| | | | (cherry picked from commit c98068d7c836e2d36a862189733d903b24b02d9a)
* SERVER-31356 SessionCatalogMigrationSource no longer mutates OplogEntry ↵Benety Goh2017-11-071-9/+41
| | | | after construction
* SERVER-30880 Handle migration of sessions with incomplete historyRandolph Tan2017-10-251-18/+87
|
* SERVER-31030 Make sure that _getNextSessionMods will only contain oplog ↵Randolph Tan2017-10-071-10/+40
| | | | entries that are majority committed
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ↵Randolph Tan2017-10-041-45/+61
| | | | entries
* SERVER-30894/SERVER-31290 Implement command for transferring session ↵Randolph Tan2017-09-281-4/+5
| | | | | | | information during migration This reverts commit f24fbb0011c6ded9101f08574e7cd07e63690a9b. This reverts commit d293f6857bcb36b26ca8fa03d90299714fe060de.
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring ↵Randolph Tan2017-09-281-5/+4
| | | | | | session information during migration""" This reverts commit aaa0c96532ba6a8ea9146e4298c6bf1cc6b27f9e.
* Revert "Revert "SERVER-30894 Implement command for transferring session ↵Randolph Tan2017-09-271-4/+5
| | | | | | information during migration"" This reverts commit 522f7f7d36a4a71059dd2d5219c2a0f074dfd0a1.
* Revert "SERVER-30894 Implement command for transferring session information ↵Greg McKeon2017-09-271-5/+4
| | | | | | during migration" This reverts commit 85d9721c00d7020af78fe60453f8362380fe697d.
* SERVER-30894 Implement command for transferring session information during ↵Randolph Tan2017-09-261-4/+5
| | | | migration
* SERVER-30890 Implement infrastructure for extracting oplog entries that ↵Randolph Tan2017-09-071-0/+214
needs to be migrated