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

57110 Commits

Author SHA1 Message Date
Pierlauro Sciarelli
e1afb8bc67 SERVER-55597 Nest rename request parameters in coordinator/participant IDLs 2021-03-31 13:56:37 +00:00
Alya Berciu
7142cc2a3d SERVER-39938: Pushdown $match on $expr before $lookup 2021-03-31 13:24:16 +00:00
Arun Banala
c87f63d468 SERVER-54763 Allow users to run validateDBMetadata command on all database without privileges to 'internal' databases 2021-03-31 12:56:11 +00:00
Kaloian Manassiev
18f980cf6b SERVER-53412 Remove one missed TODO 2021-03-31 08:44:47 +00:00
Jordi Serra Torrens
a3cd9c28cc SERVER-54751: Create disallow jstest for reshard and drop collection commands 2021-03-31 07:29:03 +00:00
Jordi Serra Torrens
5a14b1d645 SERVER-55613: Delete dead code in config_server_catalog_cache_loader.cpp 2021-03-31 07:28:05 +00:00
Kaloian Manassiev
001cdc7166 SERVER-53412 Mark code which needs to go away after 5.0 with the proper ticket 2021-03-31 06:05:51 +00:00
Max Hirschhorn
ed4a32ed79 SERVER-55289 Create ReshardingDataReplication class. 2021-03-31 05:45:36 +00:00
Drew Paroski
6c7abdbc50 SERVER-54837 [SBE] Add support for Symbol and DBPointer types 2021-03-31 04:31:40 +00:00
Max Hirschhorn
51997bc2c9 SERVER-55384 Create ReshardingOplogSessionApplication class.
Moves the logic for updating session txn records into
resharding_data_copy_util and has ReshardingTxnCloner and
ReshardingOplogSessionApplication both use it.
2021-03-31 01:55:27 +00:00
Marcos José Grillo Ramirez
d9c4320491 SERVER-55616 Remove coordinator document on create collection
... coordinator if the NotPrimaryError is not local
2021-03-31 01:23:14 +00:00
Gregory Wlodarek
ba8681015a SERVER-54472 Collect additional FTDC metrics during shutdown for replica sets 2021-03-31 01:01:19 +00:00
joshua
6540ab6ffc SERVER-22473 Return error status when parsing GeoNear exrpession instead of exception 2021-03-30 23:47:59 +00:00
Milena Ivanova
1298c67a6a SERVER-53488 Allow rewrite to push meta projections past $unpackBucket. 2021-03-30 22:04:04 +00:00
Haley Connelly
1b40b034bc SERVER-55532 Make ReshardingTxnCloner's ClonerOneBatchThenCanceled cancel before batch response 2021-03-30 20:09:46 +00:00
Yuhong Zhang
dea9a4b114 SERVER-55339 Coverity analysis defect 117876: Uninitialized scalar field 2021-03-30 19:48:23 +00:00
Marcos José Grillo Ramirez
e41e20ebc9 SERVER-55616 Throw on NotPrimaryError and ShutdownError categories in ShardingDDLCoordinator instances 2021-03-30 19:10:34 +00:00
jannaerin
5d66844237 SERVER-55328 Call Pipeline::dispose() on cleanup executor in resharding data replication components 2021-03-30 18:30:16 +00:00
Martin Neupauer
dd19f0696d SERVER-55092 Fix shard filtering for hashed shard keys
We have to compute a hash value for hashed shard keys.
2021-03-30 18:29:17 +00:00
Gregory Noma
983c288a4c SERVER-55602 Relax non-read-only invariant in WiredTigerKVEngine::makeTemporaryRecordStore when recoverToOplogTimestamp is specified 2021-03-30 15:57:30 +00:00
LaMont Nelson
ef821239f5 SERVER-55533: Add kError state to resharding metrics invariants for recipients 2021-03-30 15:26:07 +00:00
Jason Chan
1d2ebda769 SERVER-55555 Fix race in minvalid.js with PrimaryOnlyService 2021-03-30 14:35:45 +00:00
Mikhail Shchatko
fbba2c781f SERVER-55299 Fix pylint 2021-03-30 14:10:23 +00:00
Hana Pearlman
7962b4d46c SERVER-55457: Disallow dotted metaField when parsing $_internalUnpackBucket 2021-03-30 13:49:20 +00:00
Robert Guo
d9761413b9 SERVER-51883 don't run feature flag tests if --runAllFeatureFlagTests arg is not specified 2021-03-30 12:09:02 +00:00
Benety Goh
9fbf58e9f1 SERVER-55241 Prohibit text index creation on collections with clustered indexes 2021-03-30 11:46:06 +00:00
Arun Banala
4ef2c85a15 SERVER-54712 createIndexes should not permit 'weights' for non-text indexes 2021-03-30 11:17:56 +00:00
Tommaso Tocci
1256d8e67a SERVER-53973 Migration manager recovery should handle failed findIntersectingChunk during refineShardKey 2021-03-30 09:50:46 +00:00
Alya Berciu
679370e30a SERVER-52004: Create feature flag for dots and dollars in field names 2021-03-30 09:27:44 +00:00
Mikhail Shchatko
601b210ff6 SERVER-55299 Preliminary pass at shell code in evergreen.yml 2021-03-30 08:17:59 +00:00
Antonio Fuschetto
2737e53b54 SERVER-55388 Bring back ShardingLogging calls to the drop collection 2021-03-30 08:17:00 +00:00
Sergi Mateo Bellido
b055d3a709 SERVER-55494 Retake the collection critical section on step up (in drain mode) 2021-03-30 07:27:15 +00:00
Luke Chen
1daf30208e Import wiredtiger: 716858f654e00175114f754b5c299bcce91bf276 from branch mongodb-5.0
ref: 8b7aaad01e..716858f654
for: 5.0.0

