summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-64461: Replace WT_CACHE_FULL error with WT_ROLLBACK for durable engineYu Jin Kang Park2022-05-182-9/+12
|
* Revert "SERVER-62356 Move timeseries translation logic into create ↵Rui Liu2022-05-183-210/+166
| | | | | | collection coordinator" This reverts commit a3efbb9a26eba7f40392b3921ed0162c80b6b6d1.
* SERVER-66507 Fix row store fetch bug in column indexesIan Boros2022-05-181-12/+13
|
* SERVER-65395 Modify FLE2 no_passthrough tests to make considerations for ↵Erwin Pe2022-05-171-5/+1
| | | | maxRetries of internal transactions
* Revert "SERVER-60829 Disallow abort token to cause tenant migration abort ↵Sviatlana Zuiko2022-05-172-16/+9
| | | | | | after local commit" This reverts commit 7f73a72b033af32c969f3316fec0fed2f2bbe528.
* SERVER-64631 Abort index builds when starting a shard split operationmathisbessamdb2022-05-173-0/+34
|
* Revert "SERVER-65837 Use transactions instead of applyOps when removing a shard"Sviatlana Zuiko2022-05-175-94/+115
| | | | This reverts commit 5c66978ef79a68d916f86bfbe778dacad655691e.
* SERVER-66325 Amend misleading statement about secondary oplog application in ↵Vesselina Ratcheva2022-05-171-5/+5
| | | | repl arch guide
* SERVER-60791 add replication state to listIndexes indexBuildInfo sectionBenety Goh2022-05-171-1/+11
|
* SERVER-64395 Write Minimal JavaScript Integration Test to Ensure ↵Randolph Tan2022-05-174-2/+13
| | | | ReshardingMetrics are Being Reported
* SERVER-66266 Better error message for timeseries assertionFaustoleyva542022-05-172-7/+8
|
* Revert "SERVER-65884 $lookup from ts optimize $sequentialCache"James Wahlin2022-05-172-28/+0
| | | | This reverts commit a672dcd5658bdb7117de384e50e1747e610a5684.
* SERVER-65530 Get rid of ChunkVersionArrayWronglyEncodedAsBSONObjFormatKaloian Manassiev2022-05-171-1/+1
|
* SERVER-63564 Remove downgrade check on index `prepareUnique` fieldYuhong Zhang2022-05-171-29/+0
|
* SERVER-66264 shardsvrDropIndex should use timeseries namespace in the ↵Randolph Tan2022-05-171-53/+60
| | | | shardVersionRetry loop
* SERVER-65837 Use transactions instead of applyOps when removing a shardMarcos José Grillo Ramirez2022-05-175-115/+94
|
* SERVER-65969 Fix data race in ScopedDonateChunkPaolo Polato2022-05-173-6/+19
|
* SERVER-55750 Enable featureFlagBatchMultideletesYu Jin Kang Park2022-05-171-1/+2
|
* SERVER-65947 MigrationDestinationManager must recover if an error occurs ↵Jordi Serra Torrens2022-05-176-152/+346
| | | | during release of the critical section
* SERVER-60791 add opid and resumable index build info to listIndexes ↵Benety Goh2022-05-171-0/+9
| | | | indexBuildInfo section
* SERVER-66472 Pull the collection generation out of ChunkVersionKaloian Manassiev2022-05-176-30/+50
|
* SERVER-66120 Use consistent way to refer to FLE 2 encryption in user-facing ↵Mark Benvenuto2022-05-175-13/+19
| | | | messages
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-05-172-0/+28
|
* SERVER-65154 Create write listeners/controllers per collection that track ↵Faustoleyva542022-05-1610-0/+798
| | | | ‘Change’ diffs
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-1612-91/+138
|
* SERVER-65838 Use internal transactions instead of appyOpsDeprecated in ↵Marcos José Grillo Ramirez2022-05-165-231/+403
| | | | sharding catalog chunk operations
* SERVER-66456 remove ThreadContextBilly Donahue2022-05-162-2/+0
|
* SERVER-65586 Change UncommittedCatalogUpdates functions to take in DatabaseNameSophia Tan2022-05-163-46/+36
|
* SERVER-60791 add phase and method (hybrid/foreground) to listIndexes ↵Benety Goh2022-05-161-1/+5
| | | | indexBuildInfo section
* SERVER-65930 DDL coordinators and rename participant initial checkpoint may ↵Allison Easton2022-05-163-10/+33
| | | | incur in DuplicateKey error
* SERVER-66031 rename must succeed on all shards when UUIDs provided for C2CPierlauro Sciarelli2022-05-161-2/+0
|
* SERVER-60829 Disallow abort token to cause tenant migration abort after ↵Hugh Tong2022-05-162-9/+16
| | | | local commit
* SERVER-66383 Persist the progress of ClusterChunksResizePolicy without ↵Paolo Polato2022-05-161-13/+25
| | | | holding the state mutex
* SERVER-66455 Revert SERVER-58194 `ThreadContext` present as cleaning up ↵Billy Donahue2022-05-161-18/+11
| | | | `OpMsgFuzzerFixture`
* SERVER-65956 fix minor bugs in defragmentation source code/testsPaolo Polato2022-05-161-7/+6
|
* SERVER-65777 Fix ns emitted for UMC commandsSara Golemon2022-05-161-1/+10
|
* SERVER-66377 make ClusterChunksResizePolicy resilient to renameCollection() ↵Paolo Polato2022-05-162-5/+26
| | | | with dropTarget
* SERVER-66387 Declare TTLMonitor in ttl.hHaley Connelly2022-05-162-457/+480
|
* SERVER-60791 add appendBuildInfo() method to IndexBuildsCoordinator and ↵Benety Goh2022-05-1611-3/+96
| | | | | | index build class hierarchy for listIndexes includeIncludeBuildInfo Contains no functional or formatting changes to listIndexes.
* SERVER-66139 Disable oplog visibility in standalone modeHenrik Edin2022-05-166-13/+83
|
* SERVER-62356 Move timeseries translation logic into create collection ↵Rui Liu2022-05-163-166/+210
| | | | coordinator
* SERVER-66436 Fix initialisation errors in DConcurrencyTest benchmarksJordi Olivares Provencio2022-05-161-0/+12
|
* SERVER-62857 Handle same-migration recovery on recipient upon multiple stepdownsAllison Easton2022-05-165-19/+37
|
* SERVER-65859 Enable filtering of 'fromMigrate' change steam events for ↵Andrii Dobroshynski2022-05-151-0/+7
| | | | individual operations within applyOps array
* SERVER-66354 Additional $search metadata pipeline should use separate ↵Mihai Andrei2022-05-1316-45/+83
| | | | ExpressionContext
* SERVER-66389 Fix $where parameter bind-in optimizationDavid Storch2022-05-138-29/+65
|
* SERVER-63852 ThreadName rewriteBilly Donahue2022-05-135-15/+15
|
* SERVER-66082: Propagate cluster server parameters to new nodes during ↵Varun Ravichandran2022-05-131-4/+0
| | | | file-copy based initial sync
* SERVER-64352 mongo shell no longer built by defaultAlexander Neben2022-05-131-1/+2
|
* SERVER-64939 Send replSetStepUp command to recipient nodeDidier Nadeau2022-05-1314-88/+465
|