summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import tools: 6d96590e1e51042af8d3fb42ff6b06e1ae8c7a59 from branch v3.6r3.6.23-rc0r3.6.23Evgeni Dobranov2021-02-1643-7/+14742
| | | | | | | ref: 27c04a6448..6d96590e1e for: 3.6.18 TOOLS-2803 [v3.6] Add --config option for password values
* SERVER-54134 ignore newer MongoDB versionsRobert Guo2021-02-131-1/+8
| | | | (cherry picked from commit 7407af3d881c059b8c2771486c9ad6b389f1b15a)
* SERVER-52969 disable powercycle on WindowsRobert Guo2021-02-131-5/+5
|
* SERVER-46686 Explain does not respect maxTimeMSDrew Paroski2021-02-063-3/+92
| | | | | (cherry picked from commit 8147d05d7038c6bf08a0b523fd69a44c13553cf1) (cherry picked from commit a221c9d0afcbb52d01bd00d80ca1120efa470a58)
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2021-01-2913-277/+750
| | | | | | | | | | | | | | | | | Introduces a new setParameter, 'internalQueryCacheMaxSizeBytesBeforeStripDebugInfo'. When the cumulative size of a mongod's plan caches exceeds this threshold, additional plan cache entries are stored without any debug info. This should help to prevent problems where the plan caches collectively consume too much memory. The default setting of the parameter is 0.5 GB, but it can be configured by the operator at startup or at runtime. (cherry picked from commit eeb4b8aaffbcbb236b2d02e35dad919b4fa0aa80) (cherry picked from commit 65ad41f1df99bbdfabeb8235351d9c21f9eea142) (cherry picked from commit 52b11e90efa467dbe6b55977e5d2239aba3f6ec4) (cherry picked from commit e31f945ddc59c270ba61c44ca792f4d7058c1703)
* SERVER-43973 Use a unique test name for each thread in ParallelTester.Robert Guo2021-01-292-47/+36
| | | | | | This commit combines two others: - Cherry pick 82daedc0abbea3acdd22e99ba0c2639a297bc9bb. This commit makes ParallelTester use unique test names for each thread - Revert 28bd503024df528e29ea07f5d966411b15db2be8. This commit disables additional logging in mod_overflow.js test, which was added in SERVER-53096
* SERVER-52902 Remove assertion !haveJournalFiles()r3.6.22-rc0r3.6.22Geert Bosch2021-01-241-1/+0
| | | | (cherry picked from commit 80083d984ba96b41d3472260b1c52ff01db864a3)
* SERVER-53345 Tag arbiter_new_hostname.js with multiversion_incompatibleA. Jesse Jiryu Davis2020-12-181-1/+3
| | | | (cherry picked from commit 06639e3cb6cdc741276bf8bfd66a45d1d13c80d4)
* SERVER-52654 HMAC keys monitoring thread should never sleep longer than 20 daysJack Mulrow2020-12-102-19/+59
| | | | (cherry picked from commit e804031ae4ea69c2cfbfcca47202fcc468d826b2)
* SERVER-52806 Don't assume systemd on all Debian systemsRyan Egesdahl2020-12-094-4/+12
| | | | | | | (cherry picked from commit 0e69ddaa39b360d4083a55041b2f792c1cd61ec5) (cherry picked from commit c18a49d65c2488745694e17ed5d93e4601ce1174) (cherry picked from commit f3e9474a1482f4de4454480150ec77139c6e626f) (cherry picked from commit b11f0546ede0a6894d23e9b5435d35be9426af9e)
* SERVER-46342 Reload systemd service file on install for deb platformsRyan Egesdahl2020-12-094-0/+12
| | | | This reverts commit 1cd2db51dce4b16f4bc97a75056269df0dc0bddb.
* SERVER-50267 Set output limit for rawMongoProgramOutput()Ruoxin Xu2020-12-072-2/+8
| | | | (cherry picked from commit 30acdea3aa54dab658cb76908a8cd9bf35e7762f)
* SERVER-53182 Omit "versions" from shardingState cmd when not --shardsvr.Max Hirschhorn2020-12-022-1/+24
|
* SERVER-53026 Fix "resync" commandA. Jesse Jiryu Davis2020-12-022-7/+16
|
* SERVER-53096 Introduce additional logging for mod_overflow.jsNikita Lapkov2020-11-271-26/+45
|
* SERVER-50891 alow opCtx's to be created without globalStorageEnginesGabriel Russell2020-11-232-9/+10
| | | | | | | o It's required that one be able to create opCtx's without globalStorageEngines. When the globalStorageEngine fails to get properly initialized, the process will shutdown. Shutdown tasks will then need to be able to create and use opCtx's
* SERVER-52680 Start replication when leaving REMOVED stateA. Jesse Jiryu Davis2020-11-202-2/+63
| | | | (cherry picked from commit 73ab98a9094de18b82e596e8d1d0bf311858548b)
* SERVER-33747 Fix crash when arbiter restarts and enters REMOVEDA. Jesse Jiryu Davis2020-11-204-2/+55
| | | | (cherry picked from commit 72aacd4ffaf6500777a8a51f87b0797f8ea8ad0b)
* SERVER-50445 Return the value in double when NumberLong subtraction ↵Arun Banala2020-11-202-3/+40
| | | | | | | overflows in ExpressionSubtract (cherry picked from commit 3518bd82e49b6941ee7a2f3a868df40114b0d8fc) (cherry picked from commit 309b631dd16e90e1f3fb8bf3567df1fedc92d715)
* SERVER-32960 Make $mod truncate float values consistently and use long long ↵Nikita Lapkov2020-11-197-37/+288
| | | | for its arguments
* SERVER-52854 Fix package test on debian systemsZakhar Kleyman2020-11-171-3/+3
|
* SERVER-32437 add amazon2 to repo_configZakhar Kleyman2020-11-121-1/+15
|
* SERVER-32437 add Amazon Linux 2 platform supportZakhar Kleyman2020-11-124-7/+196
|
* Revert "SERVER-46342 Reload systemd service file on install for deb platforms"r3.6.21-rc3r3.6.21Zakhar Kleyman2020-11-114-12/+0
| | | | This reverts commit d30e67386b75d724f324246a8dae34065ee8250f.
* SERVER-51303 Fix lookup match absorbtion optimization for $typer3.6.21-rc2Jacob Evans2020-11-093-8/+200
|
* Revert "SERVER-41872 PlanEnumerator AndAssignment::choices ordering not ↵r3.6.21-rc1Charlie Swanson2020-11-022-71/+2
| | | | | | stable and is relevant to set of plans generated" This reverts commit b010331e00cb46efe4e98e0f74150854b4407d67.
* Revert "SERVER-36393 Add new opt-in $or enumeration order"Charlie Swanson2020-11-029-657/+32
| | | | This reverts commit f95fe9a05da63905e7e8699f61d4a0b2ad67074b.
* SERVER-51885 Blacklist balancing_sessions_collection.js from ↵Cheahuychou Mao2020-10-301-0/+6
| | | | | | sharding_csrs_continuous_config_stepdown (cherry picked from commit 49acf2a241db4ed8787fa0f516ff32cc7b51dc66)
* SERVER-50123 jstest for hostInfo.extra.physicalCoresGabriel Russell2020-10-291-36/+49
|
* SERVER-50123 Record number of physical cores on all platformsGabriel Russell2020-10-293-60/+238
|
* SERVER-45624 Make the balancer split the sessions collectionCheahuychou Mao2020-10-286-31/+315
| | | | (cherry picked from commit a8f80d013ee948e04671b1814d9f3989f6ea8314)
* SERVER-50116 Forbid oplog writes when replication is enabledTess Avitabile2020-10-276-5/+61
| | | | | | (cherry picked from commit 7b2913a64bc8812a9ab71ce27fe14bb2f517376f) (cherry picked from commit 73dd69d37bc64c58a800c8d1225e35d3ca6241cb) (cherry picked from commit eb7e3fb83f19ad86074b052ff8956d5e39ffabcb)
* SERVER-51808 fix invariant readConcern level != Availabler3.6.21-rc0Misha Tyulenev2020-10-261-3/+3
|
* SERVER-50605 Add logMessage test-only commandSara Golemon2020-10-2210-13/+128
| | | | (cherry picked from commit cbdf4deaa4ef4352750893ab0b4b276b86e3026f)
* SERVER-51083 Fix cherry-pick for num arguments to RegexMatchExpressionJacob Evans2020-10-152-5/+4
|
* SERVER-46342 Reload systemd service file on install for deb platformsMathew Robinson2020-10-154-0/+12
| | | | (cherry picked from commit 0690089e24d1ae398b3cafc348a0b9c9f5f24527)
* SERVER-51083 Reject invalid UTF-8 from $regex match expressionsJacob Evans2020-10-153-0/+29
|
* SERVER-50736 Make OpenSSL explicitly accept SNIsSpencer Jackson2020-10-141-0/+14
| | | | | | | (cherry picked from commit a5f72d4b37ed92fa72d3a31e0af4266c9ef8d014) (cherry picked from commit 8351c3e077e7578e7a9a2b20399829df0238cc3f) (cherry picked from commit 9e252edecf6d934bbce6ae39638fc066f37120e6) (cherry picked from commit ae595c7a7845271b88f6969dd2100435cdc760b7)
* SERVER-51106 Make the isMaster command a derived class of helloAli Mir2020-10-053-22/+57
| | | | (cherry picked from commit e178007c01565bf59d038f3be1566da036c60397)
* SERVER-50818 Coverity analysis defect 114987: Wrapper object use after freeArun Banala2020-10-051-2/+1
| | | | (cherry picked from commit 0349776028d92914c0502d6419c5e73306b7a170)
* SERVER-51120 Find queries with MERGE_SORT incorrectly sort the results when ↵Mindaugas Malinauskas2020-10-056-227/+556
| | | | | | the collation is specified (cherry picked from commit eee7fb8f2c6da144e9d4c3df7887a5ec167f3a6f)
* SERVER-36393 Add new opt-in $or enumeration orderCharlie Swanson2020-09-309-33/+659
| | | | | | | (cherry picked from commit 03fb28b42c1b9e36c6ebd5c6aa4b8afc29dde099) (cherry picked from commit bffdd28e183d5b720c897b56278821e65762ccd7) (cherry picked from commit e81be8db078eb541495dee9a47433b92f5140e18) (cherry picked from commit a7c50d464f9582cb6e255a7818354b5e41eea9e2)
* SERVER-41872 PlanEnumerator AndAssignment::choices ordering not stable and ↵James Wahlin2020-09-302-4/+73
| | | | | | | | is relevant to set of plans generated (cherry picked from commit 6ca9be706ce03a2c79d29feac3cfd294cc09445d) (cherry picked from commit 4af99c4f2845a228fab9c4aaaafe513e21c792a5) (cherry picked from commit 5959f04d2c6c661a5446be04264e0f5fa79747d8)
* SERVER-34243 Use MODE_IS for listCollectionsGeert Bosch2020-09-251-1/+6
| | | | | | | | (cherry picked from commit bb148ced1999ffee8ebc58cb0fbefd784ac51a1f) Conflicts: jstests/core/txns/list_collections_not_blocked_by_txn.js src/mongo/db/commands/list_collections.cpp
* Import tools: 27c04a6448462549a61aa1403ad3a09dde2ec9b5 from branch v3.6huan-Mongo2020-09-2512-77/+495
| | | | | | | ref: a7ddcd8fc3..27c04a6448 for: 3.6.21 TOOLS-2590 [v3.6] sslAllowInvalidHostnames bypass ssl/tls server certification validation entirely
* SERVER-49991 Alias db. and rs.printSlaveReplicationInfo() to ↵Pavi Vetriselvan2020-09-183-10/+36
| | | | | | printSecondaryReplicationInfo() (cherry picked from commit 996dcdc3d96346d71f012388eccc79c691619340)
* SERVER-49987 Rename response fields if hello command is sent on mongodAli Mir2020-09-165-86/+198
| | | | | (cherry picked from commit e9d2fbd27574714fc3c2db7cd45d413b7fbd4718) (cherry picked from commit 7157e90233ddc3b1b208564a711289a2d99e5ee5)
* SERVER-49988 Rename response fields if hello command is sent on mongosPavi Vetriselvan2020-09-163-7/+23
| | | | (cherry picked from commit 8d495ce686890719e96c66ee6f3d1ddbf7704e78)
* SERVER-50640 listCommands should list isMaster in addition to helloPavi Vetriselvan2020-09-167-16/+27
| | | | (cherry picked from commit 2756fa678945f890c73318efa72d3793c6e918d8)
* SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster ↵Pavi Vetriselvan2020-09-1611-88/+139
| | | | | | aliases (cherry picked from commit 9a4be902441496be7ef40e5404a91ac30dc81f77)