summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-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-44121 add IndexBuildInterceptor::DrainYieldPolicyBenety Goh2019-10-221-0/+5
|
* SERVER-42780 Create mixed version sharding test suiteJason Chan2019-10-222-12/+59
|
* 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-43689 getShardDistribution() incorrectly shows 0 chunksAlex Taskov2019-10-221-1/+1
|
* Revert "SERVER-42748 Support using stored procedures (system.js) in map/reduce"Jacob Evans2019-10-215-9/+6
| | | | This reverts commit 6eac52a928f7a949713f7e7c20468ea0ecba8946.
* SERVER-44119 Customize string coersion for IDLSara Golemon2019-10-213-0/+31
|
* SERVER-42988 allow agg-style object syntax in find() projectionIan Boros2019-10-2117-312/+887
|
* SERVER-44111 Assert BSONObj size is valid while copyingLouis Williams2019-10-211-2/+28
|
* SERVER-43386 Update initial sync section of the Replication Architecture GuideSamyukta Lanka2019-10-211-32/+71
|
* SERVER-43844: Remove redundant collation BSONObj on ExpressionContextNicholas Zolnierz2019-10-2111-66/+34
|
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-215-6/+9
|
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in ↵Ben Caimano2019-10-21107-745/+502
| | | | | | | | | | | Interruptible and Mutex This commit: - Adds Listener hooks for Interruptible - Expands Listener hooks for Mutex - Updates the DiagnosticInfo and its tests to use the new hooks - Removes stacktracing pieces from DiagnosticInfo and its tests - Removes mongo::ConditionVariable entirely in favor of Interruptible
* SERVER-44087 ReplicaSetMonitor shutdowns should synchronize with ↵Ben Caimano2019-10-212-4/+25
| | | | NetworkInterface shutdown
* SERVER-37260 Fix unchecked status in ↵Ali Mir2019-10-212-2/+2
| | | | replication_coordinator_test_fixture.cpp and rollback_impl_test.cpp
* SERVER-44019 Change randomBinVersions to ↵Jason Chan2019-10-212-10/+14
| | | | useRandomBinVersionsWithinReplicaSet in multiversion testing
* SERVER-42358 Add new background collection validation test hook. Runs ↵Dianna Hohensee2019-10-213-2/+6
| | | | concurrently with tests.
* SERVER-42836 Count bytes in _totalDataSizeBytes after adding to SorterJustin Seyster2019-10-211-2/+2
| | | | | | Before this patch, the bytes get added _before_ we add to the Sorter, even though there is still a possibility that Sorter::add() will use up the rest of its memory limit and throw.
* SERVER-43839 Create unit testing for ValidateState.Dianna Hohensee2019-10-214-8/+292
|
* SERVER-44122 createIndexes should pass IndexBuildProtocol::kTwoPhase to ↵Benety Goh2019-10-211-10/+7
| | | | IndexBuildsCoordinator if supported
* SERVER-43942 track newly created indexes until they are part of a consistent ↵Dianna Hohensee2019-10-219-4/+111
| | | | WT checkpoint, and skip them in background validation
* SERVER-43629 Improve Document/Value performanceMartin Neupauer2019-10-213-10/+26
| | | | | We do not create and destry Document (and DocumentStorage) objects but reuse them. This saves on the memory allocation/deallocation.
* SERVER-43287 Prevent from outputting to system collectionsMihai Andrei2019-10-212-0/+12
|
* SERVER-44107 Don't reuse operation context in ↵Alex Taskov2019-10-211-8/+29
| | | | PersistentTaskQueueTest::TestInterruptedWhileWaitingOnCV
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod ↵Kevin Pulo2019-10-2120-116/+298
| | | | requests
* SERVER-43706 M/R Agg: Support referencing 'scope' variables in translated ↵Arun Banala2019-10-211-6/+12
| | | | aggregation pipeline for mongos
* Import wiredtiger: fb527a54117f3865aae8a25557849f1228d48205 from branch ↵Luke Chen2019-10-219-123/+163
| | | | | | | | | | | | | | | | | | mongodb-4.4 ref: af2cb8f052..fb527a5411 for: 4.3.1 WT-4486 Number of syncs did not increase in dirty max test WT-4977 Migrate Jenkins “wiredtiger-pull-request-clang-analyzer” job to Evergreen WT-4980 Migrate Jenkins “wiredtiger-pull-request-python” job to Evergreen WT-4982 Migrate Jenkins “wiredtiger-pull-request-windows” job to Evergreen WT-5145 Fix the race condition in accessing pinned_timestamp and connection state WT-5176 Group pull request tasks using Evergreen task tags WT-5182 Add s_all test into Evergreen ubuntu1804 build variant WT-5184 Add CFLAGS="-ggdb" and --enable-slient-rules to the evergreen pull request builds' configurations WT-5187 Checkpoint error path can attempt to release a hazard pointer that isn't held WT-5193 Revert LAS dropped table change from WT-5150
* SERVER-39484 IndexBuildsCoordinator unblocks index builds on rollbackBenety Goh2019-10-201-1/+13
|
* SERVER-39484 IndexBuildsCoordinator unblocks index builds on stepupBenety Goh2019-10-191-1/+12
|
* SERVER-39484 IndexBuildsCoordinator receives notifications on rollback/step ↵Benety Goh2019-10-185-0/+75
| | | | | | | up to primary This partially restores some of the replication state transition functions removed in commit adab6702bc9869557c14eb8b0e888c6e854f4593.
* SERVER-43937 Allow MockDBClientConnection/MockDBServer to mock errors.Matthew Russotto2019-10-184-23/+31
|
* SERVER-43698 Don't allow atClusterTime whwere number of seconds in Timestamp ↵Samyukta Lanka2019-10-181-4/+7
| | | | is 0
* SERVER-43640 Allow UserCacheInvalidator to deconstruct during shutdownSpencer Jackson2019-10-181-20/+25
|
* SERVER-44064 Perform explicit cast on MessageCompressorManager parameterAdam Cooper2019-10-182-1/+24
|
* SERVER-43455 remove todo for SERVER-19209Judah Schvimer2019-10-181-2/+0
|
* SERVER-41872 PlanEnumerator AndAssignment::choices ordering not stable and ↵James Wahlin2019-10-182-2/+70
| | | | is relevant to set of plans generated
* SERVER-42112 uassert on _flushDatabaseCacheUpdates cmdResponse in ↵Esha Maharishi2019-10-173-3/+129
| | | | configsvrDropDatabase and configsvrCreateDatabase if FCV 4.4
* SERVER-42894 Create SourceLocation type and related macrosBen Caimano2019-10-174-0/+385
|
* SERVER-42723 New shard with new database can be ignored by change streamsBernard Gorman2019-10-178-72/+143
|
* SERVER-43779 Add section on Two Phase Drops to the Replication Architecture ↵Samyukta Lanka2019-10-171-0/+33
| | | | Guide
* SERVER-43389 update rollback section of arch guidePavithra Vetriselvan2019-10-171-39/+77
|
* Fix clang bugMatthew Russotto2019-10-171-1/+1
|
* SERVER-43794: Incremental backup cursor API.Daniel Gottlieb2019-10-1710-26/+56
|
* SERVER-43272 Implement getDatabaseInfos method (listDatabases) in DBClientVesselina Ratcheva2019-10-173-0/+103
|