summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WIP: make stats reporting run after buildcache-statsMathew Robinson2019-01-182-12/+24
|
* WIP: fix bad typing which resulted in 0% being displayedMathew Robinson2019-01-171-4/+4
|
* WIP add stats collection decoratorMathew Robinson2019-01-171-264/+339
|
* SERVER-39063 Remove duplicate collection repair codeGregory Wlodarek2019-01-171-28/+2
|
* SERVER-39031 Make SCons default --jobs to CPU countMathew Robinson2019-01-171-5/+32
|
* SERVER-39030 fix logging of low cardinality keys in splitVectorKevin Pulo2019-01-171-1/+1
|
* Import wiredtiger: 21838832317b7c38b1a3e929283170515b08bb79 from branch ↵Luke Chen2019-01-1710-76/+101
| | | | | | | | | | | | mongodb-4.2 ref: fa402fef19..2183883231 for: 4.1.8 WT-4452 Fix bugs in the salvage test for big endian WT-4503 Pre-allocating log file takes long time on PPC machine WT-4524 wt2853_perf failures in valgrind WT-4525 wt4333_handle_locks failures in valgrind
* SERVER-39007 Use rhel62-large distro for InMemory's concurrency* tasks.Max Hirschhorn2019-01-165-12/+53
| | | | | | | | | | | | * Changes resmoke.py to propagate --storageEngineCacheSizeGB as --inMemorySizeGB when running with the InMemory storage engine. * Changes the mongo shell to propagate TestData.storageEngineCacheSizeGB as --inMemorySizeGB when running with the InMemory storage engine. * Sets --storageEngineCacheSizeGB=4 when running with the InMemory storage engine in Evergreen.
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-1654-366/+226
| | | | This reverts commit 0cb2195939494660334db8e9d0a52509caeb621c.
* SERVER-38837 Fix race in periodic_runner_impl_test ↵Matthew Saltz2019-01-161-42/+52
| | | | OnePausableJobResumesCorrectly
* SERVER-39045 Add concurrency_replication_multi_stmt_txn to Enterprise RHEL ↵Samy Lanka2019-01-161-0/+1
| | | | 7.2 s390x inMemory
* SERVER-38302 recalculate stable timestamp after adding finishOpTime on ↵Pavi Vetriselvan2019-01-169-7/+54
| | | | prepared txn commit
* SERVER-37880 Treat non-retryable errors during prepare as implied abortKaloian Manassiev2019-01-161-0/+5
|
* SERVER-36231 Mongos write path doesn't look for retryable write concern errorsRandolph Tan2019-01-161-0/+4
|
* Revert "SERVER-38939 Be more memory efficient for leaf nodes in biggie"Geert Bosch2019-01-162-126/+110
| | | | This reverts commit 71b46ab799f870d1ddbf2d6d6e133b39724c945c.
* SERVER-36485 killSessions to ignore sessions with prepared transactionsMisha Tyulenev2019-01-164-16/+19
|
* SERVER-38850 Perform noop write before returning NoSuchTransaction errorTess Avitabile2019-01-166-74/+101
|
* SERVER-38412 Transaction coordinator should send prepare, commit, and abort ↵Esha Maharishi2019-01-164-7/+62
| | | | directly to its local participant
* SERVER-38748 Background indexes created through applyOps should run on the ↵Louis Williams2019-01-164-59/+84
| | | | command thread
* Revert "SERVER-35828 Check the readSource in dropCollection()"Eric Milkie2019-01-161-4/+0
| | | | This reverts commit 29efd5d05db9caab8c8812a83b6692e2e29b5f39.
* SERVER-38955 Convert AuthManager and FCV setParameters to IDLSara Golemon2019-01-168-110/+159
|
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-1654-226/+366
|
* SERVER-37357 Upgrade SQLite to version 3.26.0Henrik Edin2019-01-169-21219/+49097
|
* SERVER-35315 Upgrade timelib to version 2018.01Henrik Edin2019-01-1639-31177/+31112
|
* SERVER-37880 Introduce backoff for retrying commit and abort messagesKaloian Manassiev2019-01-1616-676/+438
|
* SERVER-39022 Make the sharding fixed task executor use unlimited thread pool ↵Kaloian Manassiev2019-01-166-72/+69
| | | | size
* SERVER-37389 Give different messages for different connection failure reasonsJonathan Ma2019-01-161-3/+6
|
* SERVER-39013: Add a gdb pretty printer for absl::flat_hash_map.Daniel Gottlieb2019-01-151-14/+65
|
* SERVER-38779 Have a session sweep job to close old idle WT sessionsr4.1.7Sulabh Mahajan2019-01-169-13/+288
|
* SERVER-38717 Shell prohibits w: 0 in sessionA. Jesse Jiryu Davis2019-01-159-141/+202
|
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-1532-678/+641
| | | | | Deleting the per-collection CursorManagers, and other related cleanup, is left as future work.
* SERVER-38532 Add index ns and name to index build done log lineLouis Williams2019-01-151-1/+2
|
* SERVER-38692 Remove obsolete solaris documentationAndrew Morrow2019-01-152-16/+0
|
* SERVER-38703 Add SCons variables files for the current testing toolchainAndrew Morrow2019-01-152-0/+4
|
* SERVER-37829 clean up service context on test assertionBenety Goh2019-01-151-7/+10
| | | | add stitch error details to checkUpdate assertion message
* SERVER-39009 Make buildlogger credentials location configurableMathew Robinson2019-01-151-1/+2
|
* SERVER-38966 Convert Failpoint SCPs to use IDLSara Golemon2019-01-157-164/+99
|
* SERVER-38963 Convert tlsX509ClusterAuthDNOverride to IDLSara Golemon2019-01-152-63/+50
|
* SERVER-39010 Provide move constructors for update_guardSara Golemon2019-01-151-8/+8
|
* 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
|