summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59189 ensure mongos dbStats can handle large values for scaleBenety Goh2021-08-131-1/+1
* SERVER-59227 Remove featureFlagDefaultWriteConcernMajorityMoustafa Maher2021-08-121-9/+3
* SERVER-56887 setIndexCommitQuorum command does not return {ok: 1} when run ag...Haley Connelly2021-08-121-37/+50
* SERVER-49138 Remove quiesce mode FCV checksJason Chan2021-08-121-9/+1
* SERVER-58443 Translate $near/$nearSphere on a view to $geoNearDavid Percy2021-08-111-4/+19
* SERVER-58399 Fix serialization logic for 'errInfo' field produced by Document...Mihai Andrei2021-08-113-8/+57
* SERVER-51881 Remove dropped field from CollectionTypeMarcos José Grillo Ramirez2021-08-105-30/+2
* SERVER-59213 Refactoring MoveChunkRequest::appendAsCommand()Paolo Polato2021-08-103-15/+7
* SERVER-58572 Extend the CatalogCache Loaders to properly propagate the long n...Antonio Fuschetto2021-08-104-0/+7
* SERVER-53099 Remove canThrowSSVOnIgnored for ChunkVersionsMarcos José Grillo Ramirez2021-08-093-48/+7
* SERVER-58206: Add a feature flag for L4 load balancer supportTyler Seip2021-08-092-0/+42
* SERVER-54979 Let chunkSplit+ splitVector participate in the shard versioning ...Simon Graetzer2021-08-083-13/+19
* SERVER-58570 Add a new field to config.collections/config.cache.collections r...Antonio Fuschetto2021-08-069-7/+65
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-0515-423/+63
* SERVER-58389 Removed $maxTimeMS for updates performed by shards on the config...Matt Walak2021-08-046-6/+64
* SERVER-58175 Round time values before routing inserts to sharded timeseries c...Nikita Lapkov2021-08-043-4/+14
* SERVER-58735 Repurpose LastError for NotPrimaryError trackerYoonsoo Kim2021-08-046-57/+24
* SERVER-55581: Return ScopedDbConnection to connection pool in cluster aggrega...Tyler Seip2021-08-031-0/+1
* SERVER-53283 Remove code that patches up sharding metadata on FCV upgrade/dow...Allison Easton2021-08-033-142/+20
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-0213-20/+20
* SERVER-57667 Speed up resharding's collection cloning using internal stage80741223+jlap199@users.noreply.github.com2021-08-021-0/+12
* SERVER-53066 Remove shardingFullDDLSupport feature guardTommaso Tocci2021-08-022-39/+0
* SERVER-54810 Do not acquire the dist lock in CSRS on RefineShardKey after 5.0Tommaso Tocci2021-08-021-4/+0
* SERVER-58338 Return an error if client attempts an OP_QUERY command other tha...Yoonsoo Kim2021-08-021-6/+5
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-312-37/+4
* SERVER-58381 Define and process kind(2) in OP_MSG payloadSara Golemon2021-07-301-1/+1
* SERVER-58270 Create configureCollectionAutoSplitter commandSimon Graetzer2021-07-3017-18/+315
* SERVER-49897 Insert no-op entries into oplog buffer collections for reshardin...jannaerin2021-07-294-11/+18
* SERVER-50675 Get rid of Grid's configOpTime after 5.0 has branched outTommaso Tocci2021-07-293-79/+11
* SERVER-58595 Remove legacy ConfigsvrCommitMovePrimary commandTommaso Tocci2021-07-272-35/+0
* SERVER-58652 Remove legacy ConfigsvrShardCollection commandTommaso Tocci2021-07-272-133/+0
* SERVER-58860 Remove unused failApplyChunkOps fail pointTommaso Tocci2021-07-271-10/+0
* SERVER-58403 Serialize concurrent accesses to OperationContext::_commentJennifer Peshansky2021-07-273-2/+6
* SERVER-58589 Remove ShardingFullDDLSupportTimestampedVersion featureSergi Mateo Bellido2021-07-261-6/+0
* SERVER-55347 Create Feature flag for Running distributed transactions interna...Jason Zhang2021-07-232-0/+42
* SERVER-58581 Add SEARCH_META variableTed Tuckman2021-07-232-1/+2
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-2216-1172/+6
* SERVER-57437 Support basic insert routing for sharded time-series collectionsNikita Lapkov2021-07-214-12/+138
* SERVER-58021 mongos should retry write upon getting ShardCannotRefreshDueToLo...Jordi Serra Torrens2021-07-211-1/+2
* SERVER-57095 Increase number of zones in resharding_large_number_of_initial_c...Luis Osta2021-07-202-4/+15
* SERVER-58566 Clean up the shell code so that it does not issue any OP_QUERY r...Yoonsoo Kim2021-07-201-9/+0
* Revert "SERVER-58566 Clean up remaining OP_QUERY code" due to a wrong author ...Yoonsoo Kim2021-07-201-0/+9
* SERVER-58566 Clean up remaining OP_QUERY codeVishnu Kaushik2021-07-201-9/+0
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-163-387/+12
* SERVER-56844 Fassert shard server on startup if DWCF=w:1 and no CWWC setMoustafa Maher2021-07-133-0/+14
* SERVER-57985 Remove RouterExecStage::ExecContextDenis Grebennicov2021-07-1229-163/+123
* SERVER-58337 Log and count as deprecated commands issued via OP_QUERYIrina Yatsenko2021-07-091-0/+6
* SERVER-57457 Close connection on receiving of OP_DELETE, OP_INSERT, OP_UPDATE...Irina Yatsenko2021-07-082-118/+16
* SERVER-57953 Call _shardsvrCommitReshardCollection commandBlake Oler2021-07-082-1/+14
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-082-2/+3