summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import tools: fde6c854adf7b359336f8b4a3e2828ffca0bb1af from branch v4.1David Golden2019-01-15677-151563/+17542
| | | | | | | | | | | | | | | ref: db7b61e2db..fde6c854ad for: 4.1.7 TOOLS-2030 mongodump does not dump system.js collections TOOLS-2109 Build Tools with Go 1.11 TOOLS-2150 Manage dependencies with 'dep' tool TOOLS-2152 Rationalize test types TOOLS-2158 mongodump failing on Windows with "error opening system CA store: Access is denied." TOOLS-2159 mongoimport --upsertFields does not accept nested keys by dot notation from CSV TOOLS-2167 Add CGO flags for building on Windows TOOLS-2168 Add CGO flags for building on MacOS TOOLS-2183 Fix broken Kerberos and SSL tests
* SERVER-38755 Stop closing connections on stepdown gated by server parameter ↵Matthew Russotto2019-01-155-13/+112
| | | | "closeConnectionsOnStepdown" flag.
* SERVER-38649 Add generic AlarmScheduler and AlarmRunnerJonathan Reams2019-01-157-0/+750
|
* SERVER-38980 Make sure all jstests/core test that inspects totalKeysExamined ↵Randolph Tan2019-01-158-5/+8
| | | | has assumes_unsharded_collection or assumes_balancer_off
* SERVER-38816: Split long running tasks up dynamicallyDavid Bradford2019-01-152-76/+358
|
* Revert "SERVER-33161 make the second phase of index two-phase drop occur ↵Dianna Hohensee2019-01-152-14/+14
| | | | | | when drop reaches checkpointed instead of oldest" This reverts commit 2f67f3c66271e724b48afa2db88e8b6c3317f6ab.
* SERVER-37880 Implement an AsyncWorkScheduler without cancellationKaloian Manassiev2019-01-153-0/+446
|
* SERVER-38979 Shard by thread id in update_upsert_multi fsm workloadsJack Mulrow2019-01-1512-41/+6
|
* SERVER-37556 Do not allow commitTransaction or abortTransaction on prepared ↵Judah Schvimer2019-01-154-17/+98
| | | | transactions on secondaries
* SERVER-38982 Fix RequiresIndexStage to avoid holding IndexCatalogEntry by ↵David Storch2019-01-152-33/+34
| | | | shared_ptr.
* SERVER-38073 Adjust error message for timeout in _onAcquireConnJonathan Ma2019-01-151-4/+7
|
* SERVER-38734 Config collections other than config.system.sessions should not ↵jannaerin2019-01-145-130/+6
| | | | be allowed to be sharded
* SERVER-35828 Check the readSource in dropCollection()Xiangyu Yao2019-01-141-0/+4
|
* SERVER-38041 Test single shard transactions with arbiters and ↵Vesselina Ratcheva2019-01-143-0/+139
| | | | enableMajorityReadConcern:false replica sets with lag
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-145-17/+45
| | | | This reverts commit d19bd0c883a338e4f443399c928700381c682e32.
* SERVER-38983 Differentiate UserNotFound from AuthenticationFailure in audit logSara Golemon2019-01-141-12/+12
|
* SERVER-38939 Be more memory efficient for leaf nodes in biggieGeert Bosch2019-01-142-110/+126
|
* SERVER-38750 Unblacklist tests that test sharding a collection with the same ↵jannaerin2019-01-141-3/+0
| | | | options twice from sharding_last_stable_mongos_and_mixed_shards.yml
* SERVER-37382 printShardingStatus.js races with ShardingUptimeReporter threadRandolph Tan2019-01-141-1/+9
|
* SERVER-38842 Relax constraint in shard_existing_coll_chunk_count.jsMatthew Saltz2019-01-141-1/+1
|
* SERVER-37699 Lower logging verbosity for shard_existing_coll_chunk_count.jsMatthew Saltz2019-01-141-2/+2
|
* SERVER-28073 Upgrade Snappy to version 1.1.7Mathew Robinson2019-01-1433-3893/+1220
|
* SERVER-37770 Platform Support: Add Community Ubuntu 18.04 ARM64Brian McCarthy2019-01-143-1/+137
|
* SERVER-38964 geo_distinct.js should use bsonWoCompare to sort an array of ↵Samy Lanka2019-01-141-2/+2
| | | | documents
* SERVER-38577 Implement internal match expression which matches a particular ↵vrachev2019-01-1412-1/+268
| | | | BinData subtype
* SERVER-37880 Make time_support's Backoff class non-blockingKaloian Manassiev2019-01-146-52/+49
|
* SERVER-38725 Add credentials for nexus staging pluginMathew Robinson2019-01-141-0/+2
|
* SERVER-38933 currentOp is not resilient to drop shardMartin Neupauer2019-01-143-0/+29
|
* SERVER-38953 Add missing early return in merge_chunks_command.cppJack Mulrow2019-01-141-0/+1
|
* SERVER-38387 agg_out.js concurrency workload always fails to shard the ↵James Wahlin2019-01-141-3/+14
| | | | output collection
* SERVER-38243 Test presence of the storage stats in slowop logs and ↵nehakhatri52019-01-141-0/+87
| | | | system.profile.
* SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreate()Benety Goh2019-01-135-58/+72
|
* SERVER-37778 Use basic testing for ubuntu1804-s390xRamon Fernandez2019-01-121-57/+0
|
* SERVER-37316 Remove generic linux buildRamon Fernandez2019-01-121-24/+0
|
* SERVER-37775 Add Community RHEL7 s390xRamon Fernandez2019-01-121-0/+35
|
* SERVER-37777 Add zSeries Community SLES12Ramon Fernandez2019-01-121-0/+40
|
* Revert "SERVER-37643 add ↵Benety Goh2019-01-125-72/+58
| | | | | | Collection::addCollationDefaultsToIndexSpecsForCreate()" This reverts commit 190fef15ba515974c789b5a195a761b518fca46e.
* SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreate()Benety Goh2019-01-125-58/+72
|
* SERVER-38930 Switch new custom SCPs to use cpp_class methodSara Golemon2019-01-121-0/+0
|
* SERVER-38934 Remove IDLServerParameter (without storage)Sara Golemon2019-01-1212-632/+5
|
* SERVER-38930 Switch new custom SCPs to use cpp_class methodSara Golemon2019-01-1215-311/+179
|
* SERVER-37643 IndexCatalog::removeExistingIndexes() optionally throws on ↵Benety Goh2019-01-115-38/+32
| | | | invalid non-duplicate indexes
* SERVER-38895 Implement allCommitted for biggie storage engineGeert Bosch2019-01-118-42/+121
| | | | Also adds unit test for all storage engines.
* Revert "SERVER-38191 Enforce restriction on namespace for failpoints in ↵Nick Zolnierz2019-01-115-45/+17
| | | | | | write_ops" This reverts commit 587ad0e175cb501e378f4aeaf37199dbb28dd011.
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-115-17/+45
|
* SERVER-38956 Blacklist background_unique_indexes.js under ↵Jacob Evans2019-01-111-0/+3
| | | | replica_sets_initsync_jscore_passthrough
* SERVER-38946: Exclude newly blacklisted files when generating tasksDavid Bradford2019-01-112-80/+158
|
* SERVER-38285: only acquire database X lock on the recipient if the ↵Kim Tao2019-01-111-49/+66
| | | | collection does not exist
* SERVER-38928: Have run_check_repl_dbhash_background.js cope with secondaries ↵Daniel Gottlieb2019-01-111-10/+20
| | | | reporting a greater optime than their primary.
* SERVER-38810 Temporarily do not hold the client lock in ObservableSession in ↵Kaloian Manassiev2019-01-112-4/+3
| | | | order to avoid deadlock