summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-52562 Enable two-phase drop for standalone mode; allow Lock-Free ↵Dianna Hohensee2020-11-129-63/+96
| | | | reads for standalone mode.
* SERVER-51505 Unwind time-series buckets using a view pipelineGregory Noma2020-11-121-7/+42
|
* Revert "SERVER-50762 [SBE] SizeMatchExpression can produce wrong results in ↵Uladzimir Makouski2020-11-122-24/+11
| | | | | | some cases involving nesting" This reverts commit 21b2bc7ecb9b16d1043b2a6fe845127637ea3467.
* SERVER-50442 Remove ensureIndex shell function This commit also replaces all ↵Rishab Joshi2020-11-12543-1232/+1164
| | | | the usages of ensureIndex() with createIndex() in JS tests and JS shell
* SERVER-52629 Apply lookup by ShardId first in non config shardsJaume Moragues2020-11-121-5/+7
|
* SERVER-52761 Add collectionUUID field to ChunkTypePierlauro Sciarelli2020-11-123-0/+24
|
* SERVER-25822 added callback to support preventing given components from ↵Daniel Moody2020-11-126-4/+57
| | | | linking together
* SERVER-51692 Add linting check for unittest namesRyan Egesdahl2020-11-121-0/+7
| | | | | | | We discovered in SERVER-50852 that when unit test binary names do not end with "_test" it can cause problems with the hang check analyzer. To prevent such occurrences in the future, all CppUnitTest targets must will be checked to ensure they are named correctly.
* SERVER-51807 Get point-in-time read timestamp in global lockA. Jesse Jiryu Davis2020-11-1220-31/+56
|
* SERVER-47081 Delete stale comment and unused variableMihai Andrei2020-11-121-3/+1
|
* SERVER-51724 Collect the number of cursor seeks per operationBrian DeLeonardis2020-11-127-4/+166
|
* SERVER-52790 Allow migration to finish at the end of ↵Jason Zhang2020-11-121-12/+14
| | | | tenant_migration_donor_initial_sync.js test
* SERVER-51264 Change mongos related ismaster file names to helloPavi Vetriselvan2020-11-126-6/+6
|
* SERVER-51264 Change MongosIsMasterResponse to MongosHelloResponse and update ↵Pavi Vetriselvan2020-11-127-97/+97
| | | | local func/vars
* SERVER-51264 Change is_master_response file names to hello_responsePavi Vetriselvan2020-11-1214-13/+13
|
* SERVER-51264 Change IsMasterResponse to HelloResponse on mongod and update ↵Pavi Vetriselvan2020-11-1225-390/+386
| | | | local vars/functions
* SERVER-49280 Investigate issues with ocspValidationRefreshPeriodSecsShreyas Kalyan2020-11-113-26/+64
|
* SERVER-47081 Disallow creation of haystack indexes and verify that haystack ↵Mihai Andrei2020-11-1111-77/+236
| | | | indexes are maintained in mixed version clusters
* SERVER-50697 Do not enforce fast count on 'config.system.indexBuilds'Gregory Wlodarek2020-11-112-3/+21
|
* SERVER-52775 Fix sys-perf module issuesdalyd2020-11-111-3/+5
|
* SERVER-51826: Add a sharding arch guide link to stale config version ↵Daniel Gottlieb2020-11-111-0/+3
| | | | exception handling.
* SERVER-51785 Do not count oplog writes for resource consumption metricsBrian DeLeonardis2020-11-114-126/+48
|
* SERVER-52748 Fix txn-continuing cmds with API params via mongosA. Jesse Jiryu Davis2020-11-113-1/+12
|
* SERVER-52740: Introducing medium distro to more size hardware appropriatelyCristopher Stauffer2020-11-111-79/+97
|
* SERVER-28943 Make shards retry non-write commands on stale version exceptionsTommaso Tocci2020-11-1110-113/+104
|
* SERVER-51900 Get rid of the 'distributionMode' field of config.collectionsKaloian Manassiev2020-11-118-357/+12
|
* SERVER-51848 Rename generic arg/reply functionsA. Jesse Jiryu Davis2020-11-116-25/+22
|
* SERVER-52696 Fix workloads module checkout directoryRichard Samuels2020-11-112-14/+20
|
* SERVER-51880: Remove all {dropped:true} entries from config.collection on ↵Jordi Serra Torrens2020-11-114-1/+108
| | | | FCV upgrade
* Revert "SERVER-48002 Do not enforce DataCorruptionDetected assertion when ↵Louis Williams2020-11-112-69/+1
| | | | | | ignoring prepare conflicts" This reverts commit 523247d096a796c15c911370e622a3614411a25b.
* SERVER-52691 Unit test agg pipeline through ReshardingCollectionCloner.Max Hirschhorn2020-11-117-375/+350
|
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-1145-220/+555
|
* SERVER-51788 Implement infrastructure for testing SBE stage builderEric Cox2020-11-1122-166/+768
|
* Import wiredtiger: 5f9a0178f292c964ef5b40c4e639e3e0a438e5e5 from branch ↵Chenhao Qu2020-11-112-2/+36
| | | | | | | | | mongodb-5.0 ref: 2fb1c7b6fd..5f9a0178f2 for: 4.9.0 WT-6751 Assert if new value is the same as old value for a history store update
* SERVER-13980 warn when shell input lines are truncatedKevin Pulo2020-11-111-0/+22
|
* SERVER-49982 Implement $dayOf* agg expressions in SBEMelodee Li2020-11-1114-64/+688
|
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-1137-105/+808
|
* SERVER-48002 Do not enforce DataCorruptionDetected assertion when ignoring ↵Louis Williams2020-11-112-1/+69
| | | | | | | | | prepare conflicts Snapshot isolation cannot be guaranteed for operations that ignore prepare conflicts. This means that two reads of the same record in the same snapshot can return different results. In practice, this can lead to false positive DataCorrutionDetected assertions.
* SERVER-52731 Made StatusWith types/constants inlineBen Caimano2020-11-111-8/+4
|
* SERVER-51866 IDLify MergeAuthzCollections commandSara Golemon2020-11-107-506/+357
|
* SERVER-51859 Fix builtin privileges reporting via rolesInfoSara Golemon2020-11-102-7/+136
|
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-11-1015-86/+273
|
* SERVER-52658 Shut down the Grid's executor before shutting down the ↵Blake Oler2020-11-101-0/+2
| | | | PrimaryOnlyServiceRegistry in resharding unit tests
* SERVER-51217 Create temporary resharding collection on recipientBlake Oler2020-11-105-107/+179
|
* SERVER-51895 Fix so drop index is registering a valid ident with the reaper ↵Henrik Edin2020-11-108-27/+26
| | | | | | when possible Also fix so the drop pending ident reaper is used in standalone mode
* SERVER-51877 Check all API V1 commands are defined in IDLA. Jesse Jiryu Davis2020-11-106-25/+223
|
* SERVER-49024 Disallow $lookup caching of stages containing $rand, $sampleDavid Percy2020-11-106-23/+69
|
* SERVER-52724 ↵Gregory Wlodarek2020-11-101-2/+2
| | | | 'ttl_monitor_does_not_unregister_index_during_collection_creation.js' waits for two TTL passes as opposed to one
* SERVER-52522 transform time-series inserts to upserts in js testBenety Goh2020-11-101-46/+120
|
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-1024-28/+173
|