Commit Graph

136 Commits

Author SHA1 Message Date
David Chen d784ee65da SERVER-78150 - Cluster Fsync Unlock Command 2023-07-12 22:13:24 +00:00
Denis Grebennicov e1f94a5028 SERVER-77464 Implement setQuerySettings command (insert case) 2023-07-12 11:30:12 +00:00
auto-revert-processor 1eabfeba3d Revert "SERVER-77464 Implement setQuerySettings command (insert case)"
This reverts commit c47eeacec8.
2023-07-11 18:06:47 +00:00
Denis Grebennicov c47eeacec8 SERVER-77464 Implement setQuerySettings command (insert case) 2023-07-10 18:40:04 +00:00
3058078489@qq.com dc55466d24 SERVER-77341 Add cpuload command to mongos and add duration statistics
to the command's output

Closes https://github.com/mongodb/mongo/pull/1546

Signed-off-by: George Wangensteen <george.wangensteen@mongodb.com>
2023-07-07 03:25:47 +00:00
Kaitlin Mahar b0b4963771 SERVER-71903 Update skip reasons and add tests for bulkWrite in JS tests covering all commands 2023-06-27 16:08:49 +00:00
George Wangensteen 07c7e5737d SERVER-75911 Make connection pool sizing between mongod and search server configurable by server parameters 2023-05-30 18:54:03 +00:00
Paolo Polato ac622a67f4 SERVER-43522 Fix skip reason for explain in database_versioning_all_commands.js 2023-05-16 00:39:58 +00:00
Paolo Polato cc76b1e01a SERVER-76045 Introduce the new resetPlacementHistory server command 2023-05-08 15:56:35 +00:00
Antonio Fuschetto 1a06c38af6 SERVER-71309 Get rid of DDL coordinator for non-resilient movePrimary 2023-04-24 07:21:26 +00:00
Jack Mulrow e3e4b4d6a5 SERVER-76310 Use config shard terminology instead of catalog shard 2023-04-24 01:33:22 +00:00
Pol Pinol Castuera 5b85f803cb SERVER-73034 Enable command validations for checkMetadataConsistency command, resolving previous skip behavior 2023-04-21 07:38:24 +00:00
Shreyas Kalyan 5ba4b4c02e SERVER-72937 Create the QE cleanupStructuredEncryptionData command skeleton for mongod 2023-04-17 21:50:39 +00:00
Shreyas Kalyan ee6071a0f3 SERVER-75171 Use the GetQueryableEncryptionCountInfo command in compaction 2023-04-10 11:10:42 +00:00
Erwin Pe 68fe1734eb SERVER-69563 Enable feature flag for queryable encryption protocol version 2 2023-04-03 11:26:56 +00:00
Mark Benvenuto b39c58a532 SERVER-74151 Create a new reads tags command for QE tags 2023-03-15 14:19:40 +00:00
Randolph Tan 5531780e9f SERVER-73684 Implement command for transitioning to dedicated config server 2023-02-17 20:26:00 +00:00
Dianna Hohensee 56b8b371ce SERVER-73274 Create mongos commands for the four new search index commands 2023-02-17 16:03:57 +00:00
Randolph Tan f74fb285c7 SERVER-73685 Implement command for transitioning to config shard catalog 2023-02-16 17:55:54 +00:00
Antonio Fuschetto 28f8cd202e SERVER-71201 Prevent operations on the recipient while the movePrimary is in progress 2023-02-04 00:30:01 +00:00
Cheahuychou Mao d07f91ec01 SERVER-68757 SERVER-68758 SERVER-69800 (2/2) Make analyzeShardKey command calculate read and write distribution metrics 2023-01-27 07:15:55 +00:00
Alyssa Wagenmaker ce266d98b7 SERVER-72833 implement setProfilingFilterGlobally command 2023-01-26 23:15:42 +00:00
Varun Ravichandran 23102a1982 SERVER-71195: Refresh JWKSets periodically and add key management commands 2023-01-23 15:16:44 +00:00
Silvia Surroca 65b5512fb0 SERVER-72278 Implement `mergeAllChunksOnShard` command paths 2023-01-20 12:10:04 +00:00
Pol Pinol Castuera 42055346e5 SERVER-71823 Introduce new checkMetadataConsistency command 2023-01-18 09:01:34 +00:00
Sara Golemon f9de549413 SERVER-71007 Remove long deprecated getNonce command 2022-12-14 22:31:40 +00:00
Vesselina Ratcheva 88aedb81e1 SERVER-71314 Create bulkWrite IDL and command stub 2022-12-06 06:24:01 +00:00
Alex Li 46c324dbba SERVER-70206 Remove getLastError command 2022-11-15 14:37:46 +00:00
Cheahuychou Mao 0b96a8f6f8 SERVER-68752 Make analyzeShardKey command calculate metrics about the cardinality and frequency 2022-09-20 19:14:39 +00:00
Jason Zhang d99780adf5 SERVER-69624 Add _clusterWriteWithoutShardKey command stub 2022-09-19 17:20:54 +00:00
Jason Zhang 4057fb4127 SERVER-69623 Add _clusterQueryWithoutShardKey command stub 2022-09-15 00:51:07 +00:00
Cheahuychou Mao 27f7896edc SERVER-68751 Add analyzeShardKey and configureQueryAnalyzer commands on mongos 2022-08-30 20:22:44 +00:00
Lynne Wang 75a7e2a20b SERVER-67655: Implement analyze command for mongos 2022-07-21 17:05:04 +00:00
Lynne Wang e8db2d2a5f SERVER-66604 Analyze command skeleton 2022-07-06 22:39:07 +00:00
csum112 55be9fe34a SERVER-60892 Delete the "availableQueryOptions" command on mongos and mongod 2022-07-06 15:45:53 +00:00
Adhishree Abhyankar ef624aeecc SERVER-65353 Removing setChangeStreamOptions and getChangeStreamOptions from multiversion js tests 2022-06-13 22:20:44 +00:00
Randolph Tan 3a49875934 SERVER-65101 Replace transaction and retryable write command allow lists with methods on Command 2022-06-08 19:11:46 +00:00
Varun Ravichandran ceb27a1820 SERVER-61802: Create changeStreamOptions cluster server parameter 2022-04-12 01:15:19 +00:00
Varun Ravichandran fe488bc9f3 SERVER-62261: Implement getClusterParameter command on mongod and mongos 2022-04-01 19:24:56 +00:00
Sara Golemon 70b3eb6d55 SERVER-63504 Add shard worker for ecoc compaction 2022-03-31 22:00:10 +00:00
ali-mir 55f3bca321 SERVER-64741 Create mongos appendOplogNote command 2022-03-29 20:03:25 +00:00
Marcos Jose Grillo Ramirez b1dc7f546a SERVER-62265 Add setClusterParameter command to mongos 2022-03-18 11:43:05 +00:00
Pierlauro Sciarelli cf8468372c SERVER-64195 Provide user-facing `moveRange` command 2022-03-09 21:56:10 +00:00
Sanika Phanse c85a81279e SERVER-63082 Make scaffolding for internal transactions test command 2022-03-08 01:58:50 +00:00
Gabriel Marks 9c425b3948 SERVER-63451 Add setUserWriteBlockModeCommand 2022-02-16 19:05:56 +00:00
Tommaso Tocci 546d77f094 SERVER-61558 Rename configureCollectionAutosplitter command 2022-01-13 11:09:00 +00:00
Rishab Joshi 36e150219f SERVER-58692: Introduce cluster-wide pre-image expiration parameter. 2022-01-12 16:36:45 +00:00
Kaloian Manassiev 949c3c821a SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' command
(cherry picked from commit 508f8dd9dd)
2022-01-12 15:45:28 +00:00
Marcos José Grillo Ramirez 2b204e8aae SERVER-56227 Add user-facing command for permitMigrations using DDL coordinator 2021-11-22 12:33:14 +00:00
Allison Easton f38a3ad991 SERVER-58989 Make timestamp required in DatabaseVersionBase IDL 2021-08-16 10:14:51 +00:00
Haley Connelly d0f6a9a599 SERVER-56887 setIndexCommitQuorum command does not return {ok: 1} when run against a mongos on a non-existent index build 2021-08-12 18:21:43 +00:00
Simon Graetzer 7a0adb1c73 SERVER-58996: Fix configureCollectionAutoSplitter case in database_versioning_all_commands.js 2021-08-02 16:19:04 +00:00
Simon Graetzer 66708080ab SERVER-58270 Create configureCollectionAutoSplitter command 2021-07-30 12:09:37 +00:00
Tommaso Tocci 6c29b2a14b SERVER-58940 Re-eneable not failing sharding tests disabled in multiversion suites after 5.1 FCV constants update 2021-07-29 09:59:03 +00:00
Robert Guo bc5f939071 SERVER-58172 run multiversion tests on master with 5.0 and disable incompatible tests 2021-07-22 14:50:12 +00:00
Max Hirschhorn b2d663d484 SERVER-52461 Enable resharding feature flag by default. 2021-05-12 23:00:16 +00:00
Sara Golemon 913217ab00 SERVER-54973 Add getAuditConfig and related commands API 2021-04-23 14:51:21 +00:00
Sara Golemon c1bfa707cd SERVER-54972 Add ActionTypes, ErrorCodes, and OpObserver hook for Runtime Audit Config 2021-04-23 14:03:27 +00:00
Blake Oler 428015e057 SERVER-54035 Commit cleanup command stubs 2021-04-03 16:39:14 +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
Arun Banala bd41f71175 SERVER-52874 Implement validateDBMetadata command 2021-02-17 16:35:24 +00:00
Jason Zhang c8b93f2649 SERVER-47807 Remove shardConnPoolStats command 2021-02-02 17:40:57 +00:00
Alexandre Bique e747599181 SERVER-47817 Remove resetError command 2021-01-28 14:44:52 +00:00
Pavi Vetriselvan 2756fa6789 SERVER-50640 listCommands should list isMaster in addition to hello 2020-09-03 01:31:54 +00:00
Sara Golemon 3f70a7ed1c SERVER-50605 Add logMessage test-only command 2020-09-01 16:07:31 +00:00
XueruiFa 208c34277e SERVER-49381: Create stub API Version 2 for testing 2020-08-25 14:21:20 +00:00
Pavi Vetriselvan 466a22a6a2 SERVER-50335 use backports_requires_for_multiversion_tests when excluding hello tests from multiversion suites 2020-08-19 20:55:39 +00:00
Pavi Vetriselvan 9a4be90244 SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster aliases 2020-08-05 20:32:26 +00:00
Lingzhi Deng 475078ffd9 SERVER-49783: Update latest FCV to 4.7 2020-08-02 05:39:29 +00:00
PV99 4e0f81726f SERVER-49065 Mark API Version 1 commands 2020-07-28 23:56:02 +00:00
Jason Chan 1c28b3cf02 SERVER-49064 Update references of "last-stable" to use "last-continuous" and "last-lts" 2020-07-23 12:26:49 +00:00
Gabriel Marks 800524cff5 SERVER-49116 Add rotateCertificates command 2020-07-17 19:41:52 +00:00
Grace Luong a2364e8742 SERVER-49060: updating generic FCV constants 2020-07-09 00:07:45 +00:00
Kshitij Gupta 2bdac781a1 SERVER-48676: Create reshardCollection command on router. 2020-07-02 16:23:45 +00:00
Tommaso Tocci ef3e188790 SERVER-46838 Update last_stable_mongos_commands.js to reflect the 4.5-branched codebase state 2020-03-27 10:08:39 +00:00
Lamont Nelson 8c028c6959 SERVER-46215: use primaryShardAfter for the second assertShardDatabaseVersion in database_versioning_all_commands.js 2020-03-13 14:07:43 +00:00
Andrew Chen ad06b5ffbc SERVER-44037 Removed the restartCatalog Cmd and all references to it
delete mode 100644 jstests/core/restart_catalog.js
 delete mode 100644 jstests/noPassthrough/closeAll_with_background_ops_fails_safely.js
 delete mode 100644 jstests/noPassthrough/restart_catalog_preserves_min_visible.js
 delete mode 100644 jstests/noPassthrough/restart_catalog_sharded_cluster.js
 delete mode 100644 jstests/noPassthroughWithMongod/restart_catalog_interrupts_background_validation.js
 delete mode 100644 src/mongo/db/commands/restart_catalog_command.cpp
 delete mode 100644 src/mongo/s/commands/cluster_restart_catalog_command.cpp
2020-02-05 19:42:41 +00:00
Mihai Andrei 9a0ef61449 SERVER-45576 Make explicit collection creation in sharding directly forward the create command to the primary shard again 2020-01-30 23:11:40 +00:00
Ben Caimano 14f8744277 SERVER-44164 Create _killOperations command 2020-01-02 15:27:59 +00:00
Jacob Evans 57acc8b666 SERVER-44475 Remove Query Knob 2019-12-11 21:33:49 +00:00
David Storch 36ff260fe6 SERVER-44701 Remove support for 'planCacheListQueryShapes' and 'planCacheListPlans'.
As an alternative, use the $planCacheStats aggregation
stage. This metadata source, when placed first in the
pipeline, returns one document per plan cache entry for a
particular collection. This data can then be filtered,
projected, grouped, or otherwise processed with the full
power of MQL.
2019-11-26 14:29:44 +00:00
Mihai Andrei 9f1e78ea0a SERVER-44583 M/R Agg: Add explain support for mapReduce command 2019-11-22 21:27:40 +00:00
Marcos José Grillo Ramírez f48da7a0f8 SERVER-43990 A command to confirm that all chunks have been moved to the right zone after the initial split 2019-11-21 10:55:40 +00:00
Jason Chan a65d5c03fb SERVER-43306 Remove dryRun command-line option from multiversion tests 2019-11-14 16:49:49 +00:00
Esha Maharishi d0c867a988 SERVER-44286 Improve assertions in database_versioning_all_commands.js 2019-10-31 17:03:48 +00:00
Esha Maharishi dac301bf71 SERVER-44233 Rename database_and_shard_versioning_all_commands.js to database_versioning_all_commands.js 2019-10-25 17:14:46 +00:00