summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-58756 Support retrying internal transactions for retryable writesCheahuychou Mao2021-10-298-33/+299
|
* SERVER-58756 Move ApplyOpsCommandInfo into a separate libraryCheahuychou Mao2021-10-295-156/+262
|
* SERVER-58756 Store stmtIds for the operations in retryable internal ↵Cheahuychou Mao2021-10-2914-35/+235
| | | | transactions in applyOps oplog entries
* SERVER-59680 Partition the plan cachejoshua2021-10-289-94/+154
|
* SERVER-60954 Deflake executor_stress_test_fixture.cppAndrew Shuvalov2021-10-282-4/+24
|
* SERVER-60986 WiredTigerIndex insert functions include uri and index name in ↵Benety Goh2021-10-281-5/+18
| | | | WT status
* SERVER-59604 Audit log authcheck record has incorrect command for ↵Erwin Pe2021-10-281-11/+15
| | | | unauthenticated user
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-10-2825-10/+534
|
* SERVER-60986 add support for context expression to wtRCToStatus()Benety Goh2021-10-282-4/+12
|
* SERVER-60676 Improve robustness when parsing invalid BSONColumn binary or ↵Henrik Edin2021-10-285-24/+168
| | | | | | | | | compressed v2 buckets * Changed BSONColumn::operator[] interface so we can differentiate skipped element from out of bounds * Replaced BadValue error codes in BSONColumn for unique assertion ids * Throw exception when interleaved mode exits unexpectedly when it shouldn't * Test and handle buckets where the compressed columns contain different amount of fields
* SERVER-60623 Remove feature flag for Time-series CollectionBenety Goh2021-10-281-5/+0
|
* Revert "SERVER-60677: Implement parser for Proxy Protocol V1 and V2"Benety Goh2021-10-284-1127/+0
| | | | This reverts commit 0220bb0c39c75858689c95d90e0c07e42773bf55.
* SERVER-60677: Implement parser for Proxy Protocol V1 and V2Tyler Seip2021-10-274-0/+1127
|
* SERVER-54909 Report last durable and last applied operation wall times for ↵Vesselina Ratcheva2021-10-271-0/+5
| | | | all members in replSetGetStatus
* SERVER-58194 Have `ThreadContext` present as cleaning up `OpMsgFuzzerFixture`Amirsaman Memaripour2021-10-271-11/+18
|
* SERVER-61030 Add 'authenticate' command to the OP_QUERY allowlistDavid Storch2021-10-272-6/+27
|
* SERVER-60648 Coverity analysis defect 120937: Parse warningSanika Phanse2021-10-271-2/+2
|
* SERVER-60810 Coverity analysis defect 120994: Parse warningSanika Phanse2021-10-271-1/+1
|
* SERVER-27598 Added logic to allow limit to duplicate and swap before unwind. ↵Matt Boros2021-10-274-16/+270
| | | | Altered unwind and sort logic to check for top-k sort.
* SERVER-60992 Correctly set '_lastValueInPrevBlock' after writing a Simple8b ↵Henrik Edin2021-10-274-8/+102
| | | | block when there are multiple pending values left
* SERVER-60991 Leave '_prevEncoded64' scaled correctly after reducing scale ↵Henrik Edin2021-10-272-24/+66
| | | | factor when appending doubles in BSONColumnBuilder
* SERVER-60565 Ensure newly created time-series buckets do not contain ↵Dan Larkin-York2021-10-273-10/+341
| | | | problematic mixed-schema data
* SERVER-61026 Invert order of shards receiving drop collection participant ↵Pierlauro Sciarelli2021-10-272-7/+12
| | | | command
* SERVER-59519 Fold repl_settings.idl into repl_server_parameters.idlReo Kimura2021-10-275-66/+31
|
* SERVER-60569: Simplify OpObserverImpl::TestFundamentalOn* tests.Daniel Gottlieb2021-10-271-176/+159
| | | | Notably remove an unused test case input from the delete variation.
* SERVER-59662 Test killing time-series insertsGregory Noma2021-10-273-24/+32
|
* SERVER-58352: Remove ClusterCursorManager::getNamespaceForCursorId(), and ↵Neil Shweky2021-10-2711-681/+352
| | | | related simplifications
* SERVER-60916 Attempt to reload ShardRegistry in resharding coordinator.Max Hirschhorn2021-10-271-1/+1
| | | | | | The ARS (AsyncRequestSender) calls ShardRegistry::getShardNoReload() and can therefore throw a ShardNotFound exception when the ShardRegistry is still initializing.
* SERVER-60931 oplog application delegates UUID lookup to processCollModCommand()Benety Goh2021-10-271-11/+4
|
* Revert "SERVER-59907 Add an explicit stage field to tenant migration ↵Vesselina Ratcheva2021-10-272-97/+7
| | | | | | currentOp output (donor side)" This reverts commit 8fa2f2672585346c535a5c65e9acbb32eeddc8d8.
* Revert "SERVER-59907 Add an explicit stage field to tenant migration ↵Vesselina Ratcheva2021-10-274-125/+29
| | | | | | currentOp output (recipient side)" This reverts commit 81ef5759e9be7ff51cf217817ec3df1e2bb8b315.
* SERVER-60781 Modify $top/$topN/$bottom/$bottomN accumulators to return ↵Mihai Andrei2021-10-272-149/+268
| | | | results according to order specified by 'sortBy'
* SERVER-61006 Handle newly created time-series collections during FCV upgradeGregory Wlodarek2021-10-271-5/+3
|
* SERVER-60931 setFCV invokes collMod using db and uuid of collection rather ↵Benety Goh2021-10-261-2/+2
| | | | than namespace
* SERVER-60893 Deduplicate field lookups for a same field path when $group is ↵Yoonsoo Kim2021-10-264-124/+150
| | | | pushed down to SBE
* SERVER-60931 pass CollMod details to coll_mod.cpp using IDL typeBenety Goh2021-10-265-28/+33
|
* SERVER-57662 Wait for config.system.sessions collection to exist on the ↵Sanika Phanse2021-10-261-5/+5
| | | | config server before refreshing logical session cache
* SERVER-59370: Should Transition to ActiveFault state when in the ↵LaMont Nelson2021-10-2614-111/+344
| | | | TransientFault state for kActiveFaultDuration
* SERVER-60509 onReplicationRollback should crash on failureJason Chan2021-10-2619-51/+66
|
* SERVER-60976 WriteConflictException accepts context at creationBenety Goh2021-10-262-0/+9
|
* SERVER-60116 Used a 3-pointer implementation of BasicBufBuilder to optimize ↵Mohammad Dashti2021-10-264-52/+94
| | | | | | for common usage. Co-authored-by: Mathias Stearn <redbeard0531@gmail.com>
* SERVER-60138 Improved the allocated memory for the `getMore` commands.Mohammad Dashti2021-10-267-16/+82
|
* SERVER-60925 rename chunk estimated size fieldPaolo Polato2021-10-264-9/+9
|
* SERVER-60336 Replace the balancer's MigrationScheduler with a ↵Paolo Polato2021-10-2615-2545/+482
| | | | BalancerCommandsScheduler
* SERVER-60958 Access info on SessionCatalogMigrationSource outside of the ↵Paolo Polato2021-10-261-5/+8
| | | | Cloner protected section
* SERVER-60730 shardsvrDropDatabase should always join existing coordinatorAllison Easton2021-10-262-2/+22
|
* SERVER-60731 Postpone database critical section release in drop database ↵Allison Easton2021-10-262-2/+43
| | | | coordinator
* SERVER-60289 Optimizing mergeObjects with setField and owned accumulatorBobby Morck2021-10-262-40/+37
|
* SERVER-60946 Retry NotWritablePrimary error when initiating replset to ↵Wenbin Zhu2021-10-251-1/+3
| | | | handle concurrent priority takeover.
* SERVER-58828 prevent inheritance from AuthorizationManagerImpl via finalAdam Rayner2021-10-251-1/+1
|