0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

52804 Commits

Author SHA1 Message Date
Mark Benvenuto
bc470fa684 SERVER-49035 Move watchdog death test to test suite 2020-07-03 00:31:10 +00:00
Suganthi Mani
eeda016f95 SERVER-47363 Defines correct use of MemberIds in Atlas workflow tests. 2020-07-03 00:01:47 +00:00
Mihai Andrei
639c8e665e Revert "SERVER-48781 Introduce 'DocumentValidationErrorExtraInfo' and shell support for document validation errors"
This reverts commit 0ab6e8fb4d.
2020-07-02 23:49:49 +00:00
Billy Donahue
bca920ba96 SERVER-48944 rename attr /connection_id/connectionId/ 2020-07-02 21:31:40 +00:00
Daniel Moody
5fe923a0aa SERVER-49036 expand response files for generating the compdb from ninja 2020-07-02 21:19:39 +00:00
Haley Connelly
3e71740b94 SERVER-46367 Remove ScanningReplicaSetMonitor specific members from the abstract ReplicaSetMonitor class 2020-07-02 21:06:06 +00:00
Pierlauro Sciarelli
df58271039 SERVER-49295 Add upsert parameter to PersistentTaskStore update 2020-07-02 20:52:41 +00:00
Faustoleyva54
41fc8f91f4 SERVER-48544 Test MongoDB repair against a corrupted WT history store 2020-07-02 20:38:41 +00:00
Gabriel Marks
f91bcaeeca SERVER-49129 Add getSSLInformationToLog skeleton 2020-07-02 17:00:53 +00:00
Yuhong Zhang
d30e75e845 SERVER-48306 Store a cached count of children in biggie radix tree nodes 2020-07-02 16:47:50 +00:00
Kshitij Gupta
2bdac781a1 SERVER-48676: Create reshardCollection command on router. 2020-07-02 16:23:45 +00:00
Sara Golemon
d5891965f2 SERVER-48878 Remove adminDB special case for X-locks 2020-07-02 15:46:43 +00:00
Sara Golemon
ebe622f95a SERVER-49077 IDLify UMC Mutation commands 2020-07-02 15:34:37 +00:00
Gregory Wlodarek
986028e17b SERVER-49288 Only run background_validation.js on storage engines that support fsync 2020-07-02 15:09:42 +00:00
Pierlauro Sciarelli
6fff73a38d SERVER-49194 Define VectorClockDocument IDL type for persistence 2020-07-02 09:05:41 +00:00
Luke Chen
24adda8e85 Import wiredtiger: 95e4b38eebbb4050b2144341c5f60e5a2f5c40b9 from branch mongodb-4.4
ref: 5d5d26e79d..95e4b38eeb
for: 4.5.1

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
2020-07-02 06:45:55 +00:00
PV99
70fc2eb278 SERVER-48864 VersionedAPIErrorCodes 2020-07-02 02:14:37 +00:00
Andrii Dobroshynskyi
ecefb4ecaa SERVER-48742 Log changes to profiler settings 2020-07-02 00:34:01 +00:00
Amirsaman Memaripour
813c96fc1e SERVER-49151 Fix linter to prevent malformed LOGV2 and assertion IDs 2020-07-01 23:10:42 +00:00
Spencer Jackson
0ac64ca387 SERVER-49137 Update third party inclusions 2020-07-01 22:57:21 +00:00
Mihai Andrei
0ab6e8fb4d SERVER-48781 Introduce 'DocumentValidationErrorExtraInfo' and shell support for document validation errors 2020-07-01 22:43:45 +00:00
LaMont Nelson
86c9894198 SERVER-49146: turn on archiving for the tests under the hot_backups directory 2020-07-01 21:19:45 +00:00
Tess Avitabile
2cf5c4e62f SERVER-48468 Update sharding architecture guide for quiesce mode 2020-07-01 20:45:46 +00:00
Junhson Jean-Baptiste
e7e4e0707a SERVER-37068 Add NumberDecimal as numeric type for aggregation expressions 2020-07-01 20:33:42 +00:00
Billy Donahue
07deced6b3 SERVER-47933 runtime attr unique check
Recommit: handle pre-init testing proctor
2020-07-01 20:15:55 +00:00
Bynn Lee
e14ec02403 SERVER-43040 Remove the unit test used only variation of LockerImpl::lockGlobal that passes in a nullptr for opCtx 2020-07-01 19:45:58 +00:00
XueruiFa
5efdcc1269 SERVER-47456: Test that nodes in the same data center as the primary eventually don't sync across data centers 2020-07-01 18:03:57 +00:00
Louis Williams
dc3e5ecd37 SERVER-47290 Rewrap Execution Arch Guide: Repair section 2020-07-01 17:47:54 +00:00
Amirsaman Memaripour
b3f500564e SERVER-49111 Remove ServiceExecutorTaskNames 2020-07-01 17:35:17 +00:00
Hirday Gupta
ccca363da3 SERVER-48931 translate $isNumber to an SBE expression 2020-07-01 17:08:47 +00:00
XueruiFa
055cad48b2 SERVER-47404: Track the number of sync source changes made due to finding a significantly closer node in serverStatus 2020-07-01 16:35:41 +00:00
Amirsaman Memaripour
d4e7ea5759 SERVER-49151 Fix malformed LOGV2 and assertion IDs 2020-07-01 16:22:45 +00:00
XueruiFa
5ffbd8f832 SERVER-47270: Only run the SyncSourceResolver if the syncing node is in rollback-via-refetch 2020-07-01 16:09:42 +00:00
Louis Williams
e4f92ef12f SERVER-47867 Remove ghost timestamping code
Ensures all writes to the durable catalog are timestamped when required.

