summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-72021 Fix Enterprise SLES 12 Patch Failurer6.1.1v6.1james-hippler2023-01-031-0/+2
|
* SERVER-71683 Tenant collection cloner reads the next batch from socket ↵r6.1.1-rc1Suganthi Mani2022-12-073-161/+17
| | | | | | buffer only after writing all the documents in the current batch to storage (cherry picked from commit 5fee6fff13b8a0b9f96f6bbe228afcd9514ac952)
* SERVER-71473: Begin using the new test stats locationJeff Zambory2022-11-249-187/+166
|
* SERVER-71477 Check '_internalAllCollectionStatsSpec.getStats()' exists ↵Pol Pinol Castuera2022-11-244-7/+17
| | | | before calling 'makeStatsForNs'
* Revert "SERVER-71473: Begin using the new test stats location"Mikhail Shchatko2022-11-237-131/+119
| | | | This reverts commit af474b1d0c342c0f9959c6e866f297f6d32731eb.
* SERVER-71473: Begin using the new test stats locationr6.1.1-rc0Jeff Zambory2022-11-237-119/+131
| | | | (cherry picked from commit 81b9c1abbc7b16e3d94839009567d5c0b87b3bc8)
* SERVER-71534 Fixed fuzzer linting scriptsAlexander Neben2022-11-232-9/+21
| | | | (cherry picked from commit abb9e2114622a4bf9052e5adfcaf28792ce189e9)
* SERVER-71471 Fixed deployment process for jstestfuzzAlexander Neben2022-11-216-37/+7
| | | | (cherry picked from commit 45400e2540977847771a1172de82a01fb12ec8b4)
* SERVER-71424 Excluded third_party js files from lintingAlexander Neben2022-11-211-1/+2
| | | | (cherry picked from commit be0adb109bfac64bc1177b7f43eb3a4accb6d3e9)
* SERVER-69874 Execute in dryRun mode first during unique index conversion on ↵Yuhong Zhang2022-11-186-0/+266
| | | | | | a sharded collection to ensure consistent index specs across shards (cherry picked from commit 78131d8e3da7114a037d55add0483a82a5133bd8)
* SERVER-63104 add resmoke argument for generating all_feature_flags.txt locallyTrevor Guidry2022-11-1610-60/+63
| | | | (cherry picked from commit 22f38cf147eeedca45943ababe818213184eb754)
* SERVER-69944 Switch to use Python's built-in recursive glob support.Max Hirschhorn2022-11-161-154/+3
| | | | | | | When splitting a path of the form "a/*/b/**", globstar.iglob() would previously have attempted to walk "a/*" as a literal directory instead of expanding the glob pattern into a list of directories and walking each of them.
* SERVER-71191 Unlock and relock RSTL during index build setupGregory Noma2022-11-163-5/+45
| | | | (cherry picked from commit f1203e555321e326b0621479bcc6b607c5854391)
* Import wiredtiger: 9f60092c26a08601c2728269d3a42cd8a49b7d1d from branch ↵Luke Chen2022-11-162-1/+19
| | | | | | | | | mongodb-6.1 ref: f33fe0274f..9f60092c26 for: 6.1.1 WT-10064 Don't evict internal pages with non-globally visible deleted pages for non standalone build
* SERVER-71167 Abort transactions in `txn_index_catalog_changes.js`Gregory Noma2022-11-151-24/+18
| | | | (cherry picked from commit 35c314ab1a215dc79fcec0a0874803086e220f88)
* SERVER-68769 If the shard key index cannot be dropped, it cannot be hidden.Pol Pinol Castuera2022-11-157-27/+136
|
* SERVER-68361 Make migration properly handle cases when shard key value ↵Randolph Tan2022-11-145-82/+233
| | | | | | modification also results to changes in chunk membership (cherry picked from commit 2061d2244caf64e2fee1b42418cd3a557d028e8c)
* SERVER-68866 drop_connections_replset needs to wait for configs to propagate.Matthew Russotto2022-11-141-0/+3
| | | | (cherry picked from commit c1ae6a0eb81d489177f17cc7ad71d817983691f4)
* Import wiredtiger: f33fe0274f33f378b77f015c976889b0eed05197 from branch ↵Luke Chen2022-11-143-1/+147
| | | | | | | | | mongodb-6.1 ref: 005ca70527..f33fe0274f for: 6.1.1 WT-10030 Mark internal page with deleted pages as dirty when reading it into memory (#8414) (#8481)
* SERVER-67795: Add serverstatus counters for updateMany, deleteMany calls(6.1)Adi Zaimi2022-11-106-15/+163
|
* SERVER-71249: set .publish tasks to always run on rhel80-smalldylrich2022-11-105-90/+1
|
* SERVER-69877 Remove untimestamped writes to the catalog when restarting ↵Gregory Wlodarek2022-11-1023-217/+341
| | | | | | unfinished index builds during startup recovery (cherry picked from commit a61ed7a6f6c702224ba822dfd8a4caeba335efcd)
* SERVER-67898 Add chunk size in bytes to BalancerCollectionStatusResponsePierlauro Sciarelli2022-11-092-2/+7
|
* SERVER-70793 Make database metadata refresh first check new metadata under ↵Antonio Fuschetto2022-11-091-0/+18
| | | | the IS lock before taking X lock
* SERVER-69603 Do not report drop events as part of shardCollectionEnrico Golfieri2022-11-0917-60/+175
| | | | (cherry picked from commit 22afc187e2a5ed450cf608458393830eb40b913a)
* SERVER-71089: run push tasks on rhel80-smalldylrich2022-11-081-0/+2
|
* SERVER-70879 Fix race where multiple threads are turning an index multikey ↵Henrik Edin2022-11-082-3/+144
| | | | | | | | | | concurrently Fix race where the writes to the durable catalog are serialized but the second writer is using a stale in-memory state due to the commit handler not being executed yet. This interleaving does not cause a write conflict as the writes are serialized but the second writer overwrote the multikey paths set by the first writer. To handle it we always read the latest state from the durable catalog before performing multikey writes. This guarantees that we always are operating on the latest state. Some care was needed to ensure index offsets remain stable. (cherry picked from commit 74bf9118e38ff4ee63db8bb17146dabe3ef07392)
* SERVER-71055 Update stable timestamp in `OplogOrder` testGregory Noma2022-11-081-0/+1
|
* SERVER-68541 Serialize the removeShard and commitMovePrimary commands to ↵Antonio Fuschetto2022-11-088-67/+298
| | | | prevent the loss of moved collections
* SERVER-70773 Skip rebuilding instance on stepup in tenant migration ↵Didier Nadeau2022-11-081-0/+3
| | | | recipient service test
* SERVER-70436 Handle covered $or null queries with regexAlya Berciu2022-11-0811-148/+646
|
* SERVER-70167 Resumed create coordinator may incorrectly try to release the ↵Enrico Golfieri2022-11-083-5/+28
| | | | | | critical section (cherry picked from commit 819bdae0b239f0ad75c0791e18943e6c4cf9762d)
* SERVER-70843 fix scons metrics reporting when scons cache is not in use.Daniel Moody2022-11-072-16/+2
| | | | (cherry picked from commit d0c05f39f0b73283bf909bdb2c6f0a0f55d223de)
* SERVER-70725 Narrow errors resulting in `CollectionUUIDMismatch` in cluster ↵Gregory Noma2022-11-041-1/+2
| | | | | | aggregate (cherry picked from commit 85a50585a0b5ea5b174dbb0c8678a85d68ac5d4e)
* SERVER-70274 Improve performance of change stream pre-images purging job by ↵Denis Grebennicov2022-11-048-367/+223
| | | | leveraging EOF filter
* SERVER-70602 Handle faulty balancerCompliant reporting by waiting for some ↵Silvia Surroca2022-11-043-0/+16
| | | | | | no-op balancing rounds (cherry picked from commit 8e7978fb75cad95f864255810c655f62a0a9408d)
* SERVER-69353 Generate burn-in tasks separatelyMikhail Shchatko2022-11-017-17/+107
| | | | (cherry picked from commit 9efc698c77962029620d62669047f23026766f61)
* SERVER-67926 Delete non-existing garbage collectable tenant migration data ↵mathisbessamdb2022-11-012-5/+161
| | | | should not cause a ConflictingInProgress error
* SERVER-70864 Get rid of fine-grained range deleter lockTommaso Tocci2022-11-016-40/+42
| | | | (cherry picked from commit 9cad5aec81a4d40a5d61fe8e63ddc02c869b1a12)
* SERVER-70314 Adjust time series extended range tests to account for log ↵Dan Larkin-York2022-10-312-10/+0
| | | | retention limitations
* SERVER-69006 Remove FLE2 suites out of hedged reads passthroughMark Benvenuto2022-10-311-2/+0
| | | | (cherry picked from commit 9c604c3daf7465628e96c0a4c1876c45d8d58955)
* SERVER-69868 Return ShutdownStatus When Starting a Shutdown `TransportLayer`Celina Tala2022-10-312-4/+9
| | | | (cherry picked from commit 29006706c176ca036120d1b2569c0f59dd8f53b6)
* SERVER-69773 Fix entire json comparison from $_internalAllCollectionStats ↵Pol Pinol Castuera2022-10-311-1/+10
| | | | | | testing (cherry picked from commit 9ef93f783419da5734d3afdf84e987ed39a1591f)
* SERVER-69136 Tests should consider balancerCollectionStatus may report ↵Silvia Surroca2022-10-304-33/+13
| | | | | | balancerCompliant too early (cherry picked from commit cf6316677c0ddc98835789c8e659f356f6295bfa)
* SERVER-70381 Creating auxiliary library with the ShardFiltererSergi Mateo Bellido2022-10-281-1/+11
| | | | (cherry picked from commit 83db85a8e224faf3e3bb36c610e9b35669429dfe)
* SERVER-67681 Create specific target for compile commandsJuan Gu2022-10-272-1/+7
| | | | (cherry picked from commit 3a31638a3c0bc80fe03faf0bafba5aefaefc2b84)
* SERVER-67681 Create specific target for compile commandsJuan Gu2022-10-272-0/+21
| | | | (cherry picked from commit 5678e6188e7d3a6401b4bdc6aa3b46db949f2235)
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in ↵Reo Kimura2022-10-2712-23/+25
| | | | | | MONGO_UNREACHABLE_TASSERT (cherry picked from commit 0d12c83b9b4c3aca1630fc6c41de2f17e4b09ab8)
* SERVER-70361 Prevent crash due to duration overflow in ↵Blake Oler2022-10-275-22/+114
| | | | | | waitForConditionOrInterruptNoAssertUntil() (cherry picked from commit 2de14f9eec1efcb0c9663cdf84760156ff1de196)
* SERVER-70181 Fix Debian default mongod.confRyan Egesdahl2022-10-271-2/+0
| | | | (cherry picked from commit 56441edbc212031f05dbe045cf1b3aa47492f17c)