summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Markdown syntax in sharding READMEajdavis-patch-1A. Jesse Jiryu Davis2022-02-071-1/+1
|
* SERVER-63248 Defragmenter should not retry StaleShardVersionTommaso Tocci2022-02-072-31/+40
|
* SERVER-63252 Modify CollectionImpl::setIndexIsMultikey to not modify state ↵Jordi Olivares Provencio2022-02-071-2/+8
| | | | unless necessary
* SERVER-63309 Change geoNear user accessible tassert to uassertTed Tuckman2022-02-071-1/+4
|
* SERVER-63161 The recovery of the shard version and the migration in the ↵Antonio Fuschetto2022-02-074-47/+46
| | | | moveChunk should be done in a separate thread
* SERVER-63086 Remove refresh of the routing table during a rename operationAntonio Fuschetto2022-02-072-29/+4
|
* SERVER-62791 Modify setTimestamp to use stack allocationJordi Olivares Provencio2022-02-072-9/+38
|
* SERVER-51456 Database Profiler outputs incorrect value of property ↵Romans Kasperovics2022-02-0715-0/+268
| | | | "keysDeleted" for a remove operation when a write conflict occurs
* SERVER-61480 Improve efficiency of change stream pre-image loadingDenis Grebennicov2022-02-079-29/+60
|
* SERVER-60298 Hex encode the index bounds if associated with collationAndrii Dobroshynski2022-02-0519-68/+145
|
* SERVER-63321 Change featureFlagHealthMonitoring feature flag version to 5.3LaMont Nelson2022-02-051-1/+1
|
* SERVER-63237 Use error code name for transient backup cursor failureMatthew Russotto2022-02-041-5/+4
|
* SERVER-63200 Add debug logging for OplogOrder unit testDianna Hohensee2022-02-043-23/+67
|
* SERVER-63273 ClusterToClusterReplication hook can error if no tests were runVishnu Kaushik2022-02-041-6/+8
|
* SERVER-63137 Change CollectionCatalog::_views to be keyed by TenantDatabaseNameSophia Tan2022-02-043-24/+29
|
* SERVER-62984 Rudimentary query planning for columnar indexesIan Boros2022-02-0411-0/+226
|
* SERVER-63302 Fix FeatureFlagUtil.isEnabled FCV version checkJordi Serra Torrens2022-02-041-1/+1
|
* Revert "SERVER-62791 Modify setTimestamp to use stack allocation"Jordi Olivares Provencio2022-02-042-37/+9
| | | | This reverts commit 3f0788882675f8e4893a9c5ebbcee4716ed436fa.
* SERVER-62650 Limit cache wait time when initializing RecordIdsLouis Williams2022-02-042-15/+39
|
* SERVER-62290 Re-enable api_version_new_50_language_features.jsJames Wahlin2022-02-041-2/+0
|
* SERVER-63125 Remove TODO commentMikhail Shchatko2022-02-041-1/+0
|
* Revert "SERVER-60832 Readd and fix gcov code coverage variant"Robert Guo2022-02-046-127/+12
| | | | This reverts commit bf96dbdca5e9c23cf541cb6f53292a18d837cde5.
* SERVER-62791 Modify setTimestamp to use stack allocationJordi Olivares Provencio2022-02-042-9/+37
|
* SERVER-63290 Speedup balancer_defragmentation_merge_chunks.js testTommaso Tocci2022-02-041-41/+51
|
* SERVER-63291 Swap numeric error code with IndexOptionsConflictJames Wahlin2022-02-042-3/+3
|
* SERVER-62482 Build recipient connection string from tag/set nameMatt Broadstone2022-02-0421-579/+806
|
* SERVER-57411 Enable Feature flag for PM-2321Tommaso Tocci2022-02-041-1/+2
|
* SERVER-63239 Test defragmenting collection with empty chunksTommaso Tocci2022-02-041-1/+1
|
* SERVER-63207 Speedup very slow move_primary_with_writes.js testTommaso Tocci2022-02-042-11/+44
|
* SERVER-63239 Do not throw exception in AutoSplitVector on empty rangesTommaso Tocci2022-02-042-61/+63
|
* SERVER-62999 Test defragmenting collection with several chunksAllison Easton2022-02-042-0/+210
|
* Import wiredtiger: a2bab860d36b2d2a526380219c1dac4262343ed1 from branch ↵Alexey Anisimov2022-02-042-2/+2
| | | | | | | | | mongodb-master ref: 4aa9cea214..a2bab860d3 for: 5.3.0 WT-8765 The once_control in os_win/os_once.c should be static.
* Import wiredtiger: 4aa9cea2145f2f6fd05f38841798192cea68336e from branch ↵Alexey Anisimov2022-02-046-23/+147
| | | | | | | | | mongodb-master ref: 781d874619..4aa9cea214 for: 5.3.0 WT-8662 Integrate S3 storage source extension logging with WiredTiger verbose messaging
* Import wiredtiger: 781d8746198fdce53f2dbea8485635f8965595eb from branch ↵Alexey Anisimov2022-02-042-3/+5
| | | | | | | | | mongodb-master ref: f76e9e4452..781d874619 for: 5.3.0 WT-8709 RTS: Do not hold the oldest id of logged tables.
* Import wiredtiger: f76e9e4452ef39d30a5349a2bb411b6db937de96 from branch ↵Alexey Anisimov2022-02-042-17/+20
| | | | | | | | | mongodb-master ref: 26d6fbf95e..f76e9e4452 for: 5.3.0 WT-8768 Distinguish between hard and soft CMake dependencies in README
* Import wiredtiger: 26d6fbf95e3dcbaa6d61069fb3f2c44615ae5c5b from branch ↵Alexey Anisimov2022-02-042-4/+12
| | | | | | | | | mongodb-master ref: 4e90eef9aa..26d6fbf95e for: 5.3.0 WT-8701 Fix test_backup07.py to test the creation of new tables when backup cursor is open
* SERVER-63071 Prepared internal transactions for retryable findAndModify can ↵Cheahuychou Mao2022-02-042-1/+187
| | | | cause stepup to hang
* SERVER-60696 Add a server parameter to disallow multiple arbitersFrederic Vitzikam2022-02-0416-14/+159
|
* SERVER-63195 Add Windows compile variant for query patchZituo Jin2022-02-041-0/+15
|
* SERVER-63256 use _sd on string literal to play nice with conditionalAdam Rayner2022-02-031-1/+1
|
* SERVER-63098 Split ↵Cheahuychou Mao2022-02-0313-67/+221
| | | | internal_transactions_for_retryable_findAndModify_restart.js and internal_transactions_for_retryable_findAndModify_failover.js
* SERVER-63274 Antithesis image build and push permissions errortrahman13182022-02-031-14/+14
|
* SERVER-56346 Change certificate definitions to match OSX requirementsGabriel Marks2022-02-03234-3041/+3314
|
* SERVER-60891 Make specialized ninja evergreen builders for common platforms.Daniel Moody2022-02-033-11/+73
|
* SERVER-60832 Readd and fix gcov code coverage variantRichard Samuels2022-02-036-12/+127
|
* SERVER-63078 Report bounded clustered collections scans as CLUSTERED_IXSCANLouis Williams2022-02-0310-56/+68
| | | | | | Bounded scans on clustered collections will display a CLUSTERED_IXSCAN stage in the slow query logs and explain output. Clustered collection scans without bounds will continue to display a COLLSCAN.
* SERVER-63251 Rename AbstractIndexAccessMethod to SortedDataIndexAccessMethodMathias Stearn2022-02-0317-140/+141
| | | | | | | | | This is the first step in the refactoring process. All subclasses of AbstractIndexAccessMethod currently use SortedDataInterface as their storage, and most of AbstractIAM deals with the common code for working with SortedData. This rename codifies that relationship. Later commits in the refactor will move all SortedData specific functionality down from IAM to SortedDataIAM, to make room for indexes with other types of storage.
* SERVER-61285 Test that the capped parameter for the create command can't be ↵Samy Lanka2022-02-032-0/+41
| | | | used with apiStrict=true
* SERVER-61088 Make transaction participants check if txnRetryCounter is ↵Jason Zhang2022-02-0315-102/+161
| | | | supported during startTransaction and have mongos use it
* SERVER-62874 Fix and enable tests from clustered/sharding suiteDaniel Gómez Ferro2022-02-032-8/+26
|