summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-21668-793/+428
| | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp
* SERVER-46258 Fix possible race in failWithErrorCodeInRuncommand failpointJason Chan2020-02-211-2/+2
|
* SERVER-46302 Modified bump_transaction_prevents_extra_deletion_task_write.js ↵Alex Taskov2020-02-211-3/+0
| | | | to fix a race in verifying deletion task removal on recipient
* SERVER-39714 Drop unfinished indexes on modified collections during repair ↵Louis Williams2020-02-214-17/+57
| | | | when run on a replica set node
* SERVER-46071 Handle nan/inf/out-of-range inputs to integral set parameter valuesSara Golemon2020-02-212-2/+61
|
* SERVER-45457 Allow disabling system.js on a per-expression basisKatherine Wu2020-02-2110-16/+44
| | | | create mode 100644 jstests/core/system_js_access.js
* SERVER-46029 Do not write core files in the hang analyzer when running ↵Mikhail Shchatko2020-02-213-5/+17
| | | | locally (sans Evergreen)
* Revert "SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on ↵Lingzhi Deng2020-02-218-49/+18
| | | | | | DBClientConnection" This reverts commit 830fbc2939c577f0904ba1202c1eca9d8e921c54.
* SERVER-46103 Retain NonResumableChangeStreamError label for 4.4Bernard Gorman2020-02-219-8/+25
|
* Revert "SERVER-44522 serverStatus metrics for awaitable isMaster"Ben Caimano2020-02-2110-481/+2
| | | | This reverts commit b4915c29d4848439e23857c45fd3fcf94622b015.
* SERVER-46025 Startup warning if shardsvr starts has persisted CWRWC defaults ↵Kevin Pulo2020-02-213-0/+34
| | | | in config.settings
* SERVER-45304 Include resolved IP address in rs.status()Amirsaman Memaripour2020-02-218-0/+640
|
* SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on ↵Lingzhi Deng2020-02-208-18/+49
| | | | DBClientConnection
* SERVER-46248 mongoc_embedded_test.cpp should use mongo namespaceMark Benvenuto2020-02-201-2/+4
|
* SERVER-44780 Update 'Oplog Fetching' section of Replication Arch GuideSamyukta Lanka2020-02-201-16/+16
|
* SERVER-46156 Manual log conversionsHenrik Edin2020-02-209-40/+84
|
* SERVER-45520 Make writes in MigrationCoordinator::completeMigration retry ↵Randolph Tan2020-02-201-102/+173
| | | | until success or the local node is stepping down
* SERVER-46009 Guard against uninitialized FCV during txns checksMaria van Keulen2020-02-201-2/+3
|
* SERVER-46268 Release client lock before asserting in TopoVersionObserver testsAmirsaman Memaripour2020-02-202-5/+25
|
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-2047-242/+549
|
* SERVER-46260 send printStackTrace to LOGV2, not to MallocFreeOStreamBilly Donahue2020-02-201-4/+4
|
* SERVER-46075 Make new executor for submitting range deletion tasksMatthew Saltz2020-02-203-26/+48
|
* SERVER-42936 Implement support for Client connections without OCSPShreyas Kalyan2020-02-201-1/+8
| | | | create mode 100644 jstests/ocsp/ocsp_connection_type_testing.js
* SERVER-46279 Fix use-after-free when logging type that implements const ↵Henrik Edin2020-02-201-1/+1
| | | | std::string toString()
* SERVER-46235 Fix and re-enable jstests in replica_sets, sharding and ↵Henrik Edin2020-02-201-18/+17
| | | | core_txns suites.
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-2010-2/+481
|
* SERVER-44710: Add metrics.repl.network.getmores.numEmptyBatchesLingzhi Deng2020-02-201-4/+29
|
* SERVER-45977: Added oplogMinRetentionHours to oplogTruncation server status ↵Andrew Chen2020-02-201-0/+3
| | | | section
* SERVER-46239 Add tests for range deletion with compound and hashed shard keysMatthew Saltz2020-02-201-2/+152
|
* SERVER-45744 Migration coordinator recovery task should bump the txnNumber ↵Alex Taskov2020-02-2010-21/+114
| | | | | | on the session used to send _recvChunkStart create mode 100644 jstests/sharding/bump_transaction_prevents_extra_deletion_task_write.js
* SERVER-46218 Fix removal/shutdown race in arbiterA. Jesse Jiryu Davis2020-02-201-1/+4
| | | | | | If an arbiter is shut down soon after it is removed from the replica set by a reconfig, the arbiter crashes due to a race between shutdown and reconfig in KeysCollectionManager::enableKeyGenerator.
* SERVER-45623 improve diagnosability of default writeConcernKevin Pulo2020-02-204-5/+30
| | | | | - Include the writeConcern in writeConcernErrors - Add serverStatus counters for default writeConcern timeouts and unsatisfiability
* SERVER-46256 Make extractHedgeOptions take in ReadPreferenceSettingCheahuychou Mao2020-02-204-26/+17
|
* SERVER-46143 ExecutorFuture class declaration should include ↵Esha Maharishi2020-02-203-4/+4
| | | | MONGO_WARN_UNUSED_RESULT_CLASS
* SERVER-46091 Add new failpoint to support driver testing of ↵Bernard Gorman2020-02-207-0/+68
| | | | ResumableChangeStreamError label
* SERVER-45216 Rename Document::size() to Document::computeSizeSvilen Mihaylov2020-02-2013-36/+38
|
* SERVER-46263 Make submitRangeDeletionTask return a future that completes ↵Esha Maharishi2020-02-198-100/+109
| | | | when the range deletion completes
* SERVER-45418 Avoid explicitly batching documents in $cursor for count-like ↵David Storch2020-02-199-98/+203
| | | | aggregates.
* SERVER-46261 Fix typo in range_deletion_util.cppEsha Maharishi2020-02-191-1/+1
|
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child ↵Nicholas Zolnierz2020-02-1927-633/+505
| | | | pipelines
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage ↵Mihai Andrei2020-02-1931-59/+197
| | | | in a user's request
* SERVER-45978: Added "minRetentionHours" field to replSetResizeOplog cmdAndrew Chen2020-02-195-17/+82
| | | | create mode 100644 src/mongo/db/commands/resize_oplog.idl
* SERVER-46122 Make the drop command abort in-progress index builds before ↵Gregory Wlodarek2020-02-198-67/+236
| | | | dropping the ready indexes and collection itself
* SERVER-45114 Connect AsyncDBClient exhaust functionality throughoutJanna Golden2020-02-1912-48/+434
|
* SERVER-45405 Allow implicit collection creation inside multi-doc txnsMaria van Keulen2020-02-199-14/+50
|
* SERVER-44853 MSI Should skip install MongoD service dialog when mongod is ↵Mathew Robinson2020-02-191-3/+19
| | | | not selected to be installed
* SERVER-45675 Test that $unionWith tracks disk use appropriatelyArun Banala2020-02-192-0/+11
|
* SERVER-39453 initial sync ignores in-progress index builds when cloning ↵Benety Goh2020-02-192-1/+5
| | | | collections
* SERVER-45464 Kill canceled operations remotelyCheahuychou Mao2020-02-195-42/+244
|
* SERVER-45574: Replace OplogFetcher with NewOplogFetcherLingzhi Deng2020-02-1917-3290/+305
| | | | | - Delete old OplogFetcher implementation and unit tests - Rename NewOplogFetcher as OplogFetcher