summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-47913 Redact sharding messages in cleanupOrphanedDatav.4Dan Pasette2020-05-121-2/+2
|
* SERVER-47913 Redact sharding messages in split chunk and distributed lock ↵Dan Pasette2020-05-122-2/+3
| | | | acquisition
* SERVER-46633 Windows TLS implementation may declare hostname mismatch on ↵Mark Benvenuto2020-05-082-11/+46
| | | | | | unrelated error (cherry picked from commit 06f26fac35c7a3b82effbb9815ad9f7aedaf4dfb)
* SERVER-47373 Improve handling of empty TLS packetsMark Benvenuto2020-05-081-2/+13
| | | | (cherry picked from commit b0b768dfb4d7957817f5e06920d081a46a3debe9)
* SERVER-47999 balance_repl.js should ensure writes have replicated before ↵Esha Maharishi2020-05-071-7/+7
| | | | | | attempting to read them from a secondary (cherry picked from commit 22cd836e61cac4838abf4dd4d72ad7119b2715e9)
* SERVER-45367 Log open cursors for a namespace when submitting tasks to the ↵Matthew Saltz2020-05-0710-15/+143
| | | | range deleter
* SERVER-47634: Make metrics test in stepup.js more robustXuerui Fa2020-05-051-2/+6
| | | | (cherry picked from commit 321cb6f478bd1969ef4c7a90b210a21272354f41)
* SERVER-47686 Update OpenSSL tarball to 1.1.1gSara Golemon2020-05-041-2/+2
|
* SERVER-39498 Make rollback trigger a lazy (rather than blocking) reload of ↵Matthew Saltz2020-05-044-18/+20
| | | | | | the ShardRegistry (cherry picked from commit d3ee35d6e3ac7a42cd5ad106c3ecb9fb554900c7)
* SERVER-47765 Make variables declared above DocumentSourceGraphLookup ↵James Wahlin2020-05-012-0/+28
| | | | available within
* SERVER-46398 Fix includeGregory Wlodarek2020-05-011-1/+1
|
* SERVER-46398 Expand the data directory not found message on startup to be ↵Gregory Wlodarek2020-05-014-4/+13
| | | | | | more informative (cherry picked from commit 06755cd5a43d08b5e1e9163e060177d728ae6696)
* SERVER-47745 Make chunk query in ShardingCatalogManager compatible with ↵Cheahuychou Mao2020-04-296-10/+227
| | | | | | chunks created in 3.4 (cherry picked from commit 55ea26e1ad7c01038b73551ba483194967567311)
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage ↵Mihai Andrei2020-04-2824-49/+323
| | | | | | | in a user's request (cherry picked from commit c54a777a4a154984f5595b11993d7d009350a38c) (cherry picked from commit 08266fc2ad15e2cba4af79e58a83e822e7c540dc)
* SERVER-46195: Ensure rollback completes before validate command in ↵Xuerui Fa2020-04-281-1/+4
| | | | | | rollback_after_enabling_majority_reads.js (cherry picked from commit 85c88cbaa6b16b00d92e502e9d72ccb2f15321de)
* SERVER-37929 reload ShardRegistry on config servers on rollbackMisha Tyulenev2020-04-273-0/+32
| | | | (cherry picked from commit fc1b17cfdeffa13b5326050893658e7ba4df57a1)
* SERVER-47613 Fix invariant when a removed member votesA. Jesse Jiryu Davis2020-04-252-1/+46
| | | | (cherry picked from commit cc814e4c87c1ae20ef7c0840344496043dbdf18d)
* SERVER-47071: skipCheckDBHashes for seed_secondary_without_sessions_table.jsLingzhi Deng2020-04-231-0/+7
|
* SERVER-47071: Fix CheckReplOplogs hookLingzhi Deng2020-04-231-4/+9
| | | | | (cherry picked from commit 1700c42daa8b88c17ca49814b7752b9a1b14d3db) (cherry picked from commit 560ee7f0ac9407c37989d2b00cabbc27e183edbc)
* SERVER-46487 Add fast path to getShardIdsForRange() when chunk range is ↵Gregory Noma2020-04-232-5/+46
| | | | | | [MinKey, MaxKey] (cherry picked from commit d9d92a15561dc84223d302475e09d0fa91309550)
* SERVER-46942 Cancel timer before leaving onAcquireConnAmirsaman Memaripour2020-04-231-6/+11
| | | | | | Avoid leaking state information if server closes too quickly on network_interface_tl. (cherry picked from commit b43425cf31637d9f2dfd35eb7b09d372631e09fb)
* SERVER-45508 Fix crash when planning collated sort within multi point intervalDavid Percy2020-04-223-8/+45
|
* SERVER-40805 Indicate reason for replanningDavid Percy2020-04-2210-25/+92
|
* SERVER-39241 Apply noFetchBonus iff no FETCH stage; disregard PROJECTIONDavid Percy2020-04-223-5/+110
|
* SERVER-47063 Upgrade static OpenSSL to 1.1.1eSara Golemon2020-04-201-2/+2
| | | | (cherry picked from commit f3595f61ccdaf444ec9acf4567d7e02cacfb05aa)
* SERVER-46699 Report the oplog visibility timestamp in FTDCJamie Heppenstall2020-04-173-2/+8
| | | | (cherry picked from commit 454e1823bbbe7cc25d6f34856913d8161d729e4b)
* Revert "SERVER-38356 added functionality to forbid dropping the oplog, ↵Tess Avitabile2020-04-155-106/+10
| | | | | | modified tests to get around Evergreen issue" This reverts commit 58e4edb8237288f45f55cd8a59ea96a955489353.
* SERVER-47436 Make shards validate shardKey in dataSize commandCheahuychou Mao2020-04-144-26/+137
| | | | | (cherry picked from commit 59e005fea0e1ca575083ded8c02c518048fb8af0) (cherry picked from commit 20364840b8f1af16917e4c23c1b5f5efd8b352f8)
* SERVER-42525 Single-node replica sets shouldn't wait for electable caught up ↵Mihai Andrei2020-04-091-13/+18
| | | | | | secondaries during shutdown (cherry picked from commit 2c3e8294acf82fff975a620b5fc45778c6ef2a45)
* SERVER-42862 Set forceRefreshFromThisThread to true in ↵Jamie Heppenstall2020-04-081-2/+2
| | | | | | forceShardFilteringMetadataRefresh in the mergeChunks command (cherry picked from commit 8e4627ad9eb9b57a63d2893ce5096be773b32742)
* SERVER-47233 Consider WriteOp complete when no shards left to targetMarcos José Grillo Ramírez2020-04-082-1/+102
| | | | | | (cherry picked from commit 2f6cac5d4b98969621b48decd2cadaed9e8faf14) (cherry picked from commit 03a97185d0900fe46e86d404cb172f63644ef4c3) (cherry picked from commit e1ac3e270cef236e9ff8630c8c388e0ea7dc2127)
* SERVER-45334 Service Name not respected in MSI InstallerMathew Robinson2020-04-071-4/+4
| | | | | (cherry picked from commit efa43f5170ab702319128770b0347df0bb2bd8b8) (cherry picked from commit e0882dfe0354ac5076296196c15221fef2618cfe)
* SERVER-43889 Distinguish between retryable write and transaction when ↵Ali Mir2020-04-074-13/+139
| | | | | | failing a command (cherry picked from commit eb284b042c71edf0eac445d3ceb79f7fdeabc5d1)
* SERVER-29153 Wait for nodes to agree on primary before writes in ↵r4.0.18-rc0r4.0.18Jack Mulrow2020-04-061-0/+2
| | | | | | ShardingTest setup (cherry picked from commit 85a915d3b49c0cd0b106f40df55a68a2f6779de1)
* SERVER-45119 Fix CollectionShardingState::getCurrentShardVersionIfKnown to ↵Kaloian Manassiev2020-04-061-1/+1
| | | | actually return the shard version
* Import wiredtiger: cb9f737fc6c1d78a4ad50df50cdfa4047e04e6c4 from branch ↵Luke Chen2020-04-064-14/+28
| | | | | | | | | | mongodb-4.0 ref: 1289661dc5..cb9f737fc6 for: 4.0.18 WT-5119 Birthmark records can be read as normal updates if reads race with checkpoints WT-5376 WT_UPDATE.type field can race with visibility checks when returning key/value pairs
* SERVER-30739 config_server_checks.js should assert if initial replSetConfig ↵Cheahuychou Mao2020-04-031-2/+6
| | | | fails
* SERVER-41117 Blacklist autocomplete.js from parallel testingGeert Bosch2020-04-031-0/+1
| | | | (cherry picked from commit 4309c3c77f28ccc27760e4781797b1d2afd8cb06)
* Revert "SERVER-44115 autocomplete.js uses its own test database"Maria van Keulen2020-04-031-2/+0
| | | | This reverts commit c7f69cf46732ebd299aa540e9538fa78b80a710c.
* SERVER-32903 Ambiguous field name error should be ignored during initial syncRyan Timmons2020-04-022-0/+73
| | | | | | create mode 100644 jstests/replsets/initial_sync_ambiguous_index.js (cherry picked from commit 3423ca586b88566857f3fcdfeca1c6fdee7a0911)
* SERVER-46834 Use monotonic time in UserCacheInvalidatorShreyas Kalyan2020-04-011-1/+4
|
* SERVER-46996: run packaging tasks on small distrosKim Tao2020-03-311-6/+48
| | | | (cherry picked from commit b74a8143ac2160f8687de2a222ce66af85a092de)
* SERVER-44115 autocomplete.js uses its own test databaseTommaso Tocci2020-03-301-0/+2
| | | | | to avoid autocompletion trigger actions on leftover collections from previus tests
* SERVER-44892 getShardDistribution should use $collStats agg stage instead of ↵Tommaso Tocci2020-03-301-59/+65
| | | | | | collStats command (cherry picked from commit eae89bb9aa53a7b3a7164d971be8e8be991d33a2)
* SERVER-45050 Change Windows Kerberos client to use default credentials when ↵Mark Benvenuto2020-03-271-9/+10
| | | | no password is specified
* SERVER-44463 insertConfigDocumentsAsRetryableWrite() incorrectly calculates ↵Marcos José Grillo Ramírez2020-03-271-9/+7
| | | | | | | | BSON array overhead (cherry picked from commit bb741a0ab1b2c80844dab55a3beecd83a8250ca4) (cherry picked from commit 4e631f51f099790bbcd9b74ad34ecaf504ee1508) (cherry picked from commit db7e98c79177c1bb417a756b29e771520f53d575)
* SERVER-34199 Remove serverStatus timing section from FTDCMark Benvenuto2020-03-272-2/+19
| | | | (cherry picked from commit a222ef5e647ac527f7d4f8636bcacd6cc0ae6b8e)
* SERVER-46851: Reduce number of jobs in logical session cache testsDavid Bradford2020-03-251-0/+23
| | | | | | (cherry picked from commit c6979495ad7429a8a8a65ff1e69687c58cbb1f7b) (cherry picked from commit 419f511a65cec1256623b952290931d8ae9a1386) (cherry picked from commit 6923b113b9262be8359c6e404b445005a010aa5e)
* SERVER-45987 Ensure apply op entries for deletes in multi-document ↵Ruoxin Xu2020-03-252-2/+123
| | | | | | transactions only include the document key (cherry picked from commit ed0c0365b4baf8939d39edb766c8ddbbc33187d3)
* SERVER-38119 Windows dump file naming does not account for dots in directory ↵Mathew Robinson2020-03-241-1/+1
| | | | | | names (cherry picked from commit ff468c0b65af2cc978aa549d0ec7ed56553abf5a)