summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import wiredtiger: 59935f25151762defb0f0b645ce69d7e16ef1b65 from branch ↵r5.0.8-rc0r5.0.8Luke Chen2022-04-208-31/+31
| | | | | | | | | | | | mongodb-5.0 ref: 3b6a65170a..59935f2515 for: 5.0.8 WT-7662 Format timed out with prepare-conflict WT-8260 Create a Python suite test to validate new EVENT_HANDLER JSON format WT-8708 Fix timestamp usage error in test/checkpoint WT-8924 Don't check against on disk time window if there is an insert list when checking for conflicts in row-store
* SERVER-65024 Fix the uniqueness constraint handling for foreground index buildsYuhong Zhang2022-04-194-9/+55
| | | | (cherry picked from commit 5985d757ddc2645fb1b5df88f78abf6b9a833452)
* SERVER-63387 Reverse return order of backup cursors in StreamingCursorYu Jin Kang Park2022-04-1910-24/+23
|
* SERVER-58506 Expose Server-Parameter SettabilityGeorge Wangensteen2022-04-195-6/+207
| | | | (cherry picked from commit aae909d4cfba1621ccaf5d6168b89a0577d4e0ca)
* SERVER-63479 Remove ExpressionFieldPathNonShardedTed Tuckman2022-04-196-40/+143
|
* SERVER-62690 Shard is shutting down before finishing draining in testAllison Easton2022-04-191-0/+14
| | | | (cherry picked from commit 9f06d30d0701e6b224598e19b5d63a257f4ed554)
* SERVER-61663 Split concurrency jobs into smaller tasksJordi Olivares Provencio2022-04-191-10/+8
|
* SERVER-65533 Treat collection as UNSHARDED under {readConcern:available}Kaloian Manassiev2022-04-193-3/+12
|
* SERVER-62205 Check maxChunkSize parameter in (auto)splitVector requestsPaolo Polato2022-04-193-1/+13
|
* SERVER-55173 Skip releasing cursors during shutdown to avoid segmentation faultYuhong Zhang2022-04-192-1/+22
| | | | (cherry picked from commit bc940d6b0adc9254b62e9daf9c92d2c92f8b083d)
* SERVER-65430 Disable capped_deletes.js on ephemeralForTestGregory Wlodarek2022-04-181-1/+4
| | | | (cherry picked from commit befabcb6542df0a46758fecd8503806b766f1807)
* SERVER-65182 Fix split_horizon_hostname_startup.js to use an assert.soon ↵Huayu Ouyang2022-04-181-1/+5
| | | | | | when getting the replsetconfig (cherry picked from commit 797daddf5dac8aa111f488d4102e1b88d49e56e3)
* SERVER-65137 LookupCollectionForYieldRestore saves collection namespace at ↵Benety Goh2022-04-183-11/+18
| | | | | | construction (cherry picked from commit 729774b7c096ef0a3a6158c5394245937b883667)
* SERVER-65718 Fix mypy errorMikhail Shchatko2022-04-181-0/+1
| | | | (cherry picked from commit f75812f03d58aa1fa0755aaef0f29e33853fb67a)
* SERVER-65261 User deletes on capped collections do not return CappedPositionLostGregory Wlodarek2022-04-1515-22/+106
|
* SERVER-64031 serverStatus should not take PBWM lock and skip ticket acquisitionGregory Wlodarek2022-04-151-0/+5
| | | | (cherry picked from commit 21634e3b9ce8345b5c79cf2cfee82542f4b5c7d5)
* SERVER-65137 add yield and restore tests for CollectionPtrBenety Goh2022-04-151-2/+57
| | | | (cherry picked from commit 6e19cd516541894659878b5f4a9d291ebc2c574b)
* SERVER-65137 CollectionMock accepts UUID at constructionBenety Goh2022-04-142-4/+10
| | | | (cherry picked from commit 58dec1f1b5ae5f103b2adc343ef9231c44924102)
* SERVER-64983 Abort transaction after releasing Client lockDaniel Gómez Ferro2022-04-143-19/+59
|
* SERVER-56003 use separate run icecc scripts for multiple ninja file builds.Daniel Moody2022-04-132-2/+13
| | | | (cherry picked from commit fc2b624564c1ec4f7d27c98e5a0074920e7ee5a1)
* SERVER-64757 Improve error messages when scons fails to generate-ninja on ↵Richard Samuels2022-04-131-1/+4
| | | | | | Windows (cherry picked from commit 4db485642f9d1d3675308e8415da27c4ef212b79)
* SERVER-63531 Correct error to indicate that non-voting members can be ↵Louis Williams2022-04-123-14/+100
| | | | | | | | | | | | included in commitQuorum (cherry picked from commit 303a724f519e8d45d3b5d1d31c1ac509cfabf08c) SERVER-63531 Prevent all buildIndexes:false nodes from being included in commitQuorum Previously only voting buildIndexes:false nodes were excluded from commitQuorum. But all buildIndexes:false nodes, including non-voting ones, should be excluded. (cherry picked from commit 5f6cd9a3c69faef393b79e18b118b29f2cce0123)
* SERVER-44074 update repo_config.yaml for RHEL8-zZakhar Kleyman2022-04-121-0/+16
|
* SERVER-62299 Add support for Debian 11Zakhar Kleyman2022-04-126-2/+134
|
* SERVER-62323 Swap destructor ordering in transport_layer_asio_test.cppMatt Diener2022-04-111-1/+1
| | | | (cherry picked from commit e3790c75b13f6717f74b35d8f2bb7726224bd5a8)
* SERVER-65284 Create collection coordinator should always perform cleanup on ↵Tommaso Tocci2022-04-111-9/+5
| | | | | | subsequent executions (cherry picked from commit b003e8c7aa45e09660a7644fe70763e6b6f5d4ce)
* SERVER-60105 Record time-series writes to the global OpCounterGregory Wlodarek2022-04-081-0/+1
| | | | (cherry picked from commit 0e7af76ae586749bf71928963c857cb50f760b9b)
* SERVER-65033Shreyas Kalyan2022-04-081-0/+1
| | | | (cherry picked from commit f909fbe1731e0e04a3a4e48edc032530ac6499ea)
* SERVER-61879 Refreshes to recover migrations must never join ongoing refreshesJordi Serra Torrens2022-04-086-59/+145
|
* SERVER-65200 don't reset environment in the package taskRobert Guo2022-04-071-5/+0
|
* SERVER-64184 Add allowDiskUseTrue metric for aggregate command.Alexander Ignatyev2022-04-073-0/+81
| | | | (cherry picked from commit 2969036ee519f907a741491fca05abdf0491b198)
* SERVER-44074 Add Enterprise RHEL 8 (zSeries)Zakhar Kleyman2022-04-073-1/+58
|
* SERVER-56731 use suse12-sp5 for suse12 buildsZakhar Kleyman2022-04-071-6/+6
|
* SERVER-60485 Tasks which run on the MigrationUtilExecutor must not wait for ↵Tommaso Tocci2022-04-071-2/+4
| | | | | | shutdown to complete (cherry picked from commit f68132598722199fec72468599aef83d507ab213)
* SERVER-64554 the abortIndexBuild oplog entry drops unfinished indexes when ↵Gregory Wlodarek2022-04-061-8/+40
| | | | | | run with --recoverFromOplogAsStandalone (cherry picked from commit 52e9dc623220c1467b075cca141eb4113e792117)
* SERVER-62229 Allow applying index build abort entry when in ↵Pavi Vetriselvan2022-04-061-1/+2
| | | | | | recoverFromOplogAsStandalone mode (cherry picked from commit bb6c77de8123856e9eb6bcc4f47479d9e37ddbd7)
* SERVER-63010 Ensure that unpacking measurements doesn't overwrite pushed ↵James Wahlin2022-04-063-1/+73
| | | | | | down addFields that are computed on meta data (cherry picked from commit 3a8cf3d2d1c6f668607756ab0b972f9ca2148f18)
* SERVER-64732 BSONColumn decompression support of interleaved arraysHenrik Edin2022-04-055-701/+1743
| | | | | | | Two new control bytes were introduced. One for indicating array support and the other for array support with an array root object. The decompressor handles both the new and the old format.
* SERVER-65211 Use expansion to get binaries from the current branchMikhail Shchatko2022-04-052-3/+10
| | | | (cherry picked from commit d850d5782f407c5ac3d194d1d2b0b6a8495d79f5)
* SERVER-63910 Improve error messaging in CollectionShardingRuntimeEnrico Golfieri2022-03-311-2/+3
|
* SERVER-64485 Use _id to determine the update type in extractUpdateType()Arun Banala2022-03-305-22/+25
| | | | (cherry picked from commit 08c6a327ba4dc2c7088c255ef610b387c2233b87)
* SERVER-61032 Remove `PATH` variables when executing GDBRyan Egesdahl2022-03-283-5/+4
| | | | (cherry picked from commit 736a3ebe7241a0fbec8734d66b75e74697ce42a5)
* SERVER-61032 Fix hang_hanalyzer $PATHRyan Egesdahl2022-03-283-5/+5
| | | | (cherry picked from commit 682f784e93b1602f0dcd74115e2105e1433857f5)
* SERVER-61032 Ensure all current references to GDB are for v3 toolchainRyan Egesdahl2022-03-285-7/+7
| | | | (cherry picked from commit 65cf760916f7fe0e3d06f5e06a53e0a96b24d947)
* SERVER-64410 Add ability to defer merge sort in pipeliner5.0.7-rc1r5.0.7Ted Tuckman2022-03-287-8/+182
|
* SERVER-64772 Don't finish index build before stepdown in ↵Gregory Wlodarek2022-03-231-45/+36
| | | | | | index_killop_after_stepdown.js (cherry picked from commit e28bd15569e1c3ec229a661c3f75f27806ee8b04)
* SERVER-63112 Wait for unstable checkpoint to begin and complete after ↵Jason Chan2022-03-231-1/+10
| | | | inserting sentinel collection in startup_recovery_for_restore_restarts.js
* SERVER-63252 Modify CollectionImpl::setIndexIsMultikey to not modify state ↵Jordi Olivares Provencio2022-03-231-2/+8
| | | | | | unless necessary (cherry picked from commit 5aa1d8f38943f36b93faf0485ea37f2de830621f)
* SERVER-62650 Limit cache wait time when initializing RecordIdsLouis Williams2022-03-232-14/+35
| | | | | (cherry picked from commit 14b9051a791865503f3b101a62c0903f5c15a4a8) (cherry picked from commit 041dfbb36dddce27c8ef96cecb8ec259ca8f5054)
* SERVER-61804: Fix race in transport_layer_asio_testTyler Seip2022-03-221-0/+6
| | | | (cherry picked from commit 0455be535f6d8149e86b828d9d75edb185c042e2)