summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-77074 Always shutdown and join the CatalogCached's thread pool when ↵Antonio Fuschetto2023-05-151-1/+1
| | | | mongod terminates
* SERVER-67966 Remove feature flag for PM-1858Cheahuychou Mao2023-05-101-10/+6
|
* SERVER-76368 Allow TransactionRouter on a mongod to early reap retryable ↵Jack Mulrow2023-05-101-3/+0
| | | | sessions
* SERVER-76923 Allow bypassing checks for untimestamped writes as standaloneGregory Wlodarek2023-05-101-0/+11
|
* SERVER-76268 Create FallbackOpObserverMatt Kneiser2023-05-031-0/+2
|
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-1/+17
|
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-17/+1
| | | | This reverts commit c35bad3b048e8d885bf0b7517aacd2349ea81d14.
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-1/+17
|
* SERVER-76310 Use config shard terminology instead of catalog shardJack Mulrow2023-04-241-1/+1
|
* SERVER-76129 Break out TimeSeriesOpObserver from OpObserverImplMatt Kneiser2023-04-181-0/+2
|
* SERVER-70444 Interrupt the FSyncThread directly from the mongod shutdown taskDianna Hohensee2023-04-181-0/+9
|
* SERVER-75806 Make the analyzeShardKey machinery run commands via the ↵Cheahuychou Mao2023-04-101-1/+12
| | | | ReplicaSetNodeProcessInterface executor or Grid fixed executor
* SERVER-75723 Fix Various Issues with the MovePrimaryDonorBrett Nawrocki2023-04-061-0/+2
| | | | | | * Make onReadyToForget idempotent * Add MovePrimaryDonor to mongod initialization * Check effective status when using runCommand
* SERVER-67732 mongod shutdown procedure doesn't shutdown the ↵Antonio Fuschetto2023-04-051-0/+10
| | | | Grid::getExecutorPool()
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+1
|
* SERVER-74427 Refactor OplogCapMaintainerThread lifetimeJordi Olivares Provencio2023-04-031-0/+6
|
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-19/+19
|
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-11/+1
| | | | | | | | This reverts commit 9f2867c9da77e2d64df3852f7d4578f10e6f0817. Revert "SERVER-75352 OplogBatcher's ReplBatcher thread should be unkillable" This reverts commit 26266d5b736f90961a328399dea5d299cd407ab2.
* SERVER-72700 SERVER-74913 Refactor and integrate movePrimary recipient cmdsAbdul Qadeer2023-03-301-0/+2
|
* SERVER-73648: Prohibit FCV downgrade to a rapid releaseXueruiFa2023-03-241-0/+6
|
* SERVER-75092 Make standalone replica set mongods refresh sample ratesCheahuychou Mao2023-03-241-1/+6
|
* SERVER-75032 Support _refreshQueryAnalyzerConfiguration command on ↵Cheahuychou Mao2023-03-241-4/+1
| | | | standalone replica sets
* SERVER-75027 Refactor helpers in analyze_shard_key_util_role.cppCheahuychou Mao2023-03-211-1/+1
|
* SERVER-73397 New shard merge recipient POS instance, along with test changes.Suganthi Mani2023-03-171-0/+10
|
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-1/+11
|
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-7/+6
|
* SERVER-73335 Kill index builds on primaries when disk space is lowLouis Williams2023-02-241-0/+3
|
* SERVER-66482 Port Runtime Audit Configuration into a cluster server parameterGabriel Marks2023-02-211-5/+9
|
* Revert "SERVER-66482 Port Runtime Audit Configuration into a cluster server ↵Gabriel Marks2023-02-211-9/+5
| | | | | | parameter" This reverts commit eca135fd7dc1b8a1da3248ac553bf03128553ea5.
* SERVER-66482 Port Runtime Audit Configuration into a cluster server parameterGabriel Marks2023-02-181-5/+9
|
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-2/+2
| | | | Interfaces instead return 'const Collection*' and if a CollectionPtr is needed it must be created by the user.
* SERVER-73334 Create disk space monitoring taskLouis Williams2023-02-131-0/+5
|
* SERVER-59419 Move runWithoutInterruptionExceptAtGlobalShutdown to ↵George Wangensteen2023-02-081-1/+4
| | | | OperationContext, and then synchronize access to OperationContext::_ingoreInterrupts via the Client lock
* SERVER-73506 Make mongod shut down the QueryAnalysisSampler on shutdownCheahuychou Mao2023-02-031-1/+5
|
* SERVER-73497 Create an interface for the HealthLogGregory Wlodarek2023-02-031-3/+6
|
* SERVER-70876 Disallow operators that run javascript in multitenancy modeHugh Tong2023-02-021-0/+3
|
* SERVER-70784 Create TTL index for config.sampledQueries and ↵Israel Hsu2023-01-251-13/+0
| | | | config.sampledQueriesDiff
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-201-1/+1
|
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-191-2/+0
|
* SERVER-72454 Support restarting a config server in shard modeJack Mulrow2023-01-101-11/+10
|
* SERVER-72422 FCBIS may never truncate the oplog (tests)Matthew Russotto2023-01-061-0/+5
|
* SERVER-72498 lint against rand and srandBilly Donahue2023-01-041-2/+2
| | | | Annotate legacy srand calls with NOLINT to pass new linter
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-211-18/+1
|
* Revert "SERVER-72088 Use ShardRemote for config shard in ShardRegistry"Jack Mulrow2022-12-201-1/+18
| | | | This reverts commit 07118e1f61dddb68170b7aa095166028b284d687.
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-201-18/+1
|
* SERVER-71891 Explicitly use ShardLocal in ShardingCatalogManagerJack Mulrow2022-12-151-1/+9
|
* SERVER-71807: Add --magicRestore flag and entrypoint.Daniel Gottlieb2022-12-071-0/+7
|
* SERVER-71818: Use the new cluster paramKshitij Gupta2022-12-071-13/+34
|
* SERVER-32725 Config server uses KeysCollectionClientDirectJack Mulrow2022-12-011-1/+6
|
* SERVER-70011 Restrict named pipe path using start-up parameterYoonsoo Kim2022-11-291-0/+12
|