summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-42042 Fail the build if it is set up to wander into the trilemmar3.6.8-rc1r3.6.8Andrew Morrow2019-10-241-0/+9
|
* SERVER-44027 Remove global X lock for renameCollection between DBsGregory Wlodarek2019-10-243-44/+64
|
* SERVER-41781 Make one node in replica set non-voting to prevent ↵Lamont Nelson2019-10-241-1/+5
| | | | non-deterministic election in the test.
* SERVER-7502 test that partial projection of _id works correctlyIan Boros2019-10-244-22/+48
|
* SERVER-43853 Clarify SCRAM authentication error messagesSara Golemon2019-10-242-4/+12
|
* SERVER-43236 Wrap reconfig cmd no-op oplog write in writeConflictRetry blockAli Mir2019-10-241-10/+15
|
* SERVER-44059 Make _makeCoefficientLow in decimal128.h staticSpencer Jackson2019-10-241-1/+1
|
* SERVER-42508 Convert SessionsCollection to throw instead of return status ↵Marcos José Grillo Ramírez2019-10-2411-83/+76
| | | | Part One: setupSessionsCollection
* SERVER-40474 Remove extra braces from SCons subst stringMathew Robinson2019-10-241-1/+1
|
* SERVER-40474 SERVER-25727 Only lint changed filesMathew Robinson2019-10-242-36/+157
|
* SERVER-42435 fix unit testsIan Boros2019-10-241-4/+4
|
* SERVER-44053 Rename blocking sort memory limit to ↵David Storch2019-10-2317-51/+62
| | | | "internalQueryMaxBlockingSortMemoryUsageBytes".
* SERVER-44132 DataBuilder move assignment computes size incorrectlyMark Benvenuto2019-10-232-3/+6
|
* SERVER-42435 Remove ParsedProjection and ProjectionExecIan Boros2019-10-2328-2246/+125
|
* SERVER-43960 Make sharding_balance4.js wait for chunk splits in between updatesMatthew Saltz2019-10-231-2/+7
|
* SERVER-42659 Reserve QueryExceededMemoryLimitNoDiskUseAllowed errorJustin Seyster2019-10-231-0/+1
| | | | | | A follow-on patch will replace several unnamed error codes with this new error code. Some changes to the multi-version fuzzer are necessary before we can update query operations to use the new error code.
* SERVER-44029 Remove global X lock for replSetResizeOplogGregory Wlodarek2019-10-231-32/+23
|
* SERVER-43815 Validate cmd should report MB of I/O per second in curOp so ↵Gregory Wlodarek2019-10-237-27/+63
| | | | that users can make more informed use of throttling via the 'maxValidateMBperSec' server parameter
* SERVER-43303 Re introduce mapReduce fsm tests in sharded suitesNicholas Zolnierz2019-10-2323-118/+143
|
* SERVER-44104 Avoid getKeySize for WiredTigerIndexCursorBase::nextKeyString ↵Geert Bosch2019-10-231-3/+4
| | | | on _id indexes
* SERVER-44166 Update range deletion task IDL to contain collection UUID and ↵Matthew Saltz2019-10-232-4/+11
| | | | pending flag
* SERVER-43656: Add an optimized method for querying the latest entry in the ↵Daniel Gottlieb2019-10-234-0/+81
| | | | oplog.
* SERVER-44103 clear_jumbo.js should wait for balancer to be on mode: full for ↵Chou Mao2019-10-231-3/+2
| | | | more than one round
* SERVER-42737 Make secondary reads in ShardServerCatalogCacheLoader block ↵Randolph Tan2019-10-234-0/+97
| | | | behind the PBW lock
* SERVER-44121 index builds managed by the IndexBuildsCoordinator should ↵Benety Goh2019-10-231-10/+4
| | | | always opt out of the PBWM
* SERVER-43840 fix invariant failure in exclusion projection parserIan Boros2019-10-233-12/+27
|
* SERVER-42385 Reduce log spam associated with election timeout resets.Matthew Russotto2019-10-234-20/+133
|
* SERVER-44121 IndexBuildInterceptor::drainWritesIntoIndex() yields locks only ↵Benety Goh2019-10-232-18/+8
| | | | when directly by drain yield policy
* SERVER-44042 Enable ↵Louis Williams2019-10-231-9/+12
| | | | reconstruct_prepared_transactions_initial_sync_index_build.js when two phase index builds are enabled
* SERVER-43085 Regenerate trusted-{ca,client,server}.pem certificatesSara Golemon2019-10-236-123/+199
|
* SERVER-44121 IndexBuildInterceptor::drainWritesIntoIndex() accepts drain ↵Benety Goh2019-10-233-3/+6
| | | | yield policy
* SERVER-44121 MultiIndexBlock::drainBackgroundWrites() accepts drain yield policyBenety Goh2019-10-227-14/+36
|
* SERVER-43935 Enable change_streams_primary_shard_unaware.js when two phase ↵Louis Williams2019-10-221-1/+0
| | | | index builds are enabled
* SERVER-44017 hang_analyzer.py inflates debug-symbolsRyan Timmons2019-10-222-26/+61
|
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-2232-500/+526
| | | | | | | This change results in the multi-planning mechanism evaluating both non-blocking and blocking plans for the $sort when possible. The system should no longer select a non-blocking plan when a plan with a SORT stage is superior.
* SERVER-44101 Add a KeyString::Value::hash method and use it in validationGeert Bosch2019-10-222-5/+8
|
* SERVER-43184 Remove unused ReplicationCoordinator methods and membersHaley Connelly2019-10-2211-142/+1
|
* SERVER-44121 IndexBuildsManager::drainBackgroundWrites() accepts drain yield ↵Benety Goh2019-10-223-7/+19
| | | | policy
* SERVER-43843 skip validate during the rollback fuzzer "restartNode" commandJudah Schvimer2019-10-221-3/+5
|
* SERVER-42554 stop filtering tmp.mr from dbhash checksJudah Schvimer2019-10-221-8/+1
|
* SERVER-44100 Use CityHash for validating index consistencyGeert Bosch2019-10-221-5/+5
|
* SERVER-43775 BSON errors should log memory contextLouis Williams2019-10-222-3/+53
| | | | | When an invalid type is detected in a BSONElement, print the address and surrounding memory in an attempt to provide context around the error.
* SERVER-43961 Allow absolute path in BUILD_DIR with ICECCBen Caimano2019-10-221-2/+1
|
* SERVER-44121 add IndexBuildInterceptor::DrainYieldPolicyBenety Goh2019-10-221-0/+5
|
* SERVER-42780 Create mixed version sharding test suiteJason Chan2019-10-224-12/+84
|
* SERVER-44085 Add correct tags to client_metadata_slowlog_rs.jsMark Benvenuto2019-10-221-0/+1
|
* SERVER-44065 Call optimize() on ParsedAggregationProjection when building ↵Anton Korshunov2019-10-222-0/+8
| | | | projection executor from AST
* SERVER-44098 Pass only number of keys in shouldMarkIndexAsMultiKeyGeert Bosch2019-10-225-10/+10
|
* SERVER-31238 Add awaitLastOpTimeCommitted between split and move chunk ↵Janna Golden2019-10-221-0/+1
| | | | commands in multi_mongos2.js
* SERVER-42631 Blacklist tests that use Mongo.logout() from stepdown suitesAnton Oyung2019-10-222-1/+6
|