summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-35085 Hide the visibility of UUIDCatalog changes during ↵r4.1.1Dianna Hohensee2018-07-138-22/+73
| | | | | | repairDatabase cmd Added RAII object around UUIDCatalog::onCloseCatalog and UUIDCatalog::onOpenCatalog
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-1353-301/+189
|
* SERVER-35692 Add support to an optional re-registration bool in metrics responseMark Benvenuto2018-07-1311-34/+300
|
* SERVER-35903 Free monitoring disable without enabling does not workMark Benvenuto2018-07-138-34/+81
|
* Import tools: 5f036603357e3d910e4d765369261fd0b577dd59 from branch v4.1David Golden2018-07-1326-99/+1286
| | | | | | | | | | | | ref: 37adadadd5..5f03660335 for: 4.1.1 TOOLS-1709 Set build version and git revision using -ldflags TOOLS-1970 Add replay-dist task to evergreen wherever we think it will succeed TOOLS-1991 Build tools with Go 1.10.1 TOOLS-2060 Support mongoreplay playback using ssl TOOLS-2067 sslFIPSMode doesn't error when unavailable in openssl TOOLS-2075 mongoreplay always replays to secondary
* SERVER-35168 Added ClientInfo to Session to track info about the last client ↵jinichu2018-07-133-0/+171
| | | | to run a transaction operation on Session
* SERVER-33243 Improve logging when a node changes its sync sourceSiyuan Zhou2018-07-131-3/+11
|
* SERVER-36049 Enable snapshot readConcern w/o atClusterTime for txn commands ↵Jack Mulrow2018-07-134-74/+132
| | | | on mongos
* SERVER-36110 Fix --tlsOnNormalPorts canonicalizationSara Golemon2018-07-132-2/+19
|
* Revert "SERVER-28734 Provide a way to recover data files when lacking ↵Xiangyu Yao2018-07-1312-483/+60
| | | | | | WiredTiger metadata, but have _mdb_catalog data" This reverts commit ca2b902002110013479af34f0ce6dee9906d9ad9.
* SERVER-35310 Added timeActiveMicros and timeInactiveMicros to CurrentOp's ↵jinichu2018-07-137-53/+298
| | | | transaction sub-document
* Fix build for LibreSSL 2.7 (adopted parts of OpenSSL 1.1 API).Michael Gmelin2018-07-132-2/+4
| | | | | | Closes #1252 Signed-off-by: Mark Benvenuto <mark.benvenuto@mongodb.com>
* SERVER-35302 Added startWallClockTime to CurrentOp's transaction sub-documentjinichu2018-07-134-20/+62
|
* SERVER-36034 Add testing to ensure skip level upgrades to 4.2 fail but leave ↵Blake Oler2018-07-131-0/+92
| | | | data files in a recoverable state.
* SERVER-35824 disallow downgrade to 4.0 if long index namespaces are detectedBenety Goh2018-07-135-6/+105
|
* SERVER-35824 disallow long index namespaces under FCV 4.0Benety Goh2018-07-134-4/+58
|
* SERVER-35325 Implement key generation for "allPaths" indexesBernard Gorman2018-07-1322-512/+2307
|
* SERVER-33998 Remove the parallelCollectionScan commandSean Tao2018-07-1230-1069/+66
|
* Fix error codesGeert Bosch2018-07-123-3/+3
|
* SERVER-35623 Send a replSetStepUp command to an eligible candidate on stepdownVesselina Ratcheva2018-07-127-0/+232
|
* SERVER-35605 sh.setBalancerState() should check its argument type to avoid ↵Sarah Zhou2018-07-121-0/+1
| | | | unexpected results
* SERVER-35125 Add additional SECBUFFER_EXTRA validationMark Benvenuto2018-07-121-3/+6
|
* SERVER-36071 Check status of shardsvrShardCollectionjannaerin2018-07-121-1/+9
|
* SERVER-34788: Improve commandWorked/Failed assertion messagesDavid Bradford2018-07-122-8/+35
|
* SERVER-36054 Remove more unused methods from CSS/MetadataManagerKaloian Manassiev2018-07-127-107/+51
|
* Add requires_document_locking tag to noPassthrough/indexbg2.js toAudrey Fang2018-07-122-2/+2
| | | | exclude it from running on Ephemeral For Test.
* SERVER-36027 Inject enterprise module where requiredAndrew Morrow2018-07-111-2/+2
|
* SERVER-36082 Don't link getShardMap into embeddedAndrew Morrow2018-07-116-11/+19
|
* Revert "SERVER-36071 Check status of shardsvrShardCollection"jannaerin2018-07-111-8/+1
| | | | This reverts commit bccb252836954ac1963f8daf0d7bbdcf7af1d01c.
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-1119-494/+20
|
* SERVER-36054 Remove ScopedCollectionMetadata's operator boolKaloian Manassiev2018-07-1128-334/+348
|
* SERVER-36071 Check status of shardsvrShardCollectionjannaerin2018-07-111-1/+8
|
* SERVER-35911 Upgraded GetMoreCmd and ClusterGetMoreCmd to use TypedCommandAnthony Roy2018-07-114-431/+421
| | | | | Upgraded for access to DocumentSequences and to reduce the amount of GetMoreRequest parses requred.
* SERVER-35912 Upgraded PipelineCommand and ClusterPipelineCommand to TypedCommandAnthony Roy2018-07-112-107/+134
| | | | | Moved the pipeline commands from BasicCommand to Command in order to gain access to DocumentSequences.
* SERVER-35722 Move intial splitting in shardCollection to primary shardjannaerin2018-07-113-30/+246
|
* SERVER-35595 Add a passthrough coordinateCommitTransaction commandJack Mulrow2018-07-116-2/+143
|
* SERVER-36060 Remove unused variable declarationsSara Golemon2018-07-114-17/+0
|
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-1122-695/+233
|
* SERVER-34897 add parameter to prohibit mongos retriesKevin Pulo2018-07-111-0/+10
|
* SERVER-35758 Mongo shell prompt errors when running transactions after ↵Siyuan Zhou2018-07-103-1/+67
| | | | overriding 'db'
* SERVER-35722 Move skeleton of shardCollection command to primary shardjannaerin2018-07-109-7/+658
|
* SERVER-36041 Increase size of changelog and actionlog in ↵Sarah Zhou2018-07-101-2/+2
| | | | sharding_catalog_client_test
* SERVER-28734 Provide a way to recover data files when lacking WiredTiger ↵Louis Williams2018-07-1012-60/+483
| | | | metadata, but have _mdb_catalog data
* SERVER-35537 Remove usage of check function from mr_shard_version.js.Max Hirschhorn2018-07-101-8/+0
|
* SERVER-36041 Increase the size of changelog and actionlogSarah Zhou2018-07-101-2/+2
|
* SERVER-35940 Remove IntrusiveCounterMartin Neupauer2018-07-102-65/+2
|
* SERVER-35937 Move authorization error handling to service entry pointNathan Orttung2018-07-107-49/+29
|
* SERVER-33191 add test to fill wiredtiger cache during steady state oplog ↵Benety Goh2018-07-101-0/+65
| | | | replication
* SERVER-36028 Fix Windows compile by adding typename to Biggie iterator ↵Audrey Fang2018-07-101-1/+1
| | | | value_type declaration
* Revert "SERVER-31031 Skip oplog entries that are unrelated to the chunk ↵Blake Oler2018-07-101-13/+3
| | | | | | being migrated" This reverts commit 014bbe772c76b3be2637da91dbe4bef56d264f95.