summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/session_catalog_migration_source.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-56563: Downconvert `needsRetryImage` oplog entries for chunk migrations.Daniel Gottlieb2021-05-141-0/+3
|
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+4
|
* SERVER-41074 Make decision to send pre/post image oplog the same as the ↵Randolph Tan2019-05-171-1/+9
| | | | decision made for the originating oplog write.
* SERVER-40475 Migrate sentinel entry for retryable writes converted to ↵Matthew Saltz2019-05-021-12/+15
| | | | transactions
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
| | | | | | | | | | | produced by: hits="$(git grep -n MONGO_DISALLOW_COPYING | cut -d: -f1 )" for f in "$hits"; do sed -i.orig ' s/^\( *\)MONGO_DISALLOW_COPYING(\(.*\));/\1\2(const \2\&) = delete;\n\1\2\& operator=(const \2\&) = delete;/; ' $f done
* SERVER-35219 Change the sleep on the destination side into a cond var wait ↵Randolph Tan2019-03-201-2/+36
| | | | on the donor side of session migration.
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-35658 Check for rollback at end of each session migration batchMatthew Saltz2018-07-241-0/+7
|
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
|
* SERVER-34475 Get rid of unused sharding codeKaloian Manassiev2018-04-181-10/+0
|
* SERVER-32027 Fix unit-tests which rely on having a valid wallclock timeKaloian Manassiev2017-11-201-8/+8
|
* SERVER-30880 Handle migration of sessions with incomplete historyRandolph Tan2017-10-251-7/+40
|
* SERVER-31030 Make sure that _getNextSessionMods will only contain oplog ↵Randolph Tan2017-10-071-3/+32
| | | | entries that are majority committed
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ↵Randolph Tan2017-10-041-12/+17
| | | | entries
* SERVER-30894/SERVER-31290 Implement command for transferring session ↵Randolph Tan2017-09-281-0/+1
| | | | | | | information during migration This reverts commit f24fbb0011c6ded9101f08574e7cd07e63690a9b. This reverts commit d293f6857bcb36b26ca8fa03d90299714fe060de.
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring ↵Randolph Tan2017-09-281-1/+0
| | | | | | session information during migration""" This reverts commit aaa0c96532ba6a8ea9146e4298c6bf1cc6b27f9e.
* Revert "Revert "SERVER-30894 Implement command for transferring session ↵Randolph Tan2017-09-271-0/+1
| | | | | | information during migration"" This reverts commit 522f7f7d36a4a71059dd2d5219c2a0f074dfd0a1.
* Revert "SERVER-30894 Implement command for transferring session information ↵Greg McKeon2017-09-271-1/+0
| | | | | | during migration" This reverts commit 85d9721c00d7020af78fe60453f8362380fe697d.
* SERVER-30894 Implement command for transferring session information during ↵Randolph Tan2017-09-261-0/+1
| | | | migration
* SERVER-30890 Implement infrastructure for extracting oplog entries that ↵Randolph Tan2017-09-071-0/+158
needs to be migrated