summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66361: Fix data race involving ReplicationCoordinatorMock::setCurrentC...Lingzhi Deng2022-06-242-6/+14
* SERVER-63789 Async file copy/importChristopher Caplinger2022-06-234-248/+274
* SERVER-66919: Serialize all writes to tenant migration namespacesChristopher Caplinger2022-06-232-51/+0
* SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-2210-119/+137
* SERVER-67334: Pass tenantId directly to onCommit hookChristopher Caplinger2022-06-221-5/+4
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-205-17/+3
* SERVER-64717 Ensure the ShardRegistry always read with majority write concern...Marcos José Grillo Ramirez2022-06-201-8/+0
* SERVER-67342 Tenant migration oplog buffer should be started by holding the R...Suganthi Mani2022-06-171-3/+16
* SERVER-66705 Move aborting index builds out of critical sectionDidier Nadeau2022-06-151-1/+3
* SERVER-67191 PrimaryOnlyService should destroy the old instances before launc...Randolph Tan2022-06-141-0/+3
* SERVER-66963 Improve performance of NamespaceString and DatabaseName construc...jannaerin2022-06-143-46/+78
* SERVER-49735 Get rid of redundant condition that is always trueEvelyn Wu2022-06-131-1/+1
* SERVER-67224 clean up op_observer_impl LIBDEPSBenety Goh2022-06-131-0/+3
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-107-18/+16
* SERVER-66633 Record change collection entries in the secondaries.Rishab Joshi2022-06-102-0/+20
* SERVER-62370 Remove the _opCtx from the CollectionWriter and instead use the ...Shin Yee Tan2022-06-103-18/+19
* SERVER-62189 Removed unused variable _drainFinishedCondLuxi Liu2022-06-092-4/+0
* SERVER-65210 Basic code to read change streams using the change collection.Rishab Joshi2022-06-092-2/+2
* SERVER-66942 Only accept recipient configs in serverless modeMatt Broadstone2022-06-082-44/+129
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-0/+5
* SERVER-66810 Pull expensive calls like _wakeReadyWaiters out of the replSetUp...Matthew Russotto2022-06-084-23/+43
* SERVER-66809 Move BSON serialization out of the lock in prepareReplMetadataMatthew Russotto2022-06-0710-40/+28
* Revert "SERVER-63789 Async file copy/import"Sviatlana Zuiko2022-06-074-256/+212
* SERVER-62552 Cluster internal oplog buffer collectionsLouis Williams2022-06-071-0/+4
* SERVER-58922 Delete the last vestiges of ntoreturnDavid Storch2022-06-061-1/+1
* SERVER-62766 Write tenantId fields to oplog entries on deleteHugh Tong2022-06-061-0/+4
* SERVER-63789 Async file copy/importChristopher Caplinger2022-06-064-212/+256
* SERVER-66609: Avoid global lock upgrade within storage_timestamp_test.cppYu Jin Kang Park2022-06-031-5/+8
* SERVER-62765 Write tenantId fields to oplog entries on updateHugh Tong2022-06-021-0/+4
* SERVER-65657 Reduce calls to the cappedInsertNotifier for the oplogMatthew Russotto2022-06-013-3/+11
* SERVER-65671 Use _termShadow in updateTerm and processReplSetMetadataMatthew Russotto2022-06-012-6/+27
* SERVER-61609 Prevent lock upgrade in ReplicationCoordinatorExternalStateImpl:...Haley Connelly2022-06-011-3/+4
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-313-9/+13
* SERVER-66718 Allow StorageInterfaceImpl to perform more clustered collection ...Louis Williams2022-05-302-20/+668
* SERVER-66123 Introduce logic to write to the change collection in the primary.Rishab Joshi2022-05-294-7/+14
* Revert "SERVER-66123 Introduce logic to write to the change collection in the...auto-revert-processor2022-05-283-12/+3
* SERVER-66123 Introduce logic to write to the change collection in the primary.Rishab Joshi2022-05-273-3/+12
* SERVER-66260 Modify executor::RemoteCommandRequest to accept an Options argumentDaniel Morilha2022-05-271-1/+1
* SERVER-63437 Expose all events on 'system.resharding' collections when 'showS...Bernard Gorman2022-05-273-0/+134
* SERVER-60440 Upgrade boost to 1.79.0Andrew Morrow2022-05-261-0/+1
* SERVER-66709 remove createIndexOnConfig from Shard and its subclassesAndrew Shuvalov2022-05-261-0/+1
* SERVER-66721 Send an heartbeat to recipients following a shard splitDidier Nadeau2022-05-262-0/+92
* SERVER-62764 Write tenantId fields to oplog entries on insertHugh Tong2022-05-251-0/+4
* SERVER-46907 Speed up reconfig replication acknowledgementMatt Broadstone2022-05-255-229/+167
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-48/+50
* SERVER-66565 Use hint with config.transactions partial index and allow creati...Jack Mulrow2022-05-251-0/+7
* SERVER-60829 Disallow abort token to cause tenant migration abort after local...Hugh Tong2022-05-252-10/+19
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-233-5/+5
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-212-0/+13
* SERVER-61788: Take global write lock in SecondaryInsertTimes to avoid lock up...Yu Jin Kang Park2022-05-201-0/+2