summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_command_test_fixture.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68214 move session_catalog*, session*, logical_session* to ↵Shin Yee Tan2022-08-171-1/+1
| | | | mongo/db/session directory
* SERVER-67927 ServiceExecutor: ThreadingModel -> HasDedicatedThreadBilly Donahue2022-07-141-1/+1
|
* SERVER-67218 remove SSM::onCleanupHook by changing ServiceEntryPointImpl ↵Billy Donahue2022-06-171-2/+2
| | | | SSMList data structure
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
|
* SERVER-63495 Link cluster find and strategy into mongodJack Mulrow2022-03-161-0/+2
|
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-071-0/+1
|
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-10/+0
|
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-0/+5
|
* SERVER-54539 Make command execution mindful of the threading modelAmirsaman Memaripour2021-02-261-0/+9
|
* SERVER-52874 Implement validateDBMetadata commandArun Banala2021-02-171-3/+3
|
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-3/+1
| | | | | | | - Consolidate init-related headers (just init.h and initializer.h) - Factor out a separate DependencyGraph component - Remove MONGO_DEFAULT_PREREQUISITES, MONGO_NO_PREREQUISITES, MONGO_NO_DEPENDENTS. - Document the role of the "default" initializer.
* SERVER-51690 Add support for async command execution to MongosAmirsaman Memaripour2020-11-241-1/+3
|
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-4/+1
|
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-2/+1
|
* SERVER-49308 Allow to advance any VectorClock time for testingPierlauro Sciarelli2020-07-071-1/+2
|
* Revert "SERVER-47952 Shard selects timestamp for one-shard snapshot find"A. Jesse Jiryu Davis2020-06-111-156/+35
| | | | This reverts commit 219dadadf97345a4cceab50f04e87b361a749c6c.
* SERVER-46726 Using testing proctor to control diagnosticsAmirsaman Memaripour2020-06-101-1/+0
|
* SERVER-47952 Shard selects timestamp for one-shard snapshot findA. Jesse Jiryu Davis2020-06-051-35/+156
|
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-1/+2
|
* Revert "SERVER-47952 Shard selects timestamp for one-shard snapshot find"A. Jesse Jiryu Davis2020-06-021-156/+35
| | | | This reverts commit 41cff016562656589bd3a3c114d6dfb31dd3271f.
* SERVER-47952 Shard selects timestamp for one-shard snapshot findA. Jesse Jiryu Davis2020-06-011-35/+156
|
* SERVER-48013 Use atomics to reduce contention in hasSeenKeys()Amirsaman Memaripour2020-05-121-0/+4
| | | | | This commit simplifies the concurrency control in KeysCollectionManager and removes the unnecessary invocation of shouldGossipLogicalTime() in appendRequiredFieldsToResponse().
* SERVER-47908 Wire speculativeAuthenticate into mongosSara Golemon2020-05-041-0/+6
|
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
| | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
| | | | iterate docs
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-6/+6
|
* SERVER-40985 Basic slow transaction logging on mongosJack Mulrow2019-05-161-0/+6
|
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-181-4/+4
|
* SERVER-39875 Make router process readOnly field in responses to transaction ↵Esha Maharishi2019-03-131-2/+13
| | | | statements
* SERVER-39624 Put internal router retries for stale version and snapshot ↵Jack Mulrow2019-02-261-0/+4
| | | | errors behind a fail point
* 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-39124 Mongos should abort cleared participants between retries of ↵Jack Mulrow2019-01-291-11/+29
| | | | transaction statements
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
|
* SERVER-37210 Mongos should implicitly abort transactions on unhandled errorsJack Mulrow2018-10-091-7/+22
|
* SERVER-36557 Compute atClusterTime for cluster batch writes and findAndModifyJack Mulrow2018-09-061-0/+108
|
* SERVER-35643 Allow atClusterTime when enableTestCommands is falseCheahuychou Mao2018-08-241-3/+0
|
* SERVER-36237 Integrate atClusterTime selection on mongos with TransactionRouterCheahuychou Mao2018-08-211-4/+4
|
* SERVER-33710 Support readConcern snapshot with atClusterTime in cluster ↵Cheahuychou Mao2018-08-081-0/+148
distinct command