summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56786 expand the bounds parameter of mergeChunk in the config serverPaolo Polato2021-06-0223-27/+827
* SERVER-57112 Fix CheckTenantMigrationDBHash duplicated logsMikhail Shchatko2021-06-021-3/+4
* Import wiredtiger: ec0b5001752dcd05060ae043a0d5c3d6b3610206 from branch mongo...Luke Chen2021-06-024-4/+146
* Import wiredtiger: 3d7734cfad8787be40a57793a631eeb23c72bf60 from branch mongo...Luke Chen2021-06-0213-1008/+1769
* Import wiredtiger: fff62519f0d66a140e47f99a317780e29a05fa31 from branch mongo...Luke Chen2021-06-027-7/+108
* Import wiredtiger: 5625eb9ce90b3be2c2f8df38187219d5b05c098b from branch mongo...Luke Chen2021-06-0213-77/+353
* SERVER-57198 Remove getLastError calls from tests where it's easy to do soIrina Yatsenko2021-06-0233-111/+29
* SERVER-57324 dropDatabase should not modify CollectionCatalog inplaceHenrik Edin2021-06-011-1/+1
* SERVER-55118 Architecture Guide updates for PM-2207Dan Larkin-York2021-06-011-2/+22
* SERVER-21360 Delete jstests/perf/ directoryDavid Storch2021-06-015-243/+0
* SERVER-56684 initial_sync_fails tests should wait for node to fassert with EX...Matthew Russotto2021-06-013-2/+11
* SERVER-56798 Time-series 'granularity' parameter controls rounding for minimu...Dan Larkin-York2021-06-0111-34/+207
* SERVER-57153 Support co-existing donors/recipients in resharding metricsBlake Oler2021-06-0110-146/+284
* SERVER-56981 Verify the blockTimestamp is higher than the timestamp of any do...Jack Mulrow2021-06-0110-12/+23
* SERVER-57326: Add bson data gdb pretty printer function.Daniel Gottlieb2021-06-012-0/+72
* SERVER-55891: Create sharding API version passthrough suiteXueruiFa2021-06-012-0/+123
* SERVER-57329 fix long long to size_t narrowingBilly Donahue2021-06-011-5/+5
* SERVER-57294 Use {w: majority} when creating a collection right before starti...Huayu Ouyang2021-06-014-5/+7
* SERVER-57225 Prevent top-level AND optimization from being used for ANDs with...Ian Boros2021-06-012-2/+25
* SERVER-57157 Assert serverStatus command works in getBinVersion() jstest helperAli Mir2021-06-011-1/+1
* SERVER-56890 Use a well typed struct rather than object_owned for presetResha...Randolph Tan2021-06-0113-117/+47
* SERVER-57320 Correct typo: "registerReceiveChink" -> "registerReceiveChunk"Pierlauro Sciarelli2021-06-011-1/+1
* SERVER-56197 Remove feature flag for window functionsNick Zolnierz2021-06-0133-243/+13
* Revert "SERVER-54967 Remove workaround for comparing size outside of bsonBina...Gregory Wlodarek2021-06-011-0/+23
* Import wiredtiger: 0784f508f9ea28834c848ec36467fa9ad7a48f15 from branch mongo...Luke Chen2021-06-019-29/+129
* Import wiredtiger: a449c141a401dfdabeaec84f3a8f968a969e6002 from branch mongo...Luke Chen2021-06-016-162/+118
* Import wiredtiger: cf86c311b3df45e388de49a0d4f8624953e34f76 from branch mongo...Luke Chen2021-06-015-9/+65
* Import wiredtiger: 4923eb3586c39806c74c4d53f7ff8e445984ead3 from branch mongo...Luke Chen2021-06-012-1/+4
* SERVER-57311 Make ShardingDDLCoordiantor retry on ExceededTimeLimit errorsTommaso Tocci2021-06-011-0/+1
* SERVER-57307 Improve deletion of config.chunks entries with hint and retriesPierlauro Sciarelli2021-05-318-9/+69
* SERVER-56669 Refactor change streams stage building logicArun Banala2021-05-3122-269/+351
* SERVER-57017 Enable sharded DDL plus FCV FSM in stepdown suitesJordi Serra Torrens2021-05-312-4/+0
* SERVER-57204 Extend the _configsvrSetAllowMigrations command to take the coll...Jordi Serra Torrens2021-05-315-11/+59
* SERVER-57283 Fix metadata after doing tests on printShardingStatus.jsMarcos José Grillo Ramirez2021-05-311-0/+13
* SERVER-57063 Ensure that config.collections exists upon configsvr startupSimon Graetzer2021-05-312-1/+32
* SERVER-55392 Add a timestamp field to config.rangeDeletionsAntonio Fuschetto2021-05-316-27/+67
* Import wiredtiger: ef7649ed057b6bdc5a24c62fa627f3c3088abebc from branch mongo...Chenhao Qu2021-05-312-1/+3
* SERVER-56769 Fix push/publish tasksMikhail Shchatko2021-05-291-0/+8
* SERVER-57302: Name implicit multiversion tests correctlyDavid Bradford2021-05-297-45/+41
* SERVER-52273 Deleted feature flag for Slot-based executionJennifer Peshansky2021-05-294-16/+6
* SERVER-54967 Remove workaround for comparing size outside of bsonBinaryEqual ...Gregory Wlodarek2021-05-281-23/+0
* SERVER-57002: Refactor dynamic task creationDavid Bradford2021-05-2851-3971/+4767
* SERVER-56501 Add into serverStatus().opcounters a subsection for deprecated o...Irina Yatsenko2021-05-287-31/+223
* SERVER-57061 Make CollectionCatalog aware of namespaces used by ViewCatalog.Henrik Edin2021-05-286-39/+123
* SERVER-56819 Make indexOfCP's classic engine impl always return -1 when end i...David Storch2021-05-282-1/+19
* SERVER-57281 SBE incorrectly constructs a collection scan instead of anMartin Neupauer2021-05-281-2/+1
* SERVER-53624 Make sure that every test case that shuts down mongos has Callba...Cheahuychou Mao2021-05-281-1/+3
* SERVER-57191 Disable printing WriteConflictException stacktraces for jstestfu...Gregory Wlodarek2021-05-281-1/+0
* SERVER-56330 Add {A,UB}SAN build variants for classic execution engineAndrii Dobroshynski2021-05-282-0/+140
* SERVER-49771 Add move assignment operator to reverse_radix_iteratorDianna Hohensee2021-05-281-0/+21