summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removing changes from WT-6444 that were statistic relatedwt-6444-mergeLuke Pearson2020-07-235-386/+380
|
* Import wiredtiger: d09046d3d6edb1677739eafd7b63b840c92cf9c9 from branch ↵Luke Chen2020-07-0311-380/+412
| | | | | | | | | mongodb-4.4 ref: 95e4b38eeb..d09046d3d6 for: 4.4.0-rc13 WT-6444 Abort a transaction if it is force evicting and oldest
* SERVER-48944 rename attr /connection_id/connectionId/Billy Donahue2020-07-021-8/+3
| | | | (cherry picked from commit bca920ba961a95e58fa2f40d80844817ad1489d8)
* SERVER-49151 Fix linter to prevent malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-028-9/+27
| | | | (cherry picked from commit 813c96fc1e6d6e5ea422356352b671c3af3e403d)
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-0211-25/+25
| | | | (cherry picked from commit d4e7ea57599b44353b5393afedee8ae5670837b3)
* Import wiredtiger: 95e4b38eebbb4050b2144341c5f60e5a2f5c40b9 from branch ↵r4.4.0-rc12Luke Chen2020-07-0212-43/+232
| | | | | | | | | | | | mongodb-4.4 ref: 5d5d26e79d..95e4b38eeb for: 4.4.0-rc12 WT-6453 Pin transaction ids for history store cursor operations WT-6465 Update config to avoid rollback error in Python tests WT-6480 Fix a bug where files without block modification information were repeatedly copied at each incremental backup WT-6487 Force pages to split in the case of lots of small updates on a page
* Import wiredtiger: 5d5d26e79db5244a5fc748346e0e578aed306be1 from branch ↵Luke Chen2020-07-0112-66/+206
| | | | | | | | | | | | mongodb-4.4 ref: 46eb0217d4..5d5d26e79d for: 4.4.0-rc12 WT-6349 Don't truncate history store updates for globally visible timestamped deletes WT-6462 Use read uncommitted isolation level for history store operations WT-6483 Add debugging for log file lists WT-6484 Don't retry eviction if last_eviction_timestamp is not set
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ↵Arun Banala2020-06-307-42/+202
| | | | | | an object (cherry picked from commit d21425a2fe6d8179815ad22a8d0047fcaca84ae3)
* Import wiredtiger: 46eb0217d46b98e7631fc463791f9e16c08ae198 from branch ↵Luke Chen2020-06-3011-315/+352
| | | | | | | | | | mongodb-4.4 ref: 48cbc0a231..46eb0217d4 for: 4.4.0-rc12 WT-6475 Create statistic to track number of cursor prev calls as a result of globally visible tombstones WT-6477 Fix silent failures about run directory never created in format.sh
* SERVER-48985 Add logging for failCommandBen Caimano2020-06-291-16/+24
|
* Revert "SERVER-48684 Pipeline stage $set fails to set a non-existent dotted ↵Arun Banala2020-06-299-134/+22
| | | | | | field to an object" This reverts commit f15e454fafcf369711f6da00ccdae5a2a4f8f0cd.
* Import wiredtiger: 48cbc0a231da8005719ff1a1628aa14372e6f327 from branch ↵Luke Chen2020-06-296-367/+427
| | | | | | | | | mongodb-4.4 ref: f7cef255d7..48cbc0a231 for: 4.4.0-rc12 WT-6442 Add a statistic to track when we wipe durable timestamps in our out-of-order handling
* SERVER-49142 Validate correct field name in RoleName::parseFromBSON()Sara Golemon2020-06-261-1/+1
| | | | (cherry picked from commit e43e383fd690f8dd930c1e912853d7ad7e0248e9)
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ↵Arun Banala2020-06-269-22/+134
| | | | | | an object (cherry picked from commit 559406f9d52e96f3c10ac3be16c5890714adb2af)
* Import wiredtiger: f7cef255d7e0c555db21c149e8bfbad2cc4a60a7 from branch ↵Luke Chen2020-06-267-299/+310
| | | | | | | | | | mongodb-4.4 ref: eafb0cea21..f7cef255d7 for: 4.4.0-rc12 WT-6456 Add stats to track the skip updating the condition wait due to race WT-6460 Consider checkpoint timestamp also as part of pinned timestamp for HS
* SERVER-48729 Exclude refine_collection_shard_key_abort_on_stepup.js from ↵Judah Schvimer2020-06-251-0/+1
| | | | | | large transactions variant (cherry picked from commit 44d5d24716c508c5854d32c5dc6ec9e0a4ee95c8)
* SERVER-48922 Create internal assertion macroAmirsaman Memaripour2020-06-255-2/+85
| | | | (cherry picked from commit 8f4f4741ad6711896caa78fbd0486e2da00e25e4)
* 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)