deleted:    src/mongo/db/catalog/index_timestamp_helper.cpp
deleted:    src/mongo/db/catalog/index_timestamp_helper.h
2020-07-01 15:55:15 +00:00
Luis Osta
9f4b81e5bd SERVER-48679 flushRoutingTableCacheUpdates should block on critical section with kWrite, not kRead 2020-07-01 15:21:53 +00:00
Mark Benvenuto
55ebe85fc9 SERVER-49007 Roundtrip registration id in metrics response in test 2020-07-01 14:53:44 +00:00
Pierlauro Sciarelli
51d7101f5e Revert "SERVER-47933 runtime attr unique check"
This reverts commit 8b2211d9a7.
2020-07-01 11:19:48 +00:00
Kevin Pulo
14b028bc09 SERVER-47406 Implement the persistence and tracking of topologyTime 2020-07-01 09:03:46 +00:00
Luke Chen
3a2d6f3cfd Import wiredtiger: 5d5d26e79db5244a5fc748346e0e578aed306be1 from branch mongodb-4.4
ref: 46eb0217d4..5d5d26e79d
for: 4.5.1

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
2020-07-01 07:23:37 +00:00
Kevin Pulo
9e572d61d5 SERVER-48074 re-enable read_write_concern_defaults_application.js in sharding_multiversion 2020-07-01 00:59:41 +00:00
Arun Banala
7c1e727bb5 SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to an object
This reverts commit 847e085c0f.
2020-06-30 22:26:42 +00:00
Eric Cox
6d650280c2 Revert SERVER-48742 Log changes to profiler settings 2020-06-30 21:58:41 +00:00
Andrii Dobroshynskyi
7917051ba5 SERVER-48742 Log changes to profiler settings 2020-06-30 20:53:40 +00:00
Adam Cooper
5c9db8373b SERVER-48580 Await replication in client_metadata_slowlog_rs.js 2020-06-30 20:37:37 +00:00
Billy Donahue
8b2211d9a7 SERVER-47933 runtime attr unique check 2020-06-30 20:17:23 +00:00
Haley Connelly
08e0e41a90 SERVER-47532 Add requires_persistence tag to lookup_graph_lookup_foreign_becomes_sharded.js 2020-06-30 19:56:40 +00:00
Misha Tyulenev
71af4d277c SERVER-49087 add support for testing MovePrimaryInProgress 2020-06-30 19:18:38 +00:00
William Schultz
02020fa91c SERVER-47844 Set the stable timestamp without using the stable optime candidates when enableMajorityReadConcern:true 2020-06-30 18:49:58 +00:00
William Schultz
1408e1b8a5 SERVER-47844 Add the ability to get the initialDataTimestamp from the storage engine interface 2020-06-30 18:49:58 +00:00
Faustoleyva54
fdd66b8c2c SERVER-44590 Logged snapshot IDs should match when opening and closing transactions. 2020-06-30 15:49:55 +00:00