summaryrefslogtreecommitdiff
path: root/src/mongo/db/ttl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-10/+0
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-0/+10
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-40/+46
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-10/+0
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-2/+2
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-2/+2
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-0/+10
* SERVER-75426 Revert changes to LOG_DEBUG lines in SERVER-74485mathisbessamdb2023-03-301-1/+1
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-281-1/+1
* SERVER-66996 Log warnings when ReplicaSetAwareServices and PrimaryOnlyService...Kaitlin Mahar2023-03-221-0/+3
* SERVER-70055 Make TTL monitor pick up config changes immediatelyJordi Olivares Provencio2023-03-141-5/+38
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-10/+0
* SERVER-74544 Move and rename `SetAdmissionPriorityForLock`Gregory Noma2023-03-131-2/+1
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-131-4/+24
* SERVER-72073 Ensure TTL deletes don't fall too far behindHaley Connelly2023-02-141-3/+96
* SERVER-72845 Flatten BucketCatalog class structureDan Larkin-York2023-01-201-1/+0
* SERVER-72085 Add ReplicaSetAwareService method to observe setting replica set...Jack Mulrow2022-12-141-0/+1
* SERVER-71873: Update access blocker util methods to use DatabaseNameChristopher Caplinger2022-12-061-2/+2
* SERVER-70721 Rename SetTicketAquisitionPriorityForLock to SetAdmissionPriorit...Haley Connelly2022-10-311-1/+1
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-1/+2
* SERVER-69091 Handle invalid TTL expireAfterSeconds values uniformlyMatthew Saltz2022-10-171-19/+19
* SERVER-70220 onShardVersionMismatch should be onCollectionPlacementVersionMis...Allison Easton2022-10-131-1/+6
* SERVER-70264 make slowMS and sampleRate atomicMatt Diener2022-10-121-2/+2
* SERVER-70010 Fix opCtx interruption checks in execution codebaseMatt Diener2022-10-031-1/+1
* SERVER-69934 Deprioritize TTL passesJordi Olivares Provencio2022-09-281-0/+2
* SERVER-67611 Remove storage usages of `ErrorCategory::Interruption`Gregory Noma2022-09-021-6/+9
* SERVER-68477 TTLMonitor fixes NaN expireAfterSeconds on TTL indexes during st...Benety Goh2022-08-291-1/+77
* SERVER-68477 TTL monitor skips indexes with NaN expireAfterSecondsBenety Goh2022-08-271-6/+9
* SERVER-68477 add TTLMonitor::onStepUp()Benety Goh2022-08-261-0/+38
* SERVER-68477 include 'expireAfterSeconds' type information when registering T...Benety Goh2022-08-261-16/+14
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-1/+1
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-10/+11
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-11/+4
* SERVER-66718 Allow StorageInterfaceImpl to perform more clustered collection ...Louis Williams2022-05-301-9/+10
* SERVER-56194 Make TTL deletes fairHaley Connelly2022-05-271-190/+281
* SERVER-66537 Combine BatchedDeleteStage<Batch/Pass>ParamsHaley Connelly2022-05-181-3/+3
* SERVER-66387 Declare TTLMonitor in ttl.hHaley Connelly2022-05-161-457/+412
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-1/+1
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-2/+2
* SERVER-66071 Batch deletes on sharded collectionsJosef Ahmad2022-05-091-6/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63044 Batch non-sharded user multi-doc deletes by defaultJosef Ahmad2022-05-021-2/+1
* SERVER-63040: Batch TTL deletionsYu Jin Kang Park2022-04-291-2/+22
* SERVER-65112 TTL index deletions must not target orphaned documentsPierlauro Sciarelli2022-04-041-0/+3
* SERVER-63708 Ensure that TTL indexes work correctly with user write blockingSpencer Jackson2022-03-151-0/+3
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-1/+1
* SERVER-63530 Lowering error level of TTL tasks that fail on SSVSergi Mateo Bellido2022-02-111-38/+35
* SERVER-63245 Handling StaleShardVersion error for TTL IndexesSergi Mateo Bellido2022-02-081-0/+40
* SERVER-61939 Tighter bounds for clustered collection scansDaniel Gómez Ferro2022-02-071-6/+6
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-3/+3