summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-40039 Increase assert.soon timeout in initial_sync_invalid_index_spec.jsr3.6.12-rc1r3.6.12William Schultz2019-04-021-8/+11
| | | | (cherry picked from commit df7c2a4a8c4a9069d84f62967c896b0220c82f15)
* Import wiredtiger: dc91a569c824b133fde67be22f0e5a20dbb9db74 from branch ↵Luke Chen2019-04-022-1/+11
| | | | | | | | | mongodb-3.6 ref: 3291c2cbf6..dc91a569c8 for: 3.6.12 WT-4324 Ensure checkpoints rewrite pages with data in the future
* SERVER-40131 Incorrect format string in Windows stacktrace generatorJohnFestaMongo2019-03-291-1/+1
| | | | | | | close #1301 Signed-off-by: Mark Benvenuto <mark.benvenuto@mongodb.com> (cherry picked from commit 41d912bb27877d7965aa64b51c4cd7a8c79590cc)
* SERVER-40259 Include third party notices for ASIO and variantSpencer Jackson2019-03-291-0/+54
| | | | | (cherry picked from commit cd7ad939f00e183eed22946c326d45034298c20a) (cherry picked from commit 221ad53ecdf228988d3d252ebcb8d570593e2b10)
* Import tools: b2a46c0f0db2b163c1b8068b78a08d69706bd8b9 from branch v3.6David Golden2019-03-26229-4768/+40152
| | | | | | | | | ref: cc74524a44..b2a46c0f0d for: 3.6.12 TOOLS-2211 Migrate from Evergreen v2 toolchain to v3 toolchain TOOLS-2229 Mongofiles deletes chunks of existing file when failing to put_id with existing _id TOOLS-2233 mongo-tools fails to build with go-1.12
* SERVER-36437 Use MODE_IS for dbstatsXiangyu Yao2019-03-252-12/+9
| | | | (cherry picked from commit 091ef080cdcfcbed720a536e57f5afd9b8a54b46)
* SERVER-36750 blacklist memory.js on ppc64le in memory variantsr3.6.12-rc0Gabriel Russell2019-03-252-3/+6
|
* Import wiredtiger: 3291c2cbf682f52c88f1b3394c9a94bd80d6a4d6 from branch ↵Luke Chen2019-03-252-4/+12
| | | | | | | | | mongodb-3.6 ref: f441a501ba..3291c2cbf6 for: 3.6.12 WT-4615 Sync backup file before returning backup cursor
* SERVER-37722 Check for quiet flag when logging connection end messageJonathan2019-03-221-3/+5
|
* SERVER-37255 Fix invariant when reconfig races with electionA. Jesse Jiryu Davis2019-03-217-70/+191
|
* SERVER-35219 Change the sleep on the destination side into a cond var wait ↵Randolph Tan2019-03-216-22/+187
| | | | | | on the donor side of session migration. (cherry picked from commit 6d774652650dff718a8fa89c2bc845c3b11aa051)
* SERVER-39932 do not checkout session if retriable writes are not usedMisha Tyulenev2019-03-201-3/+5
|
* SERVER-36622 Allow newer versions of RHEL and Ubuntu to succeed for ↵Mathew Robinson2019-03-181-5/+3
| | | | | | install_compass (cherry picked from commit 866e0531147b023344709653acbf556d5b631d09)
* SERVER-38644 Handle race condition while enumerating files in testSara Golemon2019-03-181-1/+1
| | | | (cherry picked from commit bebb6e35482fd706cdfd89fe2c70a925faa47d42)
* SERVER-39056 Further refine readWriteAnyDatabaseShreyas Kalyan2019-03-155-79/+135
| | | | (cherry picked from commit f35415816415b9ff93bb963690ac4f8c9f6bc453)
* SERVER-39487 Decimal128::squareRoot() returns result for ↵James Wahlin2019-03-153-3/+123
| | | | | | | Decimal128::exponential() (cherry picked from commit 5aa3f6dbc5e31beaf40e0828f7a24ecf71fb42f9) (cherry picked from commit c1760b39b29dc412ca1c20361c500e18e90c71cd)
* SERVER-17010 each Sorter instance spills to a single file rather than a new ↵Dianna Hohensee2019-03-1110-181/+480
| | | | | | | | | | file per spill to disk (cherry picked from commit 2be7f2677a40a863f336d2964f456c9d87ddc838) SERVER-38764 External sorter should use 64-bit integers for file offsets (cherry picked from commit 9dafb7a3e3bafa463ab5951189b670965995dada)
* SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.Max Hirschhorn2019-03-1198-66/+357
| | | | (cherry picked from commit 05ec08fa62771582fb3f45160fff2e0ff184d6d9)
* SERVER-39490 opWriteConcernCounters can cause undefined behavior due to overflowTess Avitabile2019-03-112-8/+8
| | | | (cherry picked from commit 884ac2862eda54e15d99e4db253b822cb4a90f1d)
* SERVER-40063 Set num_nodes=3 for the CSRS in the fuzzer stepdown suite.Max Hirschhorn2019-03-111-0/+1
| | | | (cherry picked from commit 0aeb5ce7e8d4a190dac43fd110533eef149f7880)
* SERVER-39773 decrease number of updates in rollback_wt_cache_full.jsBenety Goh2019-03-081-1/+2
| | | | (cherry picked from commit 8aec8af7f8fc964a3552cc7026a9de03b677f018)
* SERVER-39847 Migrating session info can trigger fassert when destination ↵Randolph Tan2019-03-072-21/+68
| | | | | | | shard has transaction history truncated by oplog (cherry picked from commit 1466c2b24eef41805dfac73e2fb43256d6d8fae7) (cherry picked from commit 8187116fe23a02f60bc2ed6dcdfa32d91b6e2c43)
* SERVER-38789 retry ssl_reporting_alert.js for a connection failure on WindowsIsabella Siu2019-03-061-5/+9
| | | | (cherry picked from commit 9b098e1a8f7373418eefd98704a86bd10a1150de)
* SERVER-38722 Make CollectionCloner tolerate QueryPlanKilled error on ↵David Storch2019-03-062-41/+56
| | | | collection drop.
* SERVER-36231 Mongos write path doesn't look for retryable write concern errorsRandolph Tan2019-03-051-0/+4
| | | | (cherry picked from commit 9df4dbcffefe8f9cf2d669603f230c1f44ac5652)
* SERVER-38697 Use process creation time to detect pid reuse.Max Hirschhorn2019-03-051-28/+19
| | | | | | | Changes start_cmd() to use psutil.Popen() rather than subprocess.Popen() in order to cache the creation time of the child process. (cherry picked from commit d43369c671a596ee816f44038fca3423a0a33126)
* SERVER-39641 Blacklist max_time_ms.js from read concern linearizable passthroughSamy Lanka2019-03-041-0/+3
| | | | | (cherry picked from commit fff6fcea7d72afd0583c8ba4bdbce094f80d7574) (cherry picked from commit be6ea4b3c4fb945f47b881bb5c5ffce7952dc018)
* SERVER-39758 double_rollback.js should reliably wait for node 0 to complete ↵Tess Avitabile2019-03-041-1/+6
| | | | rollback
* SERVER-39394 Traverse $lookup subpipeline for more involved collectionsCharlie Swanson2019-03-013-0/+75
| | | | | (cherry picked from commit 346b2980a2122f984bfa4c359468f547776caae6) (cherry picked from commit fbd1f7e6bbb9da5c1efb3e34cb66ef07dd93290c)
* SERVER-SERVER-39058 Synchronize user set modification in ↵Shreyas Kalyan2019-03-0115-28/+49
| | | | | | AuthorizationSession with Client (cherry picked from commit a9277e874039f32ce0d848fcdfb10de705c96fd9)
* SERVER-35732 Fix dbStats.fsUsedSize behavior for database with hyphenated namesr3.6.11-rc2r3.6.11Xiangyu Yao2019-02-258-5/+34
| | | | | (cherry picked from commit e0be8ba5aa04df21f6a9a42578a349a4c303776d) (cherry picked from commit cdf15b6db2e30f51c785c8e2c56472e793a7db69)
* SERVER-35732 Test dbStats.fsUsedSize behavior for database with hyphenated namesXiangyu Yao2019-02-251-0/+24
| | | | (cherry picked from commit 2e206b90bde9e41263d4073522248091c49437fa)
* SERVER-39723 Revert "SERVER-25175 listIndexes command only includes ready ↵r3.6.11-rc1Eric Milkie2019-02-2110-101/+10
| | | | | | indexes" This reverts commit 1c922de9cac97065fb018f5d049566ecba803433.
* SERVER-31098 Wrong ns in system.profile for aggregation queryDevin Hilly2019-02-209-39/+142
| | | | | (cherry picked from commit 1862b00862a6ea9c3fdd08bba52ea6a016eccbc5) (cherry picked from commit 93f8e8b2df10c2ec28090d9bbfd533b45f3b58e2)
* SERVER-38748 Background indexes created through applyOps should run on the ↵r3.6.11-rc0Louis Williams2019-02-192-18/+53
| | | | | | command thread (cherry picked from commit 9c49d721526ac83ada34950841ceef5b0b48c3c5)
* SERVER-33958 Allow thin archives to interact with the cacheAndrew Morrow2019-02-181-21/+28
| | | | | (cherry picked from commit 2244659e80a511232cf681b5fb8c90705d4709ea) (cherry picked from commit 9649bddad9cb9649d17becf7b6733b8c318c57a6)
* SERVER-39483 Tag large build artifacts as non-cacheableAndrew Morrow2019-02-183-9/+24
| | | | | (cherry picked from commit 87881b0424d3706f57efa14b26729c9b5a7a0d4d) (cherry picked from commit 861fbd17473634d3ef991783e74a42b8c873e51b)
* SERVER-39472 Account for HMAC key inserts in apply_ops_concurrent_non_atomic.jsJacob Evans2019-02-151-2/+3
|
* Import wiredtiger: f441a501ba71c5c34ecbfc534e9c476155b151d1 from branch ↵Luke Chen2019-02-153-6/+20
| | | | | | | | | mongodb-3.6 ref: 6d142e23f7..f441a501ba for: 3.6.11 WT-4483 Improve caching of small updates to large values
* SERVER-36606: Allow construction of large BSON objectsSpencer Jackson2019-02-147-13/+150
| | | | (cherry picked from commit f99914d14b76718f1fef879cfaabe23c0c8f0857)
* SERVER-39166 $graphLookup should force a pipeline to split in sharded clusterMartin Neupauer2019-02-132-1/+45
|
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ↵Kaloian Manassiev2019-02-1318-48/+118
| | | | | | | a namespace argument (cherry picked from commit e4f26d25632f94a6577028ccefd32069550628b6) (cherry picked from commit dbcfdd8a27453e2ff552bcaa6679aac1cbc1d428)
* SERVER-39322 Backport fix for issue #37 in timelib (incorrect snprintf ↵Ian Boros2019-02-121-2/+10
| | | | | | | invocation) Original commit message from timelib: Fixed #37: Incorrect snprintf invocation with static buffer
* SERVER-38344 Hold database distlocks during migration and splitBlake Oler2019-02-121-3/+5
|
* SERVER-37274 Set priority of secondaries to zero in ↵William Schultz2019-02-113-5/+24
| | | | | | commands_that_accept_write_concern JS tests (cherry picked from commit f4c69235c352f846461c5ec11d11338114f5f3a7)
* SERVER-37339 Sharding state is set to initialized on Grid before sharding ↵Esha Maharishi2019-02-114-7/+6
| | | | components are fully initialized
* SERVER-39030 fix logging of low cardinality keys in splitVectorKevin Pulo2019-02-111-1/+1
| | | | (cherry picked from commit d504c4e98f28bfabc408736671b1410514d172ae)
* SERVER-39009 Make buildlogger credentials location configurableMathew Robinson2019-02-071-1/+2
| | | | (cherry picked from commit 78a8fa36593cc0c429ffe10e07ccc33f7ce81d27)
* SERVER-39031 Make SCons default --jobs to CPU countMathew Robinson2019-02-071-0/+17
| | | | (cherry picked from commit 6fe1c12a764ed7b615399531e819b25a9d205993)
* SERVER-38387 agg_out.js concurrency workload always fails to shard the ↵James Wahlin2019-02-041-3/+7
| | | | | | | | | | output collection (cherry picked from commit 9ed4ddae8b3c2aa7f876bdbfce00523c2b2a118c) SERVER-39081 Fix createIndexes/shardCollection race condition in agg_out.js (cherry picked from commit aad17aeba520f5c421716cb2d740057be96ce61a)