summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import wiredtiger: eafb0cea2157f288e027824b12506e83fe2f432d from branch ↵r4.4.0-rc11Luke Chen2020-06-258-112/+54
| | | | | | | | | | mongodb-4.4 ref: 5a74e438ea..eafb0cea21 for: 4.4.0-rc11 WT-6448 Rollback to stable to read all required pages as part of tree walk WT-6476 Block running rebalance with timestamp set in test format
* Import wiredtiger: 5a74e438ea34cc6737438f6c99ce2e5e25519a0e from branch ↵Luke Chen2020-06-257-32/+87
| | | | | | | | | mongodb-4.4 ref: 5e6daf7d42..5a74e438ea for: 4.4.0-rc11 WT-6412 Fix extended stalls being seen during MongoDB performance testing
* SERVER-39883: Have Posix powercycle tests check the MongoDB lock file to ↵Daniel Gottlieb2020-06-241-19/+41
| | | | | | signal process termination. (cherry picked from commit 128ea14211bc3b0925c5788a848b3c696743f540)
* SERVER-49045 Remove invariant from establishCursors cleanup codeNick Zolnierz2020-06-241-2/+0
| | | | (cherry picked from commit 98135d9d77cfcfac40f8c0604d7f846417c88c40)
* SERVER-48947 Clean up log message 20919 for logv2David Storch2020-06-231-5/+4
|
* Import wiredtiger: 5e6daf7d42727e3d86b2603c20852d1426dee55f from branch ↵Luke Chen2020-06-234-15/+20
| | | | | | | | | | mongodb-4.4 ref: 5199f7f394..5e6daf7d42 for: 4.4.0-rc11 WT-6457 Restore static testing that zero-length row-store values are never written WT-6464 Fix memory leak in __rollback_row_add_update
* SERVER-48396 stop SIGUSR2 from killing connectionsBilly Donahue2020-06-221-1/+1
| | | | | | | | | | Add SA_RESTART to stacktrace_thread handler This is a partial cherry-pick, we DO NOT modify asio::read or asio::write calls as the original did (cherry picked from commit 8ea7299541bdb315926d7fe17373c0387645fae6)
* SERVER-46927 push does not depend on compileKelsey Schubert2020-06-221-1/+0
| | | | (cherry picked from commit 424d03a10e1311800a21aa721d9b93ba21329c6c)
* SERVER-48778 Make reconstruct_prepared_transactions_initial_sync.js robust ↵Suganthi Mani2020-06-221-1/+1
| | | | | | to election failures. (cherry picked from commit e94ca2a3bc234c8f340330217d89da6e73d1f026)
* SERVER-48032 Change MAIL to FORUMS, and fit URLsJon Streets2020-06-223-12/+13
|
* SERVER-48934 Remove unneeded AutoGetCollectionForRead call during oplog ↵Dianna Hohensee2020-06-221-3/+0
| | | | truncation that assigns an unwanted ReadSource
* SERVER-47223 Verify that $geoNear applies index hint correctlyMihai Andrei2020-06-221-0/+53
| | | | (cherry picked from commit e1d82874e90ed0cb7fd6898edc54d47c1a42b97c)
* SERVER-48926 Fix remaining sharding tests that incorrectly set votes to 0 on ↵Esha Maharishi2020-06-225-14/+14
| | | | | | shard secondaries (cherry picked from commit da40d32905482aa2036ff98678d909cd2d7e850a)
* Import wiredtiger: 5199f7f394d6192475b83e211575be196afa1523 from branch ↵Luke Chen2020-06-227-8/+26
| | | | | | | | | | | | mongodb-4.4 ref: 3b4a927265..5199f7f394 for: 4.4.0-rc11 WT-6407 Fix searching history store accidentally across table boundary WT-6452 Update eviction test config to avoid rollback errors WT-6455 Fix the incorrect connection level debug flag value WT-6461 Add verbose logging for tombstones restored from history store
* SERVER-48409 Fix race in establishCursors unittestDavid Percy2020-06-212-32/+46
|
* Import wiredtiger: 3b4a927265fc81dc4ab8895c5451a7ec9582c1d3 from branch ↵Luke Chen2020-06-1924-506/+898
| | | | | | | | | | | | | | | | mongodb-4.4 ref: 3998a1f701..3b4a927265 for: 4.4.0-rc11 WT-6349 Don't clean the globally visible on-disk tombstones as part of checkpoint WT-6351 Fix race between threads to update condition variable's previous wait value WT-6388 Fix-up out-of-order updates in the history store WT-6397 Reduce visibility restrictions for reading tombstone information from history store's update list WT-6428 Fixes for checkpoint retention WT-6429 Fix memory leak in rollback to stable WT-6438 Fix rollback error due to cache pressure WT-6441 Add stats to indicate how many times the history store is search happened during a normal search call
* SERVER-48585 Fix Compact end log statementHenrik Edin2020-06-191-1/+1
| | | | (cherry picked from commit 07765dda62d4709cddc9506ea378c0d711791b57)
* SERVER-47950 Continuous stepdown thread should fail resmoke job loudly on ↵Siyuan Zhou2020-06-192-8/+12
| | | | | | exceptions (cherry picked from commit 116d80c8267425fb71043f5a1200993355917707)
* SERVER-48383 Wait for removed node to finish state transition in ↵Siyuan Zhou2020-06-191-2/+8
| | | | | | force_reconfig_skips_oplog_commitment.js (cherry picked from commit 9c1c964657fc021f94e3d0e6fb806f6848547045)
* SERVER-48976 jstests/core tests need to use isJsonLog() because multiversionGabriel Russell2020-06-183-3/+3
|
* SERVER-48262 hanged variable name to check whether it should use the 4.4 FCV ↵Luis Osta2020-06-182-18/+18
| | | | protocol
* SERVER-48943 remove leiningen install from evergreen.ymlRobert Guo2020-06-181-1/+0
| | | | (cherry picked from commit f0d54d94b37d68710db00d88fc1eda835f621bbb)
* SERVER-48704 Emit deprecation warning when serviceExecutor is "adaptive"Amirsaman Memaripour2020-06-181-0/+7
| | | | (cherry picked from commit ec679c6c9bb0f4b83f21560e3b5367769b07ba3a)
* SERVER-47353 remove ConfigurationInProgress as ignorable error in reconfig hookPavi Vetriselvan2020-06-181-3/+3
| | | | (cherry picked from commit 9f3190930edc37a18cf4bdeb24872505e37fbdc3)
* SERVER-48329 Rename generated action_type files to be less fragileAndrew Morrow2020-06-183-3/+40
|
* Import wiredtiger: 3998a1f701bfc67afeceeef68624fbeb58daa468 from branch ↵Luke Chen2020-06-1811-101/+278
| | | | | | | | | | | mongodb-4.4 ref: 5faf7b26eb..3998a1f701 for: 4.4.0-rc11 WT-6417 Fix not restoring tombstone in rollback to stable WT-6434 Configure tests to avoid rollback due to cache pressure WT-6435 Disable dirty eviction in some tests sensitive to stats
* SERVER-48772 Correctly timestamp writes when dropping multiple indexesGregory Wlodarek2020-06-182-5/+89
| | | | (cherry picked from commit 9397a9e59b22909a6bf00050bb9653117544aea1)
* SERVER-48514: Separate testing 'called' and 'successful' fields for ↵Xuerui Fa2020-06-182-9/+22
| | | | | | serverStatus election metrics (cherry picked from commit 1a79855014361b5938322549758a89c1ec75e792)
* SERVER-48569: Add ConflictingOperationInProgress as acceptable error code to ↵Xuerui Fa2020-06-181-1/+2
| | | | | | stepDown in validateCollectionsCallback (cherry picked from commit 6122ee1243ec051d4e1d39efe70235b897f956c5)
* SERVER-48919 dont_read_oplog_hole_on_step_up.js should wait until primary is ↵Louis Williams2020-06-171-1/+3
| | | | | | writable (cherry picked from commit 6947b03638c1c3ed0fe76c579c1b27725933cf09)
* SERVER-44273 Fix timeZoneInfo file load on WindowsJames Wahlin2020-06-173-3/+25
| | | | (cherry picked from commit 56ef6a8f586e58f2d23911226c7880a7b678e0af)
* SERVER-48611 Use awaitLastOpCommitted instead of awaitReplication in ↵William Schultz2020-06-171-2/+2
| | | | | | speculative_majority_find.js (cherry picked from commit cbf2cb2cd7288b6b0aae866296d2c1f1acd344ad)
* SERVER-44553 Make the shell ResetDbpath helper resilient to files being open ↵Gregory Noma2020-06-171-2/+12
| | | | | | on Windows (cherry picked from commit c277251fb7bce31be749a236a07bdc7b3412b173)
* SERVER-46445 Set valid result for service account check when using the ↵Nir Bar2020-06-171-3/+4
| | | | | | | | | | builtin account Signed-off-by: Andrew Morrow <acm@mongodb.com> Closes #1367 (cherry picked from commit ad5ca87b55d7c41827f8e61d22b18aa222b1ef6e)
* SERVER-48352 logv2 cleanup for scripting/mozjs, shell/Gabriel Russell2020-06-179-130/+88
| | | | | | o also, deduplicated the example log id's in src/mongo/logv2/README.md even though they were just examples, it was funny that there were not unique
* SERVER-48695 setAppliedThrough must set orderedCommit=false on the recovery unitMatthew Russotto2020-06-171-0/+1
| | | | (cherry picked from commit e52733a000b23cde7dcd2b2fc765a8a1f1012165)
* SERVER-48527 Aborting in-progress transactions on step-up should clear ↵Judah Schvimer2020-06-174-0/+114
| | | | | | session state before returning (cherry picked from commit 07169364c2aece0fb99f4a97b796196edb033efa)
* SERVER-46723 Update replication architecture guide for safe reconfigWilliam Schultz2020-06-171-13/+150
| | | | (cherry picked from commit 2de03a25a0a3dc8f7e675c33ff9e1b1370532d41)
* Import wiredtiger: 5faf7b26eb9d311b8a7575a16c757078772eb02d from branch ↵r4.4.0-rc10Luke Chen2020-06-1720-577/+818
| | | | | | | | | mongodb-4.4 ref: ab40833d91..5faf7b26eb for: 4.4.0-rc10 WT-6175 tcmalloc fragmentation is worse in 4.4 with durable history
* SERVER-48891 reIndex should not lookup nonexistent database in ViewCatalogLouis Williams2020-06-161-1/+2
| | | | (cherry picked from commit b9874b9c81e529e661b6615dd2ce5948e6db15bc)
* SERVER-48614 Fix plan cache discriminators for partial wildcard indexesDavid Storch2020-06-166-28/+236
| | | | | | | | | | | | | | | | | | Previously, discrimination based on the partial filter expression was done for all paths included in the wildcard projection. This could lead to a situation where two queries were erroneously assigned the same plan cache key. The fix is to ensure that for wildcard indexes, partial index discriminators are instead registered only for those paths mentioned in the partial filter expression. Unlike other kinds of wildcard index discriminators (e.g. handling concerns of null equality or collation), the paths in the partial filter expression are known a priori. Therefore, discrimination based on the partial filter can be done in the same way for wildcard and non-wildcard indexes. (cherry picked from commit 80f424c02df47469792917673ab7e6dd77b01421)
* SERVER-48411 Fixes clang tidy failure in member_config_test.cppSuganthi Mani2020-06-161-11/+19
|
* Import wiredtiger: ab40833d9130b71f4b36a1a03fd8f4f137d11bdd from branch ↵Luke Chen2020-06-1620-280/+1104
| | | | | | | | | | | | mongodb-4.4 ref: 930bbacc37..ab40833d91 for: 4.4.0-rc10 WT-6108 Add support for rollback_to_stable to test/format WT-6395 Reorder the history store inserts if there exists an update with same timestamp after restart WT-6398 Format history store cursor should handle WT_ROLLBACK return WT-6416 RTS to skip reading internal pages that don't have newer updates
* SERVER-48411 Increase maximum allowed replica set memberId on disk from 255 ↵Suganthi Mani2020-06-167-9/+130
| | | | to INT_MAX.
* SERVER-48756 Use larger maxTimeMSForHedgedReads hedging_metrics_server_status.jsCheahuychou Mao2020-06-161-1/+1
| | | | (cherry picked from commit af4a4399ded235a268c631c59a231e8210e40192)
* SERVER-48701 LogV2 update for shutdown commandSara Golemon2020-06-152-2/+2
|
* SERVER-48576 Fix the election race in change_stream_stepdown.jsSuganthi Mani2020-06-151-8/+12
| | | | (cherry picked from commit 93a75ad40b00da1d30e5d01c26afda1488c9edf2)
* Import wiredtiger: 930bbacc3761a10483875585dbd4ecb58271d57e from branch ↵Luke Chen2020-06-157-39/+58
| | | | | | | | | | | | | | | mongodb-4.4 ref: f650b1124b..930bbacc37 for: 4.4.0-rc10 WT-6175 tcmalloc fragmentation is worse in 4.4 with durable history WT-6344 Clean-up timestamped updates to cater for globally visible full updates WT-6408 test/format bulk load can set an incorrect row count WT-6413 Remove globally visible check in __wt_checkpoint_close WT-6414 Block running rebalance with timestamp set in test format WT-6418 Account for aborted updates when doing the first scan of updates before inserting them to the history store WT-6419 Make sure we dump core on Evergreen PPC machines
* Import wiredtiger: f650b1124b18cb4bccd61ca822ed19157206cc7e from branch ↵Luke Chen2020-06-125-66/+135
| | | | | | | | | mongodb-4.4 ref: cd0eca9e68..f650b1124b for: 4.4.0-rc10 WT-6347 Clear history store contents for mixed mode updates
* SERVER-48707 Move replication recovery invariant behind test only flagWilliam Schultz2020-06-126-5/+42
|