summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-46106 Keep read-modify accesses to NetworkInterfaceMock::_alarms in ↵Amirsaman Memaripour2020-02-121-3/+3
| | | | one CS
* SERVER-45470 Process metadata with each new batch in the new oplog fetcherSamyukta Lanka2020-02-123-39/+365
|
* SERVER-29030 Announce new primary via heartbeat requestsRyan Timmons2020-02-127-17/+140
|
* SERVER-43761 Log OS version at startupMark Benvenuto2020-02-121-0/+7
|
* SERVER-46011 reduce uuid expression in rename_collectionGaurav Singh2020-02-121-1/+1
| | | | Signed-off-by: carlchampain <carl.champain@10gen.com>
* SERVER-45884 don't run the hang analyzer on ASAN buildsRobert Guo2020-02-122-0/+6
|
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-1226-148/+206
| | | | | | | | | flushAllFiles takes callerHoldsReadLock in order to skip taking a write lock to update the truncate point. waitUntilDurable takes skipJournalListenerUpdate to know to skip updating the truncate point. getToken takes a defer_lock and opCtx so collection locks can be locked prior to locking the mutex. Remove inactive 'async' field from fsync command. Put explicit dummy value for inactive (since MMAP) 'numFiles' result field in fsync command. Put explicit dummy value for inactive (since MMAP) 'fsyncFiles' result field in write concern.
* SERVER-46058 Redaction of BSONObj results in BSONObj and not a string.Henrik Edin2020-02-128-29/+88
|
* SERVER-46095 Must wrap WriteConcernOptions::SyncMode::JOURNAL w/ ↵Dianna Hohensee2020-02-121-0/+9
| | | | repl::ReplicationCoordinator::Mode::modeReplSet waitForWriteConcern specially with DurableTimestsamp updates for inMemory engine.
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-1233-252/+902
| | | | | | | | | create mode 100644 jstests/auth/speculative-auth-replset.js create mode 100644 jstests/auth/speculative-sasl-start.js create mode 100644 jstests/ssl/speculative-auth-replset.js create mode 100644 jstests/ssl/speculative-authenticate.js create mode 100644 src/mongo/db/auth/sasl_commands.h create mode 100644 src/mongo/db/s/balancer/core_options_stub.cpp
* SERVER-45892 Index operations from 4.2 mongos shouldn't abort migrationsJack Mulrow2020-02-122-7/+22
|
* SERVER-30883 fast-path fetching of oldest oplog entryEric Milkie2020-02-124-5/+54
| | | | This reverts commit b81a373933e8481fa40f4b6fc692e537df2e307b.
* SERVER-46099 Support capturing toString() that returns StringData in logv2Henrik Edin2020-02-122-4/+39
|
* SERVER-45927 Alias for Atlas FTSMihai Andrei2020-02-123-8/+8
|
* SERVER-45900 Check for unsharded collection when submitting range deletion taskJack Mulrow2020-02-122-8/+86
|
* SERVER-45821 Re-enable disabled incremental backup cursor tests and add ↵Gregory Wlodarek2020-02-121-9/+18
| | | | additional tests
* Import wiredtiger: d74cb1a91399e1197a95667502002ffed2b7b82b from branch ↵Luke Chen2020-02-12792-868/+983
| | | | | | | | | | | | | | | | | | mongodb-4.4 ref: 94c6c16014..d74cb1a913 for: 4.3.4 WT-5372 Skip known errors for long-running format stress sanitizer tasks WT-5383 Update WiredTiger source code to include 2020 copyright notices WT-5398 Adding more correctness tasks into rhel80 Evergreen build variant WT-5526 Remove visibility check in __wt_value_return_upd WT-5536 Add zstd as a builtin compressor for WiredTiger Python package WT-5538 Change format to ignore Evergreen timestamps in configuration files WT-5553 Return error if primary cursor is not an incremental source WT-5554 Account for logpath when retrieving file size in incremental backup WT-5557 Fix the wrong page type returned when checking on-page cell WT-5564 Buffer not extended properly when incremental bitstring grows
* SERVER-46083 Fix logic in LogTag::toBSONArray()Henrik Edin2020-02-121-2/+2
|
* SERVER-42009 Forbid creation of collections with namespace names containing a $Geert Bosch2020-02-112-2/+4
|
* SERVER-46017 Add truncation support for JSON formatterHenrik Edin2020-02-1118-185/+525
| | | | Truncated objects will report truncation status in 'truncated' and 'size' sub objects.
* SERVER-46062 Prevent ChunkManagerTargeter from accessing all shard versions ↵Blake Oler2020-02-115-78/+68
| | | | before targeting a write
* SERVER-45981 Prevent duplicating action upon receiving notice that a given ↵Blake Oler2020-02-119-22/+226
| | | | shard is stale
* SERVER-46020 avoid unnecessary copy in wildcard index planningIan Boros2020-02-111-2/+3
|
* SERVER-45902 hostInfo identifies Windows Server 2019 as Windows Server 2016Mark Benvenuto2020-02-111-2/+8
|
* SERVER-44705: Track time spent in each batchLingzhi Deng2020-02-112-1/+8
|
* SERVER-45297: Improve split error message for indivisibile chunksJosef Ahmad2020-02-111-2/+2
|
* SERVER-45577 Submit range deletion tasks on fixed executorJack Mulrow2020-02-114-31/+210
|
* SERVER-46069 Use invalidateShardForShardedCollection in the router's ↵Blake Oler2020-02-111-3/+3
| | | | moveChunk command
* SERVER-45904 Create a standalone collection sharding state factoryMarcos José Grillo Ramírez2020-02-1120-76/+337
| | | | | | create mode 100644 src/mongo/db/s/collection_sharding_state_factory_shard.h create mode 100644 src/mongo/db/s/collection_sharding_state_factory_standalone.cpp create mode 100644 src/mongo/db/s/collection_sharding_state_factory_standalone.h
* Revert "SERVER-44984 reduce index build thread pool default and index build ↵William Schultz2020-02-114-18/+5
| | | | | | external sort memory limit default" This reverts commit 0be749a16f4523b2a23729e0754a89ba5ea99644.
* SERVER-46053: NewOplogFetcher should send term and lastCommittedOpTime in ↵Lingzhi Deng2020-02-112-5/+68
| | | | getMore requests
* SERVER-45723 Rename IAM Auth mechanism to AWSSpencer Jackson2020-02-1119-112/+112
|
* SERVER-46050 Use getLastAppliedOpTime rather than getHeartbeatAppliedOpTime ↵Siyuan Zhou2020-02-101-1/+1
| | | | for checking primary's position
* SERVER-45982 Separate RequestState concept from NetworkInterfaceTL::CommandStateBen Caimano2020-02-102-186/+254
|
* SERVER-46049 Have _applyOperationsForTransaction() return a BadStatus ↵Jason Chan2020-02-101-4/+15
| | | | instead of throwing
* SERVER-46054: Test getMore empty batch for NewOplogFetcherLingzhi Deng2020-02-102-3/+36
|
* SERVER-46034 no deadline in test setup lockBilly Donahue2020-02-102-11/+7
|
* SERVER-45530 Implement $match and $project duplication and pushdown across ↵Jacob Evans2020-02-108-16/+240
| | | | $unionWith
* SERVER-45082 Utilize ConfigVersionAndTerm structure for comparison and ↵William Schultz2020-02-1010-59/+49
| | | | string formatting
* SERVER-45469 Process batches in the new oplog fetcherSamyukta Lanka2020-02-102-237/+1023
|
* SERVER-46045 Return false in shouldActivateFailCommandFailPoint if the ↵Cheahuychou Mao2020-02-101-1/+7
| | | | command does not have a valid namespace
* SERVER-44984 reduce index build thread pool default and index build external ↵Eric Milkie2020-02-104-5/+18
| | | | | | sort memory limit default In addition, this commit turns on two-phase index building for some remaining concurrency suites, as the suites do not pass in one-phase mode with the smaller thread pool size.
* SERVER-42191 Add a new test hook that checks that all orphaned documents are ↵Randolph Tan2020-02-102-0/+6
| | | | eventually deleted
* SERVER-44736 Raise Windows minimum to 8Mark Benvenuto2020-02-106-248/+20
|
* SERVER-45338 Make moveChunk robust to maxTimeMS expiring (fix auth after revert)Matthew Saltz2020-02-101-22/+65
|
* SERVER-46057 Disable truncation from js logging in shellHenrik Edin2020-02-101-0/+1
|
* SERVER-45816 Write sampling function for command mirroringAmirsaman Memaripour2020-02-104-0/+389
|
* SERVER-45007 PBWM lock acquisition in GlobalLock supports deadlineBenety Goh2020-02-102-1/+19
|
* SERVER-46038 Allow HostUnreachable as acceptable error when cancelling ↵Janna Golden2020-02-101-2/+4
| | | | exhaust command
* SERVER-45007 ResourceLock::lock() supports deadlineBenety Goh2020-02-102-3/+5
|