summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56307 Ensure that the estimated size of an object id is always bigger ...Paolo Polato2021-06-211-3/+4
* SERVER-56307 Allow the donor to enter the critical section when the untransfe...Paolo Polato2021-06-215-7/+83
* SERVER-57844 Minor timestamp-consistency issue between the ChunkManager/SSCCL...Sergi Mateo Bellido2021-06-215-64/+291
* SERVER-57753 Wrap versionArray command in an assert.commandWorked in getHashe...Huayu Ouyang2021-06-211-1/+1
* SERVER-57859 DDL coordinators must indefinitely retry on CommandNotFound errorPierlauro Sciarelli2021-06-211-1/+2
* SERVER-57060 Rename of a sharded collection must bump the collection versionPierlauro Sciarelli2021-06-2110-31/+216
* SERVER-57769 Allow tenant migration recipients to advance cluster time with n...Jack Mulrow2021-06-219-18/+37
* SERVER-57768 Reset deprecated opcounters on wrapIrina Yatsenko2021-06-181-0/+7
* SERVER-56424 Sorter detects and converts out of disk space system error rathe...Benety Goh2021-06-181-0/+8
* SERVER-56424 index build fasserts when system runs out of disk spaceBenety Goh2021-06-181-0/+6
* SERVER-56508 Update Compressor LevelsMonica Ng2021-06-181-1/+1
* SERVER-55434 Log when Resharding Donor/Recipient coordinator updates are unsu...Haley Connelly2021-06-172-2/+22
* SERVER-57478 Remove code related to local.system.resharding.slimOplogForGraph...Haley Connelly2021-06-179-81/+0
* SERVER-57558 Include time-series collections in listCollections with authoriz...Gregory Noma2021-06-171-14/+18
* SERVER-57758 Turn SBE off by default and invert the sense of the internalQuer...Andrii Dobroshynski2021-06-178-29/+37
* SERVER-57562 Check if Collection or View exist on namespace before creating t...Henrik Edin2021-06-171-2/+21
* SERVER-57678 Take MODE_X collection lock when dropping timeseries view.Henrik Edin2021-06-171-0/+7
* SERVER-57660 Fail time-series inserts if buckets collection does not existGregory Noma2021-06-171-3/+22
* SERVER-57300 Fix logic for detecting numeric path component to avoid executin...Andrii Dobroshynski2021-06-171-9/+13
* SERVER-56971 Create a valid heartbeat handle in handleHeartbeatResponse_forTestVesselina Ratcheva2021-06-172-1/+59
* SERVER-57287 Pull the shards' summed 'timeseries' field values to the top-lev...Dianna Hohensee2021-06-171-0/+77
* SERVER-57267 Fix invalid iterator use in ConnectionPool::dropConnectionsGeorge Wangensteen2021-06-171-2/+6
* SERVER-57649 DDL coordinator dist lock acquisition must be resilient to CSRS ...Tommaso Tocci2021-06-174-38/+53
* SERVER-57561 Avoid setting default LegacyRuntimeConstants value when parsing ...Ruoxin Xu2021-06-173-4/+1
* SERVER-54953 Improved performance of UpdateIndexData path matching codeMohammad Dashti2021-06-173-28/+109
* SERVER-57096 Make SBE rely purely on the kExternal lock policyDavid Storch2021-06-1628-294/+153
* SERVER-55792 Verify credentials when clusterAuthMode is set via setParameterMark Benvenuto2021-06-1626-352/+518
* SERVER-44316 Remove incorrect log message in initial_syncer.cppCarolyn Duan2021-06-161-5/+3
* SERVER-57641 Legacy renameCollection may proceed renaming a sharded collectionJordi Serra Torrens2021-06-161-4/+8
* SERVER-55430 Record metrics about whether a collection is rebalanced after re...Randolph Tan2021-06-169-0/+394
* SERVER-57532 Use donor specs for _id index in tenant migration collection clonerVishnu Kaushik2021-06-165-6/+18
* SERVER-53643 Wait for FCV to be majority committed before reporting it.Matthew Russotto2021-06-164-3/+66
* SERVER-57524 Make refine and resharding not write epoch/timestamp to the chun...Kaloian Manassiev2021-06-167-99/+95
* SERVER-57602 Don't acquire FCV lock on reconfig triggered by signalDrainCompl...Jason Chan2021-06-162-2/+9
* SERVER-57712 Do not update the metadata format if the epochs are different in...Sergi Mateo Bellido2021-06-161-2/+3
* SERVER-56606: Only indicate cancelation to resharding metrics on participant ...Luis Osta2021-06-163-3/+53
* SERVER-57316 Changing a few functions that rely on the presence of epochs/tim...Sergi Mateo Bellido2021-06-161-1/+3
* Import wiredtiger: 363c7384edce63df337f110492c6424c5f13a451 from branch mongo...Chenhao Qu2021-06-164-3/+75
* Import wiredtiger: 916a7defd830a64d57bdaad4b1f8522d77fe3e0c from branch mongo...Chenhao Qu2021-06-162-2/+2
* Import wiredtiger: 3ef954b29f131cb835c5b4cb81adcfc603dc072d from branch mongo...Chenhao Qu2021-06-163-64/+175
* Import wiredtiger: ba0c36ccbb5c4b00d9a83603d08020a5c9865e21 from branch mongo...Chenhao Qu2021-06-163-16/+6
* Import wiredtiger: 3410b846ee10481e83906569e2ffdb89d5e12e32 from branch mongo...Chenhao Qu2021-06-162-174/+170
* Import wiredtiger: 15a5f48c534e7f61e9eb81c9509f5d2d31c72d63 from branch mongo...Chenhao Qu2021-06-162-15/+21
* Import wiredtiger: 5db6a488f50a3c91688ca35cfebbf377dd657a7e from branch mongo...Chenhao Qu2021-06-162-11/+10
* Import wiredtiger: e5aac1485ef35038e1e1d4e5a0f366ac1b6d4728 from branch mongo...Chenhao Qu2021-06-162-3/+6
* SERVER-57668 Cache post-transformed chunk bounds for resharding cloning.Max Hirschhorn2021-06-161-16/+16
* SERVER-57403 Serialize 'let' variables by wrapping with $literalKatherine Wu2021-06-151-2/+2
* SERVER-57472 Yield service executor worker threads after sinking messagesGeorge Wangensteen2021-06-151-0/+5
* SERVER-54960 ReshardingMetrics time smearing (and refactor)Billy Donahue2021-06-152-219/+202
* SERVER-57008 Add unit tests for reconfigs that would change implicit default ...Ali Mir2021-06-151-0/+316