Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-45567 removing util/log.h where I can | Gabriel Russell | 2020-02-21 | 668 | -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 failpoint | Jason Chan | 2020-02-21 | 1 | -2/+2 |
| | |||||
* | SERVER-46302 Modified bump_transaction_prevents_extra_deletion_task_write.js ↵ | Alex Taskov | 2020-02-21 | 1 | -3/+0 |
| | | | | to fix a race in verifying deletion task removal on recipient | ||||
* | SERVER-39714 Drop unfinished indexes on modified collections during repair ↵ | Louis Williams | 2020-02-21 | 4 | -17/+57 |
| | | | | when run on a replica set node | ||||
* | SERVER-46071 Handle nan/inf/out-of-range inputs to integral set parameter values | Sara Golemon | 2020-02-21 | 2 | -2/+61 |
| | |||||
* | SERVER-45457 Allow disabling system.js on a per-expression basis | Katherine Wu | 2020-02-21 | 10 | -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 Shchatko | 2020-02-21 | 3 | -5/+17 |
| | | | | locally (sans Evergreen) | ||||
* | Revert "SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on ↵ | Lingzhi Deng | 2020-02-21 | 8 | -49/+18 |
| | | | | | | DBClientConnection" This reverts commit 830fbc2939c577f0904ba1202c1eca9d8e921c54. | ||||
* | SERVER-46103 Retain NonResumableChangeStreamError label for 4.4 | Bernard Gorman | 2020-02-21 | 9 | -8/+25 |
| | |||||
* | Revert "SERVER-44522 serverStatus metrics for awaitable isMaster" | Ben Caimano | 2020-02-21 | 10 | -481/+2 |
| | | | | This reverts commit b4915c29d4848439e23857c45fd3fcf94622b015. | ||||
* | SERVER-46025 Startup warning if shardsvr starts has persisted CWRWC defaults ↵ | Kevin Pulo | 2020-02-21 | 3 | -0/+34 |
| | | | | in config.settings | ||||
* | SERVER-45304 Include resolved IP address in rs.status() | Amirsaman Memaripour | 2020-02-21 | 8 | -0/+640 |
| | |||||
* | SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on ↵ | Lingzhi Deng | 2020-02-20 | 8 | -18/+49 |
| | | | | DBClientConnection | ||||
* | SERVER-46248 mongoc_embedded_test.cpp should use mongo namespace | Mark Benvenuto | 2020-02-20 | 1 | -2/+4 |
| | |||||
* | SERVER-44780 Update 'Oplog Fetching' section of Replication Arch Guide | Samyukta Lanka | 2020-02-20 | 1 | -16/+16 |
| | |||||
* | SERVER-46156 Manual log conversions | Henrik Edin | 2020-02-20 | 9 | -40/+84 |
| | |||||
* | SERVER-45520 Make writes in MigrationCoordinator::completeMigration retry ↵ | Randolph Tan | 2020-02-20 | 1 | -102/+173 |
| | | | | until success or the local node is stepping down | ||||
* | SERVER-46009 Guard against uninitialized FCV during txns checks | Maria van Keulen | 2020-02-20 | 1 | -2/+3 |
| | |||||
* | SERVER-46268 Release client lock before asserting in TopoVersionObserver tests | Amirsaman Memaripour | 2020-02-20 | 2 | -5/+25 |
| | |||||
* | SERVER-45869 more automatically converted structured | Gabriel Russell | 2020-02-20 | 47 | -242/+549 |
| | |||||
* | SERVER-46260 send printStackTrace to LOGV2, not to MallocFreeOStream | Billy Donahue | 2020-02-20 | 1 | -4/+4 |
| | |||||
* | SERVER-46075 Make new executor for submitting range deletion tasks | Matthew Saltz | 2020-02-20 | 3 | -26/+48 |
| | |||||
* | SERVER-42936 Implement support for Client connections without OCSP | Shreyas Kalyan | 2020-02-20 | 1 | -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 Edin | 2020-02-20 | 1 | -1/+1 |
| | | | | std::string toString() | ||||
* | SERVER-46235 Fix and re-enable jstests in replica_sets, sharding and ↵ | Henrik Edin | 2020-02-20 | 1 | -18/+17 |
| | | | | core_txns suites. | ||||
* | SERVER-44522 serverStatus metrics for awaitable isMaster | Jason Chan | 2020-02-20 | 10 | -2/+481 |
| | |||||
* | SERVER-44710: Add metrics.repl.network.getmores.numEmptyBatches | Lingzhi Deng | 2020-02-20 | 1 | -4/+29 |
| | |||||
* | SERVER-45977: Added oplogMinRetentionHours to oplogTruncation server status ↵ | Andrew Chen | 2020-02-20 | 1 | -0/+3 |
| | | | | section | ||||
* | SERVER-46239 Add tests for range deletion with compound and hashed shard keys | Matthew Saltz | 2020-02-20 | 1 | -2/+152 |
| | |||||
* | SERVER-45744 Migration coordinator recovery task should bump the txnNumber ↵ | Alex Taskov | 2020-02-20 | 10 | -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 arbiter | A. Jesse Jiryu Davis | 2020-02-20 | 1 | -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 writeConcern | Kevin Pulo | 2020-02-20 | 4 | -5/+30 |
| | | | | | - Include the writeConcern in writeConcernErrors - Add serverStatus counters for default writeConcern timeouts and unsatisfiability | ||||
* | SERVER-46256 Make extractHedgeOptions take in ReadPreferenceSetting | Cheahuychou Mao | 2020-02-20 | 4 | -26/+17 |
| | |||||
* | SERVER-46143 ExecutorFuture class declaration should include ↵ | Esha Maharishi | 2020-02-20 | 3 | -4/+4 |
| | | | | MONGO_WARN_UNUSED_RESULT_CLASS | ||||
* | SERVER-46091 Add new failpoint to support driver testing of ↵ | Bernard Gorman | 2020-02-20 | 7 | -0/+68 |
| | | | | ResumableChangeStreamError label | ||||
* | SERVER-45216 Rename Document::size() to Document::computeSize | Svilen Mihaylov | 2020-02-20 | 13 | -36/+38 |
| | |||||
* | SERVER-46263 Make submitRangeDeletionTask return a future that completes ↵ | Esha Maharishi | 2020-02-19 | 8 | -100/+109 |
| | | | | when the range deletion completes | ||||
* | SERVER-45418 Avoid explicitly batching documents in $cursor for count-like ↵ | David Storch | 2020-02-19 | 9 | -98/+203 |
| | | | | aggregates. | ||||
* | SERVER-46261 Fix typo in range_deletion_util.cpp | Esha Maharishi | 2020-02-19 | 1 | -1/+1 |
| | |||||
* | SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child ↵ | Nicholas Zolnierz | 2020-02-19 | 27 | -633/+505 |
| | | | | pipelines | ||||
* | SERVER-44689 Add serverStatus counter for each use of an aggregation stage ↵ | Mihai Andrei | 2020-02-19 | 31 | -59/+197 |
| | | | | in a user's request | ||||
* | SERVER-45978: Added "minRetentionHours" field to replSetResizeOplog cmd | Andrew Chen | 2020-02-19 | 5 | -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 Wlodarek | 2020-02-19 | 8 | -67/+236 |
| | | | | dropping the ready indexes and collection itself | ||||
* | SERVER-45114 Connect AsyncDBClient exhaust functionality throughout | Janna Golden | 2020-02-19 | 12 | -48/+434 |
| | |||||
* | SERVER-45405 Allow implicit collection creation inside multi-doc txns | Maria van Keulen | 2020-02-19 | 9 | -14/+50 |
| | |||||
* | SERVER-44853 MSI Should skip install MongoD service dialog when mongod is ↵ | Mathew Robinson | 2020-02-19 | 1 | -3/+19 |
| | | | | not selected to be installed | ||||
* | SERVER-45675 Test that $unionWith tracks disk use appropriately | Arun Banala | 2020-02-19 | 2 | -0/+11 |
| | |||||
* | SERVER-39453 initial sync ignores in-progress index builds when cloning ↵ | Benety Goh | 2020-02-19 | 2 | -1/+5 |
| | | | | collections | ||||
* | SERVER-45464 Kill canceled operations remotely | Cheahuychou Mao | 2020-02-19 | 5 | -42/+244 |
| | |||||
* | SERVER-45574: Replace OplogFetcher with NewOplogFetcher | Lingzhi Deng | 2020-02-19 | 17 | -3290/+305 |
| | | | | | - Delete old OplogFetcher implementation and unit tests - Rename NewOplogFetcher as OplogFetcher |