WT-7332       Add ability to cycle through create and drop tables in workgen
2021-03-30 05:23:33 +00:00
Luke Chen
f6a3e9c25a Import wiredtiger: 8b7aaad01ee11694dc932864591642a422b50aad from branch mongodb-5.0
ref: 990047271e..8b7aaad01e
for: 5.0.0

WT-7374       Add missing branch checking logic for doc-update task
2021-03-30 05:23:33 +00:00
Katherine Wu
dcad7b7b9b Revert "SERVER-47603 Rewrite db.currentOp() shell helper in terms of $currentOp aggregation stage"
This reverts commit 30fd64abd1.
2021-03-29 21:56:24 +00:00
Sergey Galtsev
434ff83895 SERVER-55119 startup warning when X.509 certificates have no Subject Alternative Name 2021-03-29 21:35:08 +00:00
Benety Goh
537378d7ab SERVER-54991 update comment on hiding/unhiding indexes on the time-series collection 2021-03-29 21:34:07 +00:00
Raiden Worley
5ecf266900 SERVER-51431 Transaction read concerns are not honored by mongo shell 2021-03-29 21:32:59 +00:00
Louis Williams
a851b58ffb SERVER-55499 TTL monitor needs to be updated when a clustered collection is made TTL from collMod 2021-03-29 21:12:26 +00:00
Pierlauro Sciarelli
a532eba3fd SERVER-54605 Make rename collection coordinator resilient to stepdowns (Part 2) 2021-03-29 20:51:46 +00:00
Jason Chan
201317dfba SERVER-54389 Add option for safe and optimized reconfig that is separate from forced reconfig 2021-03-29 20:08:46 +00:00
Daniel Moody
7c3a9eff51 SERVER-54928 switch no-init-global flags to be stored on node instead of env. 2021-03-29 19:24:45 +00:00
Carl Raiden Worley
e3b662322d SERVER-55590 Fix fixturelib reference in fixtures 2021-03-29 17:47:14 +00:00
Nick Zolnierz
57ea3472d0 SERVER-55480 Fix use-after-move in min max window functions 2021-03-29 15:45:30 +00:00
Kaloian Manassiev
a0904db4fb SERVER-54918 Use const & for the SplitPolicyParams in InitialSplitPolicy 2021-03-29 15:24:16 +00:00
Louis Williams
ac6564ff3a SERVER-53184 Crash validate in testing when an index cursor fails to
traverse
2021-03-29 15:22:40 +00:00
Mikhail Shchatko
5d6dd453f4 SERVER-54793 Delete core files if task is successful 2021-03-29 15:19:56 +00:00
Sergi Mateo Bellido
23bfa4ded7 SERVER-55285 Review why some tests don't pass when we enable by default the new metadata format
Fixing some tests
2021-03-29 15:00:13 +00:00
Blake Oler
5103a49830 SERVER-52770 Add abortReshardCollection command for users to cancel the resharding operation 2021-03-29 14:59:13 +00:00
Kshitij Gupta
95198a839f SERVER-54987: Wait for donor shards to have started resharding before asserting that commands are rejected in resharding_prohibited_commands.js 2021-03-29 14:20:52 +00:00