summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "SERVER-39004 Introduce a quota mechanism for the overflow file"r3.6.14-rc0r3.6.14Alex Cameron2019-08-1310-145/+6
| | | | This reverts commit 9010c8eb5552f589a573515f41065348eac69ef7.
* SERVER-42178 Disable Split Horizon testing on SLES.ADAM David Alan Martin2019-08-131-0/+6
| | | | (cherry picked from commit cabb59afb1d6ea0ba68caedd8842776e002839e8)
* SERVER-41248 Ensure ReplicaSetMonitor initializes its random state with ↵Shaileja Jain2019-08-091-1/+2
| | | | truly random data
* Import wiredtiger: 04447c57d565903849f0797fa391cd60f5fc7992 from branch ↵Luke Chen2019-08-088-177/+54
| | | | | | | | | | | mongodb-3.6 ref: 629316c271..04447c57d5 for: 3.6.14 Revert "WT-4869 When eviction isn't keeping up, stop adding pages to cache. (#4699)" Revert "WT-4881 Soften the restrictions on reentering reconciliation. (#4724)" Revert "WT-4893 Fix a race between internal page child-page eviction checks and cursors in the tree(#4749)"
* SERVER-42603 Add After=network.target to service filesMathew Robinson2019-08-062-0/+2
| | | | (cherry picked from commit edd215fd7979d776be5a9fab6cc8335a29fd96f1)
* Import wiredtiger: 629316c2714322e1fbd26765aa22ba431ce977c1 from branch ↵Luke Chen2019-08-068-54/+177
| | | | | | | | | | | mongodb-3.6 ref: 298609418d..629316c271 for: 3.6.14 WT-4869 Stop adding cache pressure when eviction is falling behind WT-4881 Soften the restrictions on re-entering reconciliation WT-4893 Fix a race between internal page child-page eviction checks and cursors in the tree
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-08-0610-6/+145
| | | | | | (cherry picked from commit b29c22ad4b89dccca63bd2a279c48f47f76093d1) (cherry picked from commit b6f1010451de1a10e12c4b6d865476cce284afce) (cherry picked from commit b571e1a50d9990690f86539127cc2d119ec0edae)
* SERVER-42055 Only acquire a collection IX lock to write the lastVote documentMatthew Russotto2019-08-059-25/+79
| | | | | | Backported error code CannotCreateCollection on top of cherry pick. (cherry picked from commit 7320a19db85c552a1c88204c4145f2cf18dfcb90)
* SERVER-42603 Remove cyclic dependency in SystemD service filesMathew Robinson2019-08-052-2/+0
| | | | (cherry picked from commit 18bff834e331f8a6a13aeec4c9cf94a9e9239d75)
* SERVER-36394 Don't refresh balancer configuration for autosplit if autosplit ↵Matthew Saltz2019-07-311-1/+2
| | | | | | is currently disabled (cherry picked from commit 4a0def0129ae5aa6c8ea951b5c452c8938cf4d83)
* SERVER-41829 findAndModify ignores filter expressions that are not objectsArun Banala2019-07-314-6/+159
| | | | (cherry picked from commit de511c6bbf22d662912f228a3ac7a8e7a8bc3c61)
* SERVER-41184 Add metrics to indicate the amount of sharded updates done with ↵Arun Banala2019-07-314-2/+154
| | | | | | only _id in query (cherry picked from commit 62f8537f08a89efbd68d94c5af14756971849237)
* SERVER-41913 Avoid in-place modify operations for logged collections.Michael Cahill2019-07-312-7/+10
| | | | | | (cherry picked from commit 8b1d5ef199d881ab4fce61e585006436e9e6d2d1) (cherry picked from commit abf661c2657e08a53c4fd13d939b4587ddaf734d) (cherry picked from commit b583a5704eaf895facadaf470ddd9cf2bfe6270e)
* SERVER-41016 Calculate deltas for updates to large documents.Michael Cahill2019-07-311-2/+31
| | | | | (cherry picked from commit 0d16c757b7badfcadac2a6794525f3c41a621a07) (cherry picked from commit 98285cd9c36ac995a0207012c6742c2cefc03dd4)
* SERVER-38141 Fix Incorrect usage of MONGO_CONFIG_HAS_SSL_SET_ECDH_AUTOPatrick Freed2019-07-304-6/+9
| | | | (cherry picked from commit 925d776b081b02b0034094d8c1277946f43a4f56)
* Revert "SERVER-38141 Fix Incorrect usage of MONGO_CONFIG_HAS_SSL_SET_ECDH_AUTO"Jonathan Reams2019-07-303-8/+5
| | | | This reverts commit ed1b9123d7d1eeaa76dff21bea96fa556a079836.
* SERVER-38141 Fix Incorrect usage of MONGO_CONFIG_HAS_SSL_SET_ECDH_AUTOPatrick Freed2019-07-253-5/+8
| | | | (cherry picked from commit 925d776b081b02b0034094d8c1277946f43a4f56)
* SERVER-42228 Skip joining flush thread when logs are already incomplete.Max Hirschhorn2019-07-161-1/+8
| | | | (cherry picked from commit c8259b383f8e6f9ce9229774881a55c8dc41e222)
* SERVER-42109 Add Ubuntu 14.04 to v3.6Brian McCarthy2019-07-121-0/+141
|
* Platform Support: Remove Enterprise RHEL 6.7 zSeries from 3.6Kelsey Schubert2019-07-111-140/+0
|
* SERVER-41859 logical_time_metadata.js shouldn't assume lastApplied opTime ↵Jack Mulrow2019-07-111-4/+8
| | | | | | equals $clusterTime (cherry picked from commit 624ffeeb25a8982f32295053d30ae1fe000cc15b)
* SERVER-41680 Add --branch option to fuzzer invocationSandy Gould2019-07-111-1/+1
| | | | (cherry picked from commit b9272e3fc9c41aff5e8ba8a0d641eed278fcd92f)
* SERVER-41036 Make ReadWriteAbility::_canAcceptNonLocalWrites an AtomicWord<bool>Vesselina Ratcheva2019-07-102-11/+11
| | | | (cherry picked from commit 21746d3302f37a9d5716c2f249b99d7f0e273344)
* SERVER-41442 fix lintJudah Schvimer2019-07-101-1/+0
| | | | | | (cherry picked from commit ade1de2c64f831a505824b2564652cfd6373be83) (cherry picked from commit cabac3a0eb8d7cfbe14cd5422ce4b32166dc2e94) (cherry picked from commit 14e366ea7c54d10f740de8b6e203b6c34968b44c)
* SERVER-41442 Fix second race in umask.jsJonathan Reams2019-07-101-2/+1
| | | | | | (cherry picked from commit 225e512c891f7215a759ea63105012f328a0a8d8) (cherry picked from commit 01ff5cd303b48c553600959de8f949553e3d81a7) (cherry picked from commit 3d819854cf398a178b368aa69ef254cd57848c91)
* SERVER-41069 Add option to disable embedded roles from X509 certificatesJonathan Reams2019-07-092-0/+9
| | | | | | (cherry picked from commit 85ec26ff72f4029c52c40fab796ad53533828e60) (cherry picked from commit 20c801587e1dab2d9cb2d468a4b10e3549d91e24) (cherry picked from commit c0f9667715e87634ba3d8d956e8bc9ae752518cf)
* SERVER-41867 Do not reacquire the catalog cache mutex if getChunksSince throwsKaloian Manassiev2019-07-091-2/+1
| | | | (cherry picked from commit f7fc5eb7ffd428bfb02ec63abd04898c74d31043)
* SERVER-40134 fix bug in distinct() against viewsIan Boros2019-07-055-11/+177
|
* Import wiredtiger: 298609418d45b9821c06d588d28b710b7b36c195 from branch ↵Luke Chen2019-07-0542-507/+1569
| | | | | | | | | | | | | | | | | | | | | mongodb-3.6 ref: dc91a569c8..298609418d for: 3.6.14 WT-4352 Resolve birthmarks during eviction in more cases WT-4421 Add a way to calculate modify operations WT-4693 WT_CONNECTION::reconfigure should not require quiescence when downgraded WT-4706 Add a statistic to track the lookaside table size WT-4750 Sweep can remove active lookaside records when files are closed and re-opened WT-4759 Save a copy when an old overflow value is discarded WT-4768 Inconsistent data with lookaside eviction followed by sweep WT-4769 Don't discard active history for empty pages WT-4776 Modify operations should be equivalent to updates WT-4794 Mark lookaside history resolved in all paths WT-4803 Implement file_max configuration for Cache Overflow mechanism WT-4823 Add check for uninitialised lookaside resources WT-4848 Fix perf regression when calculating differences
* SERVER-41869 On term mismatch do not invoke the getChunkSince callback under ↵Kaloian Manassiev2019-07-0310-79/+52
| | | | | | | | | | | mutex As part of this change also backports the following cleanup: - Use alias for the callback of CatalogCacheLoader::getChunksSince - Use StringMap in CollectionShardingState instead of std::unordered_map (cherry picked from commit cb0393248d26e21e69efde15d9d3965293ead29b) (cherry picked from commit 059b8a9dc777e3940caa26f2a909d4988b605645)
* SERVER-38659 Fix race in stepdown testA. Jesse Jiryu Davis2019-07-011-0/+8
|
* SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void`Kaloian Manassiev2019-06-3015-95/+74
| | | | | | | ... because having it return Status just so all callers can assert that it's OK is useless. (cherry picked from commit 4b955e6a1a35b1704a05aa29bd7e6ed42612333c)
* SERVER-26531 Don't reset the control chunk's 'jumbo' flag on migration commitKaloian Manassiev2019-06-303-49/+57
| | | | (cherry picked from commit 8fd79fe845e3e4717df26abb78c3fb7859f3823e)
* SERVER-41967: Run Fuzzer from Z: rather than C: on WindowsRyan Timmons2019-06-271-0/+2
|
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-06-2513-35/+147
|
* SERVER-41004 Allow CursorNotFound errors to count as a successful kill in ↵Blake Oler2019-06-251-3/+8
| | | | | | the killSessions command (cherry picked from commit a0c6dc635efc4f14144fa292a626bde63656fbf8)
* SERVER-35067 Blacklist explain2.js from retryable writes jscore stepdown suiteCheahuychou Mao2019-06-251-0/+4
| | | | (cherry picked from commit 3bec524a983f2a21bfd40b1d39c937189e12db07)
* SERVER-36469 Change shard_kill_and_pooling.js to use one shard to ensure ↵Blake Oler2019-06-241-1/+1
| | | | | | correct test behavior (cherry picked from commit c84cc4eee31704f5c0257512b48b7e2513515ef7)
* SERVER-41148 FTDC is calling boost::filesystem without passing an error_code ↵Mark Benvenuto2019-06-244-16/+59
| | | | | | parameter (cherry picked from commit d8e2c4748fda6fc24ea0d1bb1541ea9c66f5e1cf)
* SERVER-41753 Change indexc.js to use a single dateTed Tuckman2019-06-211-1/+2
| | | | (cherry picked from commit 211db32dc1838d591778f5c3c24e00435d3b59a0)
* SERVER-41833 Update README license textKelsey Schubert2019-06-201-4/+4
| | | | (cherry picked from commit fdb157dac0548068776f1b5fac968b412cd5b08e)
* SERVER-41441 Upgrade static OpenSSL to 1.1.1cSpencer Jackson2019-06-191-2/+2
| | | | | | (cherry picked from commit 7d83325274519b00a81ad919018aaa36200058bb) (cherry picked from commit d8269ebb310f109f511c64f5ed39837fc6fb6e5b) (cherry picked from commit 497080647ed8223903a55d7674d10262f06ab00c)
* SERVER-41575 remove 'votes: 0' option for nodes in the ↵Lamont Nelson2019-06-191-1/+1
| | | | | | jstests/sharding/secondary_shard_versioning.js test (cherry picked from commit 998ed6bacb93aa130fa996ad30d78eba9454c1d9)
* SERVER-36443 Clear ChunkManager objects in metadata when no longer in usejannaerin2019-06-193-17/+141
| | | | (cherry picked from commit da8c0d18e7ba69ef2ce31236d34816f6fbe8cec3)
* SERVER-41789 sys-perf: Use bootstrap.overrides in bootstrap.yml config fileHenrik Ingo2019-06-191-3/+7
| | | | (cherry picked from commit 89cf8962bf2502fc4091f930b02f2f021d18fd39)
* SERVER-41401 SERVER-40924 SERVER-40923 Add Evergreen task to sanity check ↵Robert Guo2019-06-181-50/+127
| | | | fuzzer can parse JavaScript tests, remove npm test call
* SERVER-41624 No Split Horizons testing in Legacy TransportADAM David Alan Martin2019-06-142-2/+3
|
* SERVER-40336 Use SecureRandom to seed the random number generator in ↵Siyuan Zhou2019-06-141-1/+2
| | | | | | replication coordinator. (cherry picked from commit c600aa9d7423eca8151daf626e2799d9a6c7b31c)
* SERVER-41743 Add banner to MSISpencer Jackson2019-06-141-0/+5
| | | | | (cherry picked from commit 9f973418a578bf0b4643908f5af2af972a086c92) (cherry picked from commit b080c0eb93a62ffed80a964d5a39766c85c2a41c)
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a ↵Arun Banala2019-06-1320-499/+738
| | | | | | parameter (cherry picked from commit ab9d3aaad1cb9ad42063c1291ea07e321260a3d1)