summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-53859 Add queryHash to the mongos slow query logsMickey. J Winters2021-07-071-0/+3
* SERVER-58271 Stop forcing collection version refreshes in chunk manager targeterTommaso Tocci2021-07-075-260/+51
* SERVER-56649 Make renameCollection resilient to network partitionsSimon Graetzer2021-07-061-3/+3
* SERVER-58266 Stop forcing database version refreshes in chunk manager targeterTommaso Tocci2021-07-055-88/+28
* SERVER-58265 Remvove deprecated Grid::_allowLocalHost variableTommaso Tocci2021-07-054-50/+9
* SERVER-50559 Don't log waiting change stream getMores as slow queriesDenis Grebennicov2021-07-051-0/+5
* SERVER-53033 Investigate usages on "not master" error messages in sharding un...Allison Easton2021-07-023-8/+8
* SERVER-57380 Improve "InvalidOptions: read concern level snapshot is only val...Allison Easton2021-07-012-0/+23
* SERVER-53335 Queries, updates, and deletes with non-"simple" collations may m...Jason Zhang2021-06-303-4/+23
* SERVER-57944 Ensure stale state is cleared after a refresh attemptMarcos José Grillo Ramirez2021-06-301-10/+7
* SERVER-57064 Log create index and dropIndex(es) on mongosAntonio Fuschetto2021-06-302-2/+10
* SERVER-57772 suppress state-change rewrite when `writeConcernError` is inject...Billy Donahue2021-06-291-0/+1
* SERVER-57315 Enable shardCollection command for a time series collectionArun Banala2021-06-299-9/+27
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-1/+1
* SERVER-58063 Alias "flushReshardingStateChanges" as "_shardsvrCommitReshardCo...Blake Oler2021-06-241-0/+6
* SERVER-57258: Add deprecation msg for mapReduce()Maddie Zechar2021-06-241-2/+9
* SERVER-58049: Move change streams invalidation logic in ARM toRishab Joshi2021-06-241-9/+4
* SERVER-56871: Allow $match and $project to get pushed down to the shards for ...Rishab Joshi2021-06-231-0/+5
* SERVER-57952 Re-add DonorStateEnum::kPreparingToBlockWrites.Max Hirschhorn2021-06-231-0/+1
* SERVER-55870 Add diagnostic information to killOp and killSessionXXX loggingSergey Galtsev2021-06-231-1/+7
* SERVER-57844 Minor timestamp-consistency issue between the ChunkManager/SSCCL...Sergi Mateo Bellido2021-06-213-5/+115
* SERVER-57488 Create command to remove tags matching a ns from config.tags tha...Jordi Serra Torrens2021-06-172-0/+44
* SERVER-57060 Rename of a sharded collection must bump the collection versionPierlauro Sciarelli2021-06-171-0/+26
* SERVER-57561 Avoid setting default LegacyRuntimeConstants value when parsing ...Ruoxin Xu2021-06-161-1/+0
* SERVER-55792 Verify credentials when clusterAuthMode is set via setParameterMark Benvenuto2021-06-162-6/+0
* SERVER-57287 Pull the shards' summed 'timeseries' field values to the top-lev...Dianna Hohensee2021-06-151-0/+77
* SERVER-56840 IDLify _configsvrCommitChunkMerge commandSimon Graetzer2021-06-1511-691/+480