summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41094 Write compass installer to build directoryr4.3.0Mathew Robinson2019-10-281-5/+9
|
* SERVER-44177 run inactive projects weekly in EvergreenRobert Guo2019-10-281-77/+22
|
* SERVER-43911 Permit building compound hashed indexesArun Banala2019-10-2814-202/+575
|
* Import wiredtiger: 2fd676d2bca3a57b8cd704e980d7518d82015c0f from branch ↵Luke Chen2019-10-285-17/+244
| | | | | | | | | | | | | | | | | mongodb-4.4 ref: fb527a5411..2fd676d2bc for: 4.3.1 WT-4976 Migrate Jenkins “wiredtiger-pull-request-builds” job to Evergreen WT-4984 Migrate Jenkins “wiredtiger-clang-sanitizer” job to Evergreen WT-4985 Migrate Jenkins “wiredtiger-sanitized-undefined” job to Evergreen WT-4986 Migrate Jenkins “wiredtiger-linux-directio” job to Evergreen WT-4993 Migrate Jenkins “wiredtiger-configure-combinations” job to Evergreen WT-5114 Enable running WiredTiger with clang MemorySanitizer WT-5157 Fix atomics usage in spinlock implementation WT-5195 Reduce Python unit test build time for Evergreen Windows build variant WT-5197 Fix sanitizer runtime flags in Evergreen
* SERVER-44186 allow index builds to continue running on stepdownBenety Goh2019-10-275-15/+76
| | | | | This applies to two phase index builds only. Previously, the index build would be aborted on stepdown.
* SERVER-44186 add js test for testing index build failoverBenety Goh2019-10-271-0/+71
|
* SERVER-44186 index builds use same OperationContext::writesAreReplicated() ↵Benety Goh2019-10-273-17/+8
| | | | setting across primaries and secondaries
* SERVER-44186 IndexBuildsCoordinator checks replication state before writing ↵Benety Goh2019-10-272-16/+67
| | | | commitIndexBuild oplog entry
* Revert "SERVER-44017 hang_analyzer.py inflates debug-symbols"Robert Guo2019-10-262-61/+26
| | | | This reverts commit a2ab511f0191a8dabf0962c52fe41325700a3b6d.
* SERVER-44186 IndexBuildsCoordinator waits for commit/abort depending on the ↵Benety Goh2019-10-261-5/+34
| | | | node's current replication state
* SERVER-44186 rename IndexBuildOptions::replSetAndNotPrimary to ↵Benety Goh2019-10-264-14/+10
| | | | replSetAndNotPrimaryAtStart
* Revert "SERVER-44042 Enable ↵Benety Goh2019-10-261-12/+9
| | | | | | reconstruct_prepared_transactions_initial_sync_index_build.js when two phase index builds are enabled" This reverts commit 20ca77a7181ad9629b91eae1884664cfaa4e6941.
* SERVER-44186 createIndexes command logs interruption exception detailsBenety Goh2019-10-261-3/+7
|
* SERVER-41464 setInitialSyncFlag() and clearInitialSyncFlag() should not be ↵Gregory Wlodarek2019-10-251-41/+36
| | | | called while holding locks in StorageTimestampTests
* SERVER-44133 Refactor kms memory allocation to header fileMark Benvenuto2019-10-252-50/+69
|
* SERVER-43936 Implement simpler, quicker python based C++ linterMark Benvenuto2019-10-2515-14/+426
|
* SERVER-39165 Add waitForFailpoint command and update other repl testsCheahuychou Mao2019-10-2525-145/+107
|
* SERVER-39165 Add waitForFailpoint command and update initial sync testsCheahuychou Mao2019-10-2518-100/+76
|
* SERVER-44245 Make id_partial_projection.js more robustIan Boros2019-10-251-8/+13
|
* SERVER-15902 sigaltstack for workers and stdx::thread.Billy Donahue2019-10-255-32/+425
|
* SERVER-39332 Change reliance on balancer to use manual migrations in ↵Blake Oler2019-10-251-122/+85
| | | | remove2.js (and make other touchups)
* SERVER-44233 Rename database_and_shard_versioning_all_commands.js to ↵Esha Maharishi2019-10-254-3/+3
| | | | database_versioning_all_commands.js
* SERVER-39165 Add waitForFailpoint command and update non-repl testsCheahuychou Mao2019-10-2519-42/+283
|
* SERVER-44185 Convert keyStringAssert() and keyStringAsserted() into a macro ↵Gregory Wlodarek2019-10-251-8/+5
| | | | to avoid evaluating parameters early
* SERVER-44239 Ensure the parallel shell in lock_stats.js finishes ↵Gregory Wlodarek2019-10-251-25/+2
| | | | successfully to record the server status properly
* SERVER-44050 Arrays are not correctly rejected during key generation for ↵Arun Banala2019-10-252-8/+22
| | | | 'hashed' indexes
* SERVER-44027 Replace accidental database lock with a collection lock for the ↵Gregory Wlodarek2019-10-251-2/+5
| | | | source target when renaming collections across databases
* SERVER-44233 Remove checking that shardVersion UNSHARDED was sent from ↵Esha Maharishi2019-10-242-118/+13
| | | | database_and_shard_versioning_all_commands.js
* SERVER-43685 Move snapshot id handling above storage API.David Storch2019-10-2417-102/+148
| | | | | | This ensures that all storage engines support tracking of snapshot ids, and by extenion, allows the query system to rely on the validity of these ids for all engines.
* SERVER-42745 Simplify StaleDbVersion handling on the batch write path on routersEsha Maharishi2019-10-241-12/+22
|
* 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