summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* randomized testing worksdavish/SERVER-63099Davis Haupt2022-06-231-67/+15
|
* Merge remote-tracking branch 'origin/master' into davish/SERVER-63099Davis Haupt2022-06-239-34/+115
|\
| * SERVER-67280 wrap periodicCheckImpl with try catchAndrew Witten2022-06-239-34/+115
| |
* | Merge remote-tracking branch 'origin/master' into davish/SERVER-63099Davis Haupt2022-06-23271-3883/+3779
|\ \ | |/
| * SERVER-67143 Delete some unused internal client codeDavid Storch2022-06-234-331/+2
| |
| * SERVER-59853 Simplify $lookup and $unionWith tests to avoid needing manual ↵Henri Nikku2022-06-233-90/+94
| | | | | | | | disposal
| * SERVER-49971 Report current VectorClock time in serverStatusAntonio Fuschetto2022-06-232-4/+16
| |
| * SERVER-66462 Fixed change stream pre-image write performance issueMindaugas Malinauskas2022-06-231-12/+26
| |
| * SERVER-66924 Avoid inserting to the change collection that is already dropped.Rishab Joshi2022-06-231-1/+27
| |
| * SERVER-65948 Add 'changeStreams' cluster-wide parameterRomans Kasperovics2022-06-2310-23/+440
| | | | | | | | | | This parameter will be used to activate per-tenant change collections in serverless environment.
| * SERVER-67444 Eliminate legacy `requestMoveChunk` call from ↵Pierlauro Sciarelli2022-06-231-9/+0
| | | | | | | | `Balancer::_moveChunks`
| * SERVER-67435 Generalize current op reporting for ShardingDDLCoordinatorsTommaso Tocci2022-06-2321-268/+98
| |
| * SERVER-66736 Remove redefined startParallelShell() and fix testAbdul Qadeer2022-06-233-45/+19
| |
| * SERVER-66919: Serialize all writes to tenant migration namespacesChristopher Caplinger2022-06-233-51/+1
| |
| * SERVER-67069 added /Zc:lambda for windows in cxx17Alexander Neben2022-06-231-1/+2
| |
| * SERVER-67134 Fixed assert logging (bugprone-lambda-function-name)Alexander Neben2022-06-231-6/+7
| |
| * SERVER-67463 Increase election timeout in ↵Frederic Vitzikam2022-06-221-2/+2
| | | | | | | | reconfig_fails_no_cwwc_set_sharding.js to avoid crash
| * Revert "SERVER-65943 Add logging to multiversionconstants.py"XueruiFa2022-06-222-13/+1
| | | | | | | | This reverts commit b618f09f9bf4f285266232ba4eb70d84c97355f9.
| * SERVER-60531 Remove try-catch block for ↵Abdul Qadeer2022-06-221-24/+2
| | | | | | | | ShardsvrDropCollectionIfUUIDNotMatching cmd
| * SERVER-67445 Remove setting of setSingleBatch to 'true' in ↵Erwin Pe2022-06-221-1/+0
| | | | | | | | FLEQueryInterfaceImpl::findDocuments
| * SERVER-23146 More verbose error messages for geoparserEmily Wang2022-06-222-44/+201
| |
| * SERVER-65827: Using Milliseconds type in ThrottleCursorTestRichard Hausman2022-06-221-16/+11
| |
| * SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-2232-1019/+298
| | | | | | | | | | Also includes related simplifications to the implementation of 'DBClientCursor'.
| * SERVER-67380 Improve handling of partial schema requirementsSvilen Mihaylov2022-06-227-161/+173
| |
| * SERVER-67227 Avoid implicit collection creation for `collectionUUID` with ↵Gregory Noma2022-06-228-19/+25
| | | | | | | | insert/update commands
| * SERVER-66933 Exclude API tests from sharded_retryable_writes_downgradeJoel Redman2022-06-223-3/+4
| |
| * SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-2251-681/+494
| |
| * SERVER-65943 Add logging to multiversionconstants.pyEvelyn Wu2022-06-222-1/+13
| |
| * SERVER-67441 Disable ↵Israel Hsu2022-06-221-1/+3
| | | | | | | | multi_statement_transaction_atomicity_isolation_server_status_mongos.js
| * SERVER-67399 collMod coordinator must block migrations on bucket nssTommaso Tocci2022-06-221-5/+8
| |
| * SERVER-66842 Fix pcPointer for instructions that take arguments in ↵Parker Felix2022-06-224-10/+120
| | | | | | | | CodeFragment::toString()
| * SERVER-32863 Delete core fileNaomie Gao2022-06-221-0/+0
| |
| * SERVER-67334: Pass tenantId directly to onCommit hookChristopher Caplinger2022-06-221-5/+4
| |
| * SERVER-67352 Skip identifying writes on orphaned documents in replica set ↵Antonio Fuschetto2022-06-222-12/+12
| | | | | | | | deployments
| * Import wiredtiger: f8635d2114e04b0eb12b1884c1f6d76013a3e3fc from branch ↵Etienne Petrel2022-06-2211-23/+28
| | | | | | | | | | | | | | | | | | | | mongodb-master ref: 3a5e2b974e..f8635d2114 for: 6.1.0-rc0 Reverted ticket(s): WT-9310 Cut WiredTiger 11.0.0 release
| * Import wiredtiger: 3a5e2b974eae2b5ebe2a7cc007b46aaea79516c0 from branch ↵Etienne Petrel2022-06-222-3/+10
| | | | | | | | | | | | | | | | | | mongodb-master ref: 94bdf27918..3a5e2b974e for: 6.1.0-rc0 WT-9477 Fix a bug in checkpoint walk that leads to a corrupted internal tree
| * Import wiredtiger: 94bdf27918b476e5d6bb8189984223e60992d828 from branch ↵Etienne Petrel2022-06-2211-28/+23
| | | | | | | | | | | | | | | | | | mongodb-master ref: eabc335ef5..94bdf27918 for: 6.1.0-rc0 WT-9310 Cut WiredTiger 11.0.0 release
| * SERVER-67122 Add warning when requesting a module that doesn't exist or when ↵Richard Samuels2022-06-222-9/+35
| | | | | | | | loading legacy ninja module
| * SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-2275-385/+1143
| |
| * SERVER-65645 IDL-ify all commands on the chunk migration pathEnrico Golfieri2022-06-2215-566/+378
| |
| * SERVER-66130 Do not detach from the balancer worker thread on config server ↵Paolo Polato2022-06-221-8/+10
| | | | | | | | stepdown
| * SERVER-65435 Increase fuzzer's min eviction_dirty_trigger to 50MBJosef Ahmad2022-06-221-1/+4
| |
| * SERVER-67422 Have getAllRemovalFuturesForCoordinatorsForInternalTransactions ↵Jason Zhang2022-06-221-0/+4
| | | | | | | | wait for TransactionCoordinator catalog recovery
| * SERVER-67254 remove index3.jsBenety Goh2022-06-221-18/+0
| |
| * Import wiredtiger: eabc335ef595d527a422d6545407a0a052899df3 from branch ↵Etienne Petrel2022-06-217-26/+29
| | | | | | | | | | | | | | | | | | mongodb-master ref: 3fc284f161..eabc335ef5 for: 6.1.0-rc0 WT-9388 Pass thread worker session into set_tracking_cursor
| * Import wiredtiger: 3fc284f1616134fae02adcc73288e95a06122899 from branch ↵Etienne Petrel2022-06-212-3/+10
| | | | | | | | | | | | | | | | | | mongodb-master ref: 943eaf798d..3fc284f161 for: 6.1.0-rc0 WT-9033 Improve error logging from cyclomatic test failures
| * Import wiredtiger: 943eaf798d4ac2bf6f393326e9827e8fce0db572 from branch ↵Etienne Petrel2022-06-212-2/+2
| | | | | | | | | | | | | | | | | | mongodb-master ref: 994aabd96c..943eaf798d for: 6.1.0-rc0 WT-9377 Reduce the time between each insert in cache_resize cpp test
| * Import wiredtiger: 994aabd96c7c28ffd7c15e3b81bda3e41ca33005 from branch ↵Etienne Petrel2022-06-214-54/+69
| | | | | | | | | | | | | | | | | | mongodb-master ref: 2666d037c9..994aabd96c for: 6.1.0-rc0 WT-9404 Review updated transactional documentation
| * SERVER-66345: Add a MONGO_UNIMPLEMENTEDErin McNulty2022-06-212-0/+32
| |
* | TEMP testingDavis Haupt2022-06-211-52/+160
| |