summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-63141 Ensure stages without dependency tracking are not cached in $lookupv4.0Alya Berciu2022-03-162-3/+48
|
* Import wiredtiger: f138cf8582dca92799b86e8d96e5e8a62447d135 from branch ↵Luke Chen2022-02-242-17/+26
| | | | | | | | | mongodb-4.0 ref: 9d683270f1..f138cf8582 for: 4.0.29 WT-7984 Fix a bug that could cause a checkpoint to omit a page of data
* SERVER-62906 Add a check in the createCollection/shardCollection path ↵Antonio Fuschetto2022-02-084-0/+28
| | | | verifying the collection name length
* SERVER-26755 Increase the timeout for find operations against config.chunksCheahuychou Mao2022-02-031-2/+6
| | | | (cherry picked from commit fa03802cb9b42818dd2180f966dd8da64203186a)
* SERVER-63197 Pin microbenchmarks genny versionCarl Raiden Worley2022-02-021-1/+1
|
* SERVER-62065 Fix linting error in ↵Kaloian Manassiev2022-01-191-1/+2
| | | | 'configsvr_repair_sharded_collection_chunks_history_command.cpp'
* SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' commandKaloian Manassiev2022-01-0519-147/+487
|
* SERVER-45953 Exempt internal replication oplog readers from acquiring read ↵r4.0.28-rc0r4.0.28Dianna Hohensee2022-01-044-6/+28
| | | | | | tickets in order to avoid deadlocks (cherry picked from commit d1cb83d9199c1a25158d74e47b3aa88b5c33fe8b)
* SERVER-44484 Changestream with updateLookup uasserts on updates from before ↵Rishab Joshi2021-12-234-52/+143
| | | | collection was sharded.
* SERVER-62164 Remove obsoleted build variantsAndrew Morrow2021-12-221-473/+0
|
* SERVER-53335 Queries, updates, and deletes with non-"simple" collations may ↵Jason Zhang2021-12-145-4/+464
| | | | miss documents when using hashed sharding
* SERVER-59929 Limit the blocking of split/merge behind other metadata ↵Kaloian Manassiev2021-12-146-524/+11
| | | | operations to 5 seconds
* SERVER-61791 pin pymongoRobert Guo2021-11-301-1/+1
|
* SERVER-58192 Use more unique_ptrs in QueryPlannerAnalysis::analyzeSort()Milena Ivanova2021-11-192-17/+18
| | | | (cherry picked from commit de21bf91f015f0ac21ed691ae0049db35f071920)
* SERVER-61559 Remove jepsen_register_linearizableReadRichard Samuels2021-11-171-21/+0
|
* SERVER-61530: Add large distro name for SSL Amazon LinuxDavid Bradford2021-11-161-0/+1
|
* SERVER-60670 use a separate branch instead of a specific commit for TPCC - ↵Alex Podelko2021-11-122-4/+2
| | | | backport to v4.0
* SERVER-60671 Remove the Dagger toolRyan Egesdahl2021-11-109-1722/+0
| | | | | | | | (cherry picked from commit 6efcb2e9e9e392a3e2aa4985669f02fdf00e8117) (cherry picked from commit 0741c9162d273a53b637469fcb111c3c25d6b60b) (cherry picked from commit 6d6bac42cb57fa5b3f32baeb5aea0a149146f84a) (cherry picked from commit 0e3cf6abd9403bb02728ea0c44a4e5c213a61282) (cherry picked from commit f6690d2a4803b3a316bf8f5ba859af35bd433b9b)
* SERVER-60588 Don't attempt to coerce a double product to longJennifer Peshansky2021-11-031-5/+11
| | | | | | | (cherry picked from commit d0a023d1cba8782c761890c20752ecf494d22a62) (cherry picked from commit f6c05d4d028fe6712e81396be335fd144124c561) (cherry picked from commit 9aa24cb9aaa12578a81361e64a5e57dbe1c34b1e) (cherry picked from commit 4ea0988ab20a69369b8a8ceaf5015c94f253a289)
* Revert "SERVER-59226 Fix deadlock between uninterruptible profiling ↵Wenbin Zhu2021-11-013-47/+9
| | | | | | operation and stepdown thread." This reverts commit d1a9e68d581f8e3162bc790bdb30986b8d030d86.
* SERVER-59226 Fix deadlock between uninterruptible profiling operation and ↵Wenbin Zhu2021-11-013-9/+47
| | | | | | stepdown thread. (cherry picked from commit 43479818bd01f27ee25b6e992045529d2ac0185a)
* SERVER-59191 Use expansions in modulesVlad Rachev2021-11-012-22/+22
| | | | | | | (cherry picked from commit 5685e4b9143bce825ecf85ebd985024b1c8295e9) (cherry picked from commit c57fceb18c80761babc49f3e5fae0da15063e6e6) (cherry picked from commit 288528a99b87369d13823f2e9752d0b065b0f76e) (cherry picked from commit ecf70ccc275827158a9163e1ff4b878997f646eb)
* SERVER-61152: Remove unneeded fileDavid Bradford2021-11-011-0/+0
|
* SERVER-56096 Remove replication recovery invariant that stableTimestamp ↵Vesselina Ratcheva2021-10-282-33/+0
| | | | equals appliedThrough
* SERVER-60654 blacklist autosplit_with_balancer and write_cmd_auto_split from ↵Pierlauro Sciarelli2021-10-282-0/+9
| | | | multiversion suites
* SERVER-60961 fix wrong backport: requires_fcv_42 to requires_fcv_40Pierlauro Sciarelli2021-10-283-3/+3
|
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-276-1/+39
| | | | (cherry picked from commit ca2053d172076c106c994564b92109d1a973ed81)
* SERVER-60654 Backport the autoSplitVector logic to v4.0Pierlauro Sciarelli2021-10-2728-192/+1056
|
* SERVER-60961 Add exclude tags to old branches not generating ↵Pierlauro Sciarelli2021-10-263-0/+13
| | | | multiversion_exclude_tags.yml
* SERVER-60971: Remove calls to BF Suggestion serviceDavid Bradford2021-10-251-26/+0
| | | | | | | | (cherry picked from commit bb31ac84744de48a5013ee747c08ee942e317eb3) (cherry picked from commit 7a12fd9ac4550bfb35f2fa5bfb7d193cf8ea6156) (cherry picked from commit 634311b8a994379b727e8e2adec4aa25ab670c5b) (cherry picked from commit 794a300754eab0e53f69a2119ea0f2a722d221e9) (cherry picked from commit 5da2ce69f7c863d14ddd0b1e2d36d2a675785ab2)
* SERVER-40486: Remove Test Lifecycle codeDavid Bradford2021-10-259-2586/+0
| | | | (cherry picked from commit 8ffbd4892537721fca0a640a3bced2cfa21e4c59)
* SERVER-60934 Increase RSM verbosity in the test change_stream_shard_failoverAndrew Shuvalov2021-10-221-0/+9
|
* Import wiredtiger: 9d683270f19c326e6ca57e795c5cecab91ec1493 from branch ↵Luke Chen2021-10-20768-1957/+2870
| | | | | | | | | | | | | | | mongodb-4.0 ref: 0b64c3341b..9d683270f1 for: 4.0.28 WT-6568 Fix split generation use WT-6926 Update WiredTiger source code to include 2021 copyright notices WT-7065 Add check for WT_DHANDLE_DEAD to assertion WT-7135 Additional checks to detect when writing corrupted metadata WT-7437 Upgrade documentation to doxygen 1.8.17 WT-7871 Remove comment that is no longer true WT-7874 Remove two other stale comments
* SERVER-57727 race conditions in x509_invalid.jssergey.galtsev2021-10-071-29/+49
|
* SERVER-58104 Prevent the balancer from calculating split points in sessions ↵Jonathan Lee2021-10-073-0/+64
| | | | | | collection if shard key is not _id (cherry picked from commit 9a12a55346e0da77acc94797bf5a558b001188e0)
* SERVER-54064 Clear out the logical session cache on refresh in arbitersLuis Osta2021-10-073-7/+66
|
* SERVER-60476 Remove jstests/sharding/stats.js from ↵Jonathan Lee2021-10-071-1/+0
| | | | resmokeconfig/suites/sharding_misc.yml
* Revert "SERVER-58104 Prevent the balancer from calculating split points in ↵Jonathan Lee2021-10-072-62/+0
| | | | | | sessions collection if shard key is not _id" This reverts commit 01549c7e5d425f48c5c9533d2655e20d992d9eef.
* SERVER-58104 Prevent the balancer from calculating split points in sessions ↵Jonathan Lee2021-10-062-0/+62
| | | | | | collection if shard key is not _id (cherry picked from commit 9a12a55346e0da77acc94797bf5a558b001188e0)
* SERVER-60290 Update Windows external auth test distroBrian McCarthy2021-10-011-2/+2
|
* SERVER-59804 Using a separate branch for YCSB in system_perf.ymlAlex Podelko2021-10-012-4/+2
|
* SERVER-59725 Remove duplicate rhel6 x86 pushesJon Streets2021-09-281-7/+0
|
* SERVER-56326 Add a round() method to the Decimal128 classDrew Paroski2021-09-253-0/+198
| | | | | | (cherry picked from commit cdfe92c4bcf1a4ff9f43cab56c587bca74ca2ffc) (cherry picked from commit 0c74ca79e7ab0385040f835ab7d3eb6d2d3063ee) (cherry picked from commit b5e1fb13cc2c67d48877e30bffae57a9c29b7b62)
* SERVER-55648 Return top-level batch-write error in case of shutdownLuis Osta2021-09-223-0/+77
|
* Revert "SERVER-55648 Return correct response in case of shutdown"Max Hirschhorn2021-09-203-66/+0
| | | | This reverts commit 211007fa4a705c02e7c373dd6fc148aa4de3a038.
* SERVER-59120 Add test coverage to commitChunksMerge()Paolo Polato2021-09-203-8/+575
| | | | | (cherry picked from commit b589595b1a0f9decf4473cb516a98725f2a60439) (cherry picked from commit 0ae27b4dcc926864ac1a2ae56a0d24bcb591125c)
* SERVER-55648 Return correct response in case of shutdownLuis Osta2021-09-203-0/+66
|
* SERVER-59887 speedup failover in slow test by running 3 replicasAndrew Shuvalov2021-09-131-1/+1
|
* SERVER-45385 unblacklisted sharding/kill_sessions.js by removing ↵Jonathan Lee2021-09-101-4/+0
| | | | multiversion_incompatible tag
* SERVER-59874: Delete stats.js on the 4.0 branch.Kshitij Gupta2021-09-101-223/+0
|