summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-31913: EVG timezone task compile failurer3.7.0Nick Zolnierz2017-11-141-1/+1
|
* SERVER-31948: Do not lock the `_indexObserverMutex` on the ↵r3.6.0-rc4Daniel Gottlieb2017-11-131-0/+9
| | | | | | | | `informIndexObserver` code path. IndexObservers were part of the background collection/index consistency validation, but the feature did not make it in for 3.6. IndexObservers currently cannot be installed, so we'll gain some perf by not locking the mutex for what is otherwise a no-op.
* SERVER-31933 Add prepareSnapshot method to avoid doing this implicitly in ↵Geert Bosch2017-11-135-1/+17
| | | | _getNextOptimes mutex
* Revert "SERVER-31882 start a transaction when beginning a UnitOfWork"Geert Bosch2017-11-132-3/+1
| | | | This reverts commit 9a7ab2468ec94462890395cc591cd629d1dd9f7c.
* SERVER-31610 Add timestamp to plan cache entriesjannaerin2017-11-1312-115/+216
|
* SERVER-31881 set collection temp status correctly in rollbackViaRefetchJudah Schvimer2017-11-132-5/+44
|
* SERVER-31945 Exclude shard_config_db_collections.js from the continuous ↵samantharitter2017-11-131-0/+2
| | | | stepdown suite
* SERVER-31940 replsetprio1.js should initiate replica set with any node as ↵William Schultz2017-11-131-1/+1
| | | | primary
* SERVER-30244 escape NUL in Terminated status msgs.Billy Donahue2017-11-132-27/+204
|
* SERVER-31685 Sharded change streams can miss notificationsMatthew Russotto2017-11-136-10/+186
|
* SERVER-31907: Upgrade timelib to version 2017.05Nick Zolnierz2017-11-1339-1095/+1035
|
* SERVER-31914 Disable batch_write_command_update.js in ↵Randolph Tan2017-11-132-2/+5
| | | | retryable_writes_jscore_passthrough suite
* SERVER-31899 make getTerm() use an Atomic rather than lock the replcoord mutexEric Milkie2017-11-132-2/+15
|
* SERVER-31912 use a private WT_SESSION in waitUntilDurable instead of one ↵Eric Milkie2017-11-132-4/+11
| | | | from the session cache
* SERVER-31641 stop gossiping between shell clientsJason Carey2017-11-137-89/+38
| | | | Mongo client objects in the shell should not gossip cluster time.
* SERVER-31878 Fix .rc file dependenciesMark Benvenuto2017-11-131-3/+3
|
* SERVER-31930: Have ephemeralForTest capped collections unindex deleted ↵Daniel Gottlieb2017-11-131-3/+9
| | | | documents in rollback.
* SERVER-31872 log how many sharded collections the config server is ↵Esha Maharishi2017-11-131-1/+2
| | | | generating UUIDs for on setFCV
* SERVER-31640: Parse logical session IDS for authenticated clientsSpencer Jackson2017-11-131-2/+5
|
* SERVER-31397: Add 'handle_segv=0' to ASAN_OPTIONSSpencer Jackson2017-11-131-5/+5
|
* Import wiredtiger: ce5ee5097b499fb1bfa8a7ccb20e1618b68b3378 from branch ↵Luke Chen2017-11-132-2/+4
| | | | | | | | | mongodb-3.6 ref: 3a8316e86e..ce5ee5097b for: 3.6.0-rc4 WT-3743 Access violation in lookaside sweep
* Import wiredtiger: 3a8316e86e9c7cd379679d8530ecc54ad9bdf5c1 from branch ↵Luke Chen2017-11-1358-366/+1014
| | | | | | | | | | | | | | | mongodb-3.6 ref: 0a2f8f6ad7..3a8316e86e for: 3.6.0-rc4 WT-3637 Fix a heap use after free from evicting of a page that just split. WT-3648 Fix timestamp_abort test calculation of the oldest timestamp WT-3696 Add diagnostic code to detect when sessions are in use by multiple threads WT-3710 Fix a race condition between concurrent page splits WT-3715 Performance tuning for cache overflow mechanism WT-3717 Add a diagnostic verbose lookaside mode WT-3730 For simple tables, do not use table dhandle after it is released
* SERVER-31921 Move additional DEBUG builder to Ubuntu 16.04Andrew Morrow2017-11-111-5/+5
|
* SERVER-31873 Make mongos retry findAndModify with txnNumberKaloian Manassiev2017-11-1111-156/+126
|
* SERVER-31870 Clarify 3.6 upgrade-related startup error messagesMaria van Keulen2017-11-102-7/+14
|
* SERVER-30244-pre1 move DataType::Handler<StringData> specialization to avoid ↵Billy Donahue2017-11-105-37/+63
| | | | ODR hazard
* SERVER-28251 Fix race condition in index_killop.jsXiangyu Yao2017-11-102-16/+13
|
* SERVER-31533 Removes UUID from dropDatabase entry in rollback unit testPavithra Vetriselvan2017-11-101-2/+1
|
* Revert "Removes UUID from dropDatabase entry"Pavithra Vetriselvan2017-11-101-1/+2
| | | | This reverts commit c3c736d3f2755e7e8b59638fd94cb000265abdf3.
* SERVER-31737 Fix invariant in log when timing out in NetworkInterfaceASIO ↵Henrik Edin2017-11-104-30/+32
| | | | before command is started. Changed interface to return a reference to indicate we expect the command to be initialized.
* SERVER-31811 Remove logging of binary data.Henrik Edin2017-11-101-6/+22
|
* SERVER-31900: Fix typo of FCV 3.4 -> 3.6 in logical session error response.Daniel Gottlieb2017-11-101-1/+1
|
* SERVER-31908 Fix capture of dbName variable during validate on shutdown.Max Hirschhorn2017-11-101-2/+3
| | | | | validateCollections() would otherwise run for the last database in dbNames multiple times.
* SERVER-31482 Change mutex to recursive mutex for ephemeral_for_test_record_storeXiangyu Yao2017-11-102-17/+15
|
* SERVER-31805 set collection temp status correctly in rollbackViaRefetchNoUUIDJudah Schvimer2017-11-102-0/+41
|
* SERVER-31740 Make setFeatureCompatibilityVersion idempotentXiangyu Yao2017-11-102-0/+34
|
* SERVER-29465 Add warning about Windows SystemFileCacheSize for WiredTigerXiangyu Yao2017-11-109-0/+80
|
* SERVER-31858 Fix explodeForSort() path to handle multikeyness correctly.David Storch2017-11-106-2/+103
|
* SERVER-31777 deactivate logical sessions for fcv34Jason Carey2017-11-099-21/+50
| | | | | | For anything less than fully upgraded to 3.6: * suppress logicalSessionTimeoutMinutes in isMaster * fail any commands that passes lsid
* Removes UUID from dropDatabase entryPavithra Vetriselvan2017-11-091-2/+1
|
* SERVER-31888 Re-enable periodic no-op writer for all sharding and ↵Eddie Louie2017-11-097-0/+7
| | | | replication fuzzer test suites
* SERVER-31218 Test must wait for slave to sync FCV document before using FCV ↵Matthew Russotto2017-11-091-3/+7
| | | | 3.6 commands.
* SERVER-31763 $changeStream on sharded collections must always split on ↵Bernard Gorman2017-11-095-6/+71
| | | | mongoS even if targeting a single shard
* SERVER-31863 Make TransactionHistoryIterator use oplogHackRandolph Tan2017-11-094-26/+12
|
* SERVER-31807 Powercycle: Fix CRUD client configuration fileJonathan Abrahams2017-11-091-3/+3
|
* SERVER-31861 when collection is created with UUID, log if UUID is newJudah Schvimer2017-11-091-3/+10
|
* SERVER-31805 Set local collection validation options correctly in ↵Judah Schvimer2017-11-096-308/+330
| | | | rollbackViaRefetchNoUUID
* SERVER-31631 Bump minimum outgoing wire version for mongod when ↵Tess Avitabile2017-11-0917-39/+335
| | | | featureCompatibilityVersion is 3.6
* SERVER-31882 start a transaction when beginning a UnitOfWorkEric Milkie2017-11-092-1/+3
| | | | | In order to avoid implicitly starting a transaction under a hot mutex for vectored inserts, this commit explicitly starts a transaction when beginUnitOfWork is called.
* SERVER-31879 remove unused synchronization in oplogEric Milkie2017-11-095-23/+0
|