summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-69785 robustify change_streams_per_shard_cursor.jsr5.0.13-rc0r5.0.13Mickey. J Winters2022-09-201-7/+7
| | | | (cherry-picked from 1219ff764c932f16a68c7ba1afd9b925f9f876c8)
* Import wiredtiger: 05f01e412e34fa7f662026f53cb0fa9fff621a79 from branch ↵Luke Chen2022-09-204-20/+217
| | | | | | | | | mongodb-5.0 ref: ce1d1e58ba..05f01e412e for: 5.0.13 WT-9870 Fix the global time window state before performing rollback to stable (6.0 backport) (#8284) (#8287)
* SERVER-69611 Set the -ffp-contract=off compiler option by defaultJosef Ahmad2022-09-192-0/+56
| | | | (cherry picked from commit d8901a2835d3f464d394631d85dc7aa9493fc095)
* SERVER-68003 Make experiment_unified_ninja.vars the defaultTausif Rahman2022-09-164-41/+159
| | | | | (cherry picked from commit 41d0a45aaf90b8e4e9a91f13a72e5623ecd963c4) (cherry picked from commit 6e2d63630ee90db15b7b122aba1b8c538357a0df)
* SERVER-50454 Avoiding sending the "keyValue" field to drivers on duplicate ↵Denis Grebennicov2022-09-167-8/+239
| | | | key error
* SERVER-69590 Fixed clang arm compilesAlexander Neben2022-09-155-15/+7
| | | | | https://github.com/mongodb-forks/libunwind/commit/4e9596735f8f19fcf6afe0b411ce66df5cfb243b This is the commit for the corresponding change to mongo-forks
* SERVER-69108 SCCL can immediately return config and admin metadata without ↵Antonio Fuschetto2022-09-153-0/+57
| | | | triggering a refresh
* SERVER-67653 don't initiate critical section if remainingMillis is omittedAndrew Witten2022-09-142-9/+66
| | | | | | (cherry picked from commit abd6330d793235c8fbc5de7bf3ec53855ebea9d3) SERVER-69693 Use lambda instead of repeating code in resharding coordinator
* SERVER-68094: Use $replaceRoot instead of $projectnandinibhartiyaMDB2022-09-143-45/+86
| | | | (cherry picked from commit 015dc2badcafc3238845b0eec3d6084fdff2545c)
* SERVER-67916 Fix semantics of cancelWhenAnyErrorThenQuiesceBrett Nawrocki2022-09-143-5/+130
| | | | (cherry picked from commit 8ea624563847736c94f0e500d3097557ab4d8315)
* Revert "SERVER-64730 Interrupt ongoing refreshes after entering into the ↵Sergi Mateo Bellido2022-09-144-17/+7
| | | | | | critical section" This reverts commit e5de2ad1815d9a9a6a0783c520985cdb0d2a3f06.
* SERVER-64730 Interrupt ongoing refreshes after entering into the critical ↵Sergi Mateo Bellido2022-09-144-7/+17
| | | | | | section (cherry picked from commit 343108041c5b3570e97418ee3204804535fbde4d)
* SERVER-60551 Fix mongo (shell) initializer stagesRyan Egesdahl2022-09-131-2/+2
| | | | | (cherry picked from commit 72344e39acd0f26a3b72a68520edde77483e69c9) (cherry picked from commit 1451ddccfc4d24b3686a4851d17c82cbf3d7f35b)
* SERVER-67650 persist additional recipient resharding metricsAndrew Witten2022-09-126-44/+163
| | | | | | (cherry picked from commit bbc0bb5e9878e48b6bc3b666affbdf102b379450) fix comilation errors after cherry-pick
* SERVER-68126 Check constraints for maxChunkSize param in auto/splitVector ↵Paolo Polato2022-09-122-11/+20
| | | | commands
* SERVER-69018 add logging in mongos_rs_shard_failure_tolerance.jsAndrew Shuvalov2022-09-091-1/+7
|
* SERVER-69547 Add multiversion_incompatible tag to ↵Drew Paroski2022-09-092-0/+8
| | | | show_raw_update_description*.js
* SERVER-67402 Fix race where linearizable read concern may read during ↵Henrik Edin2022-09-082-8/+13
| | | | | | primary catchup (cherry picked from commit f62d857f440e1340c7338d81c128d0682305f777)
* SERVER-69220 refineCollectionShardKey permits toggling current shard key ↵Enrico Golfieri2022-09-082-1/+80
| | | | fields between range-based and hashed, leading to data inconsistency
* SERVER-69002 backport per shard cursorsMickey. J Winters2022-09-0722-96/+562
| | | | | | | | | | | | | | | | | | | | SERVER-62400 SERVER-62681 SERVER-62738 SERVER-63781 SERVER-63774 SERVER-63772 SERVER-63773 SERVER-58673 (cherry-picked from commit fc54ebd0137a25ea664c022b51b685667dd037c7) (cherry-picked from commit 53d7bceee61f73a1d6959edb5d490c3b338f3c0d) (cherry-picked from commit 586663fec7c3a7d4a8b0185ff24825bd15e80dff) (cherry-picked from commit ef2a62dcc27461d2be1b619c75bc04effa1f2021) (cherry-picked from commit 4f3626ff4486e672569699dfde1cc0ae8c54d348) (cherry-picked from commit 0f7683455bc06b153f14368a3f05f0b69671717e) (cherry-picked from commit 11d01816f743d6764c4f12c42697f5edf813ce27) (cherry-picked from commit 1fe77b5bd9fb13f9eb74275359dcc4ba69f2d5e9)
* SERVER-68691 Report variable references for $graphLookup ↵Nicholas Zolnierz2022-09-022-31/+60
| | | | | | 'restrictSearchWithMatch' filter (cherry picked from commit 5521f98c392f8af2fbb678f3cbf8089b641d9dba)
* SERVER-69384 - Fix v5.0 legacy shardCollection path for implicitCreateIndex ↵Randolph Tan2022-09-013-1/+12
| | | | parameter
* SERVER-69142 Add DuplicateKey as acceptable error in resharding test.Max Hirschhorn2022-09-011-1/+13
|
* SERVER-67725 Check catalog consistency on shards as precondition for rename ↵Enrico Golfieri2022-09-016-24/+184
| | | | (cherry picked from e249de58449ebc1d3599b44c26dcdb342376b413)
* SERVER-65006 Delay unsetting the index build Interceptor until we commitFaustoleyva542022-08-311-1/+5
|
* SERVER-68869 Wait for retried _configsvrReshardCollection cmdAbdul Qadeer2022-08-301-9/+31
| | | | (cherry picked from commit a2b63a5e8d9a1ddfdac4d39f4afe6c7b3d077463)
* SERVER-66794 SERVER-67814 SERVER-69052 Detect time-series collections that ↵Dan Larkin-York2022-08-2920-20/+754
| | | | | | | | | | require extended range support (cherry picked from commit 800d394a09d52b4fd4b4a2491d01ec9c9b7fad62) (cherry picked from commit 65002ae2d4bacf9413383faa4b38d3480a2a8328) (cherry picked from commit 97989ceff09af0a2ed6a8c38fad42337d10fe1ec) (cherry picked from commit f374f58e555a189e2a945fe5812a434cb3889ee3) (cherry picked from commit 8e4a1a6d60a38daa6a0598d52cae76e7b34eda49)
* SERVER-68766 add server parameter to enable single value reduce optimizationr5.0.12-rc0r5.0.12Davis Haupt2022-08-296-1/+132
|
* SERVER-69141 Move forward TSBS versionGregory Noma2022-08-291-2/+1
| | | | (cherry picked from commit 69c423f89e6c5b188a6719f42a804550eebd1df1)
* SERVER-68925 Reintroduce check table logging settings at startupGregory Wlodarek2022-08-266-310/+82
| | | | (cherry picked from commit 994562a9c82fd89549ac8ee0861eb9f10509d32c)
* SERVER-68586 Use opt setting from Build ProfilesTausif Rahman2022-08-243-2/+6
| | | | (cherry picked from commit cfbd8f84498a748e81a904b44f5c16328b957e0c)
* SERVER-67280 wrap periodicCheckImpl with try catchAndrew Witten2022-08-249-34/+115
| | | | (cherry picked from commit 3e5d353f846896ea81fca853bc4a03b94fe91df5)
* SERVER-64142 Add new enforceUniqueness to refineCollectionShardKey commandRandolph Tan2022-08-239-5/+44
| | | | (cherry picked from commit b355fd53d1b13d217e32061c92d5ca902d6209c3)
* SERVER-58966 add unique prefix to test namespaces in bucket_granularity.js ↵Dan Larkin-York2022-08-231-31/+37
| | | | to avoid conflicting with bucket_timestamp_rounding.js
* SERVER-64573 Make implicitlyCreateIndex and enforceUniquenessCheck fields ↵Randolph Tan2022-08-236-26/+27
| | | | | | optional (cherry picked from commit 2107c9df336901aea91fbc0bd701bea0591b96cf)
* SERVER-63732 Add new implicitlyCreateIndex and enforceUniqueness to ↵Randolph Tan2022-08-2312-21/+123
| | | | | | shardCollection command (cherry picked from commit 0f28913257b0d6fee3b92927d7ec16a2ad54a0a0)
* SERVER-65382 Don't use clientReadable in AutoSplitVector when reordering ↵Jordi Serra Torrens2022-08-232-7/+17
| | | | | | shard key fields (cherry picked from commit 56dab5c0dcfbebcc2f5910a82f78dd4678620532)
* SERVER-68694 The compact command should not block oplog applicationGregory Wlodarek2022-08-231-0/+3
| | | | (cherry picked from commit 10e65755f6a20afdedab57736d1b1648232a6194)
* SERVER-68694 Reverse the compact commands locking orderGregory Wlodarek2022-08-231-7/+6
| | | | (cherry picked from commit 4b8e1a96fce58426630f3d46170cf2c3a614c087)
* SERVER-68399 Fix parsing of safeint version numbers in blackduck_hub.pyMark Benvenuto2022-08-221-3/+4
| | | | (cherry picked from commit 4b9b3427725b54b01e8fa4d7ed207b61551ad5fe)
* SERVER-68482 Add MONGO_TSAN_IGNORE to getFlowControlStatsSara Golemon2022-08-222-10/+17
|
* SERVER-63852 ThreadName rewriteBilly Donahue2022-08-227-195/+242
| | | | | | | | (cherry picked from commit 568226e1d66e88880daa901bea011aa8ed83d501) (Needed to bring more errno_util updates in) (cherry picked from commit 21fdd8ffd0b28adf3f096dab515d791bde20dab1)
* SERVER-62636 setFeatureCompatibilityVersion 4.4 succeeds on 5.0 binVersion ↵Denis Grebennicov2022-08-203-79/+80
| | | | that has indexes with conflicting options
* SERVER-68905 Add append_oplog_note_mongos.js to ↵ali-mir2022-08-191-0/+2
| | | | | | backports_required_for_multiversion_tests.yml under last-continuous (cherry picked from commit e52434d6d10de65da1350a4a21096d43f6d93669)
* SERVER-59834 Backport test to v5.0Alberto Massari2022-08-191-0/+46
|
* SERVER-64741 Create mongos appendOplogNote commandali-mir2022-08-186-0/+187
| | | | (cherry picked from commit 55f3bca3212d994bf00f1165021db34b3ce1d0bb)
* SERVER-67126 Don't invoke LOGV2 in printStackTrace(ostream)Gabriel Marks2022-08-171-1/+2
|
* SERVER-63843 Don't allow recursive doLog in sync signal handlersGabriel Marks2022-08-174-28/+122
|
* SERVER-58176 Remove override for supportsReadConcern in ClusterWriteCmdErin Liang2022-08-173-5/+184
|
* Revert "SERVER-63843 Don't allow recursive doLog in sync signal handlers"Gabriel Marks2022-08-164-122/+28
| | | | This reverts commit 855936558e1f1ab11d2c716421af95bf3dee2672.