Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntry | Xiangyu Yao | 2019-06-28 | 69 | -979/+347 |
| | |||||
* | SERVER-16917 Add totalSize field to dbStats and collStats | Maria van Keulen | 2019-06-28 | 5 | -11/+11 |
| | | | | This commit also removes the now obsolete numExtents field. | ||||
* | SERVER-41808 Create moveable KeyString Value type | Louis Williams | 2019-06-28 | 3 | -0/+107 |
| | |||||
* | SERVER-41837 Fix unittest compilation on non-ssl mac builds | Mark Benvenuto | 2019-06-28 | 1 | -2/+2 |
| | |||||
* | SERVER-41809 Undo collapse of integration tests in mongo/client | Andrew Morrow | 2019-06-28 | 2 | -4/+16 |
| | |||||
* | SERVER-38796 Refactor CollectionOptions::parse to be static | Daniel Solnik | 2019-06-28 | 19 | -226/+210 |
| | |||||
* | SERVER-41714 DocumentSourceSequentialDocumentCache should not start serving ↵ | Xin Hao Zhang | 2019-06-27 | 4 | -1/+93 |
| | | | | the cache after returning EOF from source | ||||
* | SERVER-41676 Convert TransactionRouter to use observer pattern to ↵ | Blake Oler | 2019-06-27 | 20 | -805/+1007 |
| | | | | | | synchronize internal data with external observers | ||||
* | SERVER-41825 Remove FCV checks related to mutable shard key fields | jannaerin | 2019-06-27 | 1 | -18/+5 |
| | |||||
* | SERVER-24374 Make Decimal128 integer ctors constexpr | Billy Donahue | 2019-06-27 | 4 | -124/+162 |
| | | | | | | | - avoid signed overflow and integer promotion - no std::signbit, avoid cast warnings in abs - restore libbase->intelfp dependency back to public LIDEP - volatile test | ||||
* | Add support for 'recoverFromOplogAsStandalone' with prepared transactions | Vesselina Ratcheva | 2019-06-27 | 2 | -11/+18 |
| | |||||
* | SERVER-41766 Update the on-disk multikey flag in a side transaction when ↵ | William Schultz | 2019-06-27 | 2 | -20/+143 |
| | | | | | | running inside a multi-document transaction When a write inside a multi-document transaction needs to set an index as multikey, we update the multikey flag in the on-disk catalog in a transaction separate from the parent transaction. We commit this side transaction immediately, so as to avoid the catalog write generating prepare conflicts if it was written as part of a parent transaction that later became prepared. In general, it is safe to set an index as multikey too early. The multikey write is timestamped at the most recent value of the LogicalClock. | ||||
* | SERVER-40258 Relax locking requirements for sharding metadata refresh on shards | Randolph Tan | 2019-06-27 | 13 | -49/+53 |
| | |||||
* | SERVER-40258 Rename CSRLock::lock to CSRLock::lockShared | Randolph Tan | 2019-06-27 | 12 | -19/+20 |
| | |||||
* | SERVER-41844 add evergreen builder for alternate createIndexes implementation | Benety Goh | 2019-06-27 | 1 | -1/+0 |
| | |||||
* | SERVER-41809 disable failing tests temporarily | Benety Goh | 2019-06-27 | 1 | -0/+2 |
| | |||||
* | SERVER-36440 remove code and tests about text index limit | Daniel Solnik | 2019-06-27 | 1 | -26/+0 |
| | |||||
* | SERVER-40351 Remove MockPeriodicRunnerImpl | Rahul Sundararaman | 2019-06-27 | 1 | -62/+0 |
| | |||||
* | SERVER-36824 prevent prepareTransaction command on standalone | Pavi Vetriselvan | 2019-06-27 | 1 | -0/+5 |
| | |||||
* | SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void` | Kaloian Manassiev | 2019-06-27 | 15 | -95/+86 |
| | | | | | ... because having it return Status just so all callers can assert that it's OK is useless. | ||||
* | SERVER-26531 Don't reset the control chunk's 'jumbo' flag on migration commit | Kaloian Manassiev | 2019-06-27 | 3 | -55/+59 |
| | |||||
* | SERVER-41847 createIndexes updates last op before returning when using the ↵ | Benety Goh | 2019-06-27 | 1 | -0/+11 |
| | | | | IndexBuildsCoordinator | ||||
* | SERVER-7143 replace standard library number parsing with custom NumberParser | Nathan Brown | 2019-06-27 | 33 | -456/+783 |
| | |||||
* | SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested ↵ | Arun Banala | 2019-06-27 | 10 | -35/+19 |
| | | | | within a sub-pipeline | ||||
* | SERVER-41756 source namespace is not reported correctly if $out is used | Anton Korshunov | 2019-06-27 | 1 | -0/+9 |
| | |||||
* | Import wiredtiger: d86b3a8a331a1ec478c4ea75ef1b15856b429790 from branch ↵ | Luke Chen | 2019-06-27 | 14 | -132/+449 |
| | | | | | | | | | | | | | | mongodb-4.2 ref: ee1bae2623..d86b3a8a33 for: 4.3.1 WT-4758 Create a workload that bottlenecks on the eviction server filling eviction queues WT-4821 Update evergreen config to pull correct source for largescale test WT-4875 Fix commit timestamp assert function to consider non transactional tombstones WT-4877 Uninitialized memory being written during checkpoints WT-4878 Disable random dhandle selection and fine tune eviction target calculations WT-4881 Soften the restrictions on re-entering reconciliation | ||||
* | SERVER-41162 Correct logging of death tests. | ADAM David Alan Martin | 2019-06-26 | 1 | -4/+4 |
| | |||||
* | Revert "SERVER-38796 Refactor CollectionOptions::parse to be static" | Daniel Solnik | 2019-06-26 | 19 | -210/+226 |
| | | | | This reverts commit f16da96fdbb9a151cbc9890802c53370298b4fd2. | ||||
* | SERVER-39524 remove NamespaceString::virtualized() and friends | Gabe Villasana | 2019-06-26 | 17 | -166/+10 |
| | |||||
* | Import tools: d7cc167b3f43f7264b6e4350a1632dd730793d6b from branch v4.1 | David Golden | 2019-06-26 | 14 | -140/+1091 |
| | | | | | | | ref: 25f23659be..d7cc167b3f for: 4.3.1 TOOLS-1801 text index collation creation may require explicit 'simple' locale | ||||
* | SERVER-41813 Allow ViewCatalog lookup without validating system views | Blake Oler | 2019-06-26 | 6 | -76/+157 |
| | |||||
* | SERVER-41490 Disable OP_MSG checksums for TLS connections | Rahul Sundararaman | 2019-06-26 | 7 | -2/+38 |
| | |||||
* | SERVER-40490 RSM should check replicas at most twice per second | Shaileja Jain | 2019-06-26 | 3 | -3/+92 |
| | |||||
* | SERVER-41616: track commit/abort decisions for two phase commit coordinator | Lamont Nelson | 2019-06-26 | 7 | -8/+79 |
| | |||||
* | SERVER-34166 Stop writing config server connection string and shard name to ↵ | Jason Zhang | 2019-06-26 | 1 | -15/+2 |
| | | | | minOpTime recovery document. | ||||
* | SERVER-38796 Refactor CollectionOptions::parse to be static | Daniel Solnik | 2019-06-26 | 19 | -226/+210 |
| | |||||
* | Revert "SERVER-41844 add evergreen builder for alternate createIndexes ↵ | Benety Goh | 2019-06-26 | 1 | -0/+1 |
| | | | | | | implementation" This reverts commit 467f1fdf977ce38c07429ec0014d8cc5ee28ab1b. | ||||
* | SERVER-41844 add evergreen builder for alternate createIndexes implementation | Benety Goh | 2019-06-26 | 1 | -1/+0 |
| | |||||
* | SERVER-39985 Improve transaction lock failure error message | Gregory Wlodarek | 2019-06-26 | 3 | -23/+44 |
| | |||||
* | SERVER-41214 Fix data race in restoring PlanStages which require a collection. | David Storch | 2019-06-26 | 1 | -10/+20 |
| | |||||
* | SERVER-41214 Modernize COLLSCAN dbtest. | David Storch | 2019-06-26 | 1 | -231/+167 |
| | |||||
* | SERVER-40890 Change FreeMonNamespaceUUIDCollector to use CollectionCatalog | Mark Benvenuto | 2019-06-26 | 1 | -8/+5 |
| | |||||
* | SERVER-41652 remove UninterruptibleLockGuard in index builds coordinator | Benety Goh | 2019-06-26 | 1 | -4/+0 |
| | |||||
* | SERVER-41541 Put a KeyString in IndexInfo for the RecordStoreValidateAdaptor | Gregory Wlodarek | 2019-06-26 | 6 | -19/+17 |
| | |||||
* | SERVER-41540 Fix _indexNsResultsMap usage | Gregory Wlodarek | 2019-06-25 | 1 | -6/+3 |
| | |||||
* | SERVER-41539 Cache key ordering in IndexInfoCache ordering in IndexInfo | Gregory Wlodarek | 2019-06-25 | 3 | -52/+30 |
| | |||||
* | SERVER-41538 Remove indirection through indexNumber in IndexConsistency | Gregory Wlodarek | 2019-06-25 | 3 | -137/+60 |
| | |||||
* | SERVER-41537 Use 64K hash buckets instead of 4M for index validation | Gregory Wlodarek | 2019-06-25 | 2 | -10/+12 |
| | |||||
* | SERVER-41536 Use vector instead of map for IndexConsistency hash buckets | Gregory Wlodarek | 2019-06-25 | 2 | -31/+15 |
| | |||||
* | SERVER-41535 Use vector instead of map for IndexConsistency::_indexesInfo | Gregory Wlodarek | 2019-06-25 | 2 | -10/+6 |
| |