From 5a71b575ef20eb33f8ce0777a6c180d997300473 Mon Sep 17 00:00:00 2001 From: CircleCI Job Date: Thu, 18 Apr 2024 10:42:41 +0000 Subject: [PATCH] [skip ci] Automatic commit of generated files from CircleCI --- site/data/3.10/arangobackup.json | 4 ++-- site/data/3.10/arangobench.json | 4 ++-- site/data/3.10/arangod.json | 23 +++++++++++----------- site/data/3.10/arangodump.json | 4 ++-- site/data/3.10/arangoexport.json | 4 ++-- site/data/3.10/arangoimport.json | 4 ++-- site/data/3.10/arangoinspect.json | 4 ++-- site/data/3.10/arangorestore.json | 4 ++-- site/data/3.10/arangosh.json | 11 +++++------ site/data/3.11/arangod.json | 30 +++++++++++++++++++++++++++++ site/data/3.11/optimizer-rules.json | 12 ------------ 11 files changed, 60 insertions(+), 44 deletions(-) diff --git a/site/data/3.10/arangobackup.json b/site/data/3.10/arangobackup.json index 1020d89ca8..ab3cc23370 100644 --- a/site/data/3.10/arangobackup.json +++ b/site/data/3.10/arangobackup.json @@ -1041,7 +1041,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1108,7 +1108,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.10/arangobench.json b/site/data/3.10/arangobench.json index 27c4cf86fb..2fc33c27d8 100644 --- a/site/data/3.10/arangobench.json +++ b/site/data/3.10/arangobench.json @@ -1359,7 +1359,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1426,7 +1426,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.10/arangod.json b/site/data/3.10/arangod.json index 19c79ca0a0..d79b0d7187 100644 --- a/site/data/3.10/arangod.json +++ b/site/data/3.10/arangod.json @@ -1109,7 +1109,7 @@ "agent", "single" ], - "default" : 7739681792, + "default" : 7739683840, "deprecatedIn" : null, "description" : "The global size limit for all caches (in bytes).", "dynamic" : true, @@ -1992,7 +1992,7 @@ "agent", "single" ], - "default" : "", + "default" : "/var/lib/arangodb3", "deprecatedIn" : null, "description" : "The path to the database directory.", "dynamic" : false, @@ -3100,7 +3100,7 @@ "coordinator", "single" ], - "default" : "./js/apps", + "default" : "/var/lib/arangodb3-apps", "deprecatedIn" : null, "description" : "The directory for Foxx applications.", "dynamic" : false, @@ -3398,7 +3398,6 @@ "single" ], "default" : [ - "./enterprise/js" ], "deprecatedIn" : null, "description" : "Additional paths containing JavaScript modules.", @@ -3477,7 +3476,7 @@ "coordinator", "single" ], - "default" : "./js", + "default" : "/usr/share/arangodb3/js", "deprecatedIn" : null, "description" : "A path to the directory containing the JavaScript startup scripts.", "dynamic" : false, @@ -5867,7 +5866,7 @@ "agent", "single" ], - "default" : "", + "default" : "-", "deprecatedIn" : null, "description" : "shortcut for '--log.output file://'", "dynamic" : false, @@ -7274,7 +7273,7 @@ "type" : "boolean" }, "query.global-memory-limit" : { - "base" : 33106210816, + "base" : 33106219008, "category" : "option", "component" : [ "coordinator", @@ -7282,7 +7281,7 @@ "agent", "single" ], - "default" : 26816030761, + "default" : 26816037397, "deprecatedIn" : null, "description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).", "dynamic" : true, @@ -7540,7 +7539,7 @@ "type" : "double" }, "query.memory-limit" : { - "base" : 33106210816, + "base" : 33106219008, "category" : "option", "component" : [ "coordinator", @@ -7548,7 +7547,7 @@ "agent", "single" ], - "default" : 19863726489, + "default" : 19863731405, "deprecatedIn" : null, "description" : "The memory threshold per AQL query (in bytes, 0 = no limit).", "dynamic" : true, @@ -8660,7 +8659,7 @@ "agent", "single" ], - "default" : 9287618150, + "default" : 9287620608, "deprecatedIn" : null, "description" : "The size of block cache (in bytes).", "dynamic" : true, @@ -11007,7 +11006,7 @@ "agent", "single" ], - "default" : 12383490867, + "default" : 12383494144, "deprecatedIn" : null, "description" : "The maximum total size of in-memory write buffers (0 = unbounded).", "dynamic" : true, diff --git a/site/data/3.10/arangodump.json b/site/data/3.10/arangodump.json index dba580e5c6..a12b43e21e 100644 --- a/site/data/3.10/arangodump.json +++ b/site/data/3.10/arangodump.json @@ -1290,7 +1290,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1357,7 +1357,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.10/arangoexport.json b/site/data/3.10/arangoexport.json index 895e087ff4..2782228d0c 100644 --- a/site/data/3.10/arangoexport.json +++ b/site/data/3.10/arangoexport.json @@ -1138,7 +1138,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1205,7 +1205,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.10/arangoimport.json b/site/data/3.10/arangoimport.json index 23da352f00..4b8243e159 100644 --- a/site/data/3.10/arangoimport.json +++ b/site/data/3.10/arangoimport.json @@ -1318,7 +1318,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1385,7 +1385,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.10/arangoinspect.json b/site/data/3.10/arangoinspect.json index 580f8a3779..3246f1a580 100644 --- a/site/data/3.10/arangoinspect.json +++ b/site/data/3.10/arangoinspect.json @@ -772,7 +772,7 @@ }, "javascript.startup-directory" : { "category" : "option", - "default" : "./js", + "default" : "/usr/share/arangodb3/js", "deprecatedIn" : null, "description" : "The startup paths containing the JavaScript files.", "dynamic" : false, @@ -1745,7 +1745,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.10/arangorestore.json b/site/data/3.10/arangorestore.json index d849f7b355..869bcb3c93 100644 --- a/site/data/3.10/arangorestore.json +++ b/site/data/3.10/arangorestore.json @@ -1372,7 +1372,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1439,7 +1439,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.10/arangosh.json b/site/data/3.10/arangosh.json index d2a5175f09..f7ebf54c16 100644 --- a/site/data/3.10/arangosh.json +++ b/site/data/3.10/arangosh.json @@ -397,7 +397,7 @@ }, "javascript.allow-external-process-control" : { "category" : "option", - "default" : true, + "default" : false, "deprecatedIn" : null, "description" : "Allow the execution and control of external processes from within JavaScript actions.", "dynamic" : false, @@ -420,7 +420,7 @@ }, "javascript.allow-port-testing" : { "category" : "option", - "default" : true, + "default" : false, "deprecatedIn" : null, "description" : "Allow the testing of ports from within JavaScript actions.", "dynamic" : false, @@ -752,7 +752,6 @@ "javascript.module-directory" : { "category" : "option", "default" : [ - "./enterprise/js" ], "deprecatedIn" : null, "description" : "Additional paths containing JavaScript modules.", @@ -773,7 +772,7 @@ }, "javascript.startup-directory" : { "category" : "option", - "default" : "./js", + "default" : "/usr/share/arangodb3/js", "deprecatedIn" : null, "description" : "The startup paths containing the JavaScript files.", "dynamic" : false, @@ -1679,7 +1678,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1746,7 +1745,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// or vst+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp://, vst+tcp:// or unix://.", diff --git a/site/data/3.11/arangod.json b/site/data/3.11/arangod.json index e619bac798..5180c3e7ab 100644 --- a/site/data/3.11/arangod.json +++ b/site/data/3.11/arangod.json @@ -7489,6 +7489,36 @@ "section" : "query", "type" : "string" }, + "query.enable-debug-apis" : { + "category" : "option", + "component" : [ + "coordinator", + "dbserver", + "agent", + "single" + ], + "default" : true, + "deprecatedIn" : null, + "description" : "Whether to enable query debug APIs.", + "dynamic" : false, + "enterpriseOnly" : false, + "experimental" : false, + "hidden" : true, + "introducedIn" : [ + "v3.11.9" + ], + "longDescription" : "If set to `true`, the server will expose an API for\ndebugging some internals of AQL queries and transactions for support purposes.\nThese APIs return information about currently ongoing queries and transactions and\nwhich collections they affect, their acquired locks and timeouts.\nThese APIs are probably only meaningful for the ArangoDB support, as their output\nis undocumented and can change from version to version.", + "obsolete" : false, + "os" : [ + "linux", + "macos", + "windows" + ], + "required" : false, + "requiresValue" : false, + "section" : "query", + "type" : "boolean" + }, "query.fail-on-warning" : { "category" : "option", "component" : [ diff --git a/site/data/3.11/optimizer-rules.json b/site/data/3.11/optimizer-rules.json index ea03d02daf..8cf2946248 100644 --- a/site/data/3.11/optimizer-rules.json +++ b/site/data/3.11/optimizer-rules.json @@ -719,18 +719,6 @@ "enterpriseOnly": false } }, - { - "name": "async-prefetch", - "description": "Allow query execution nodes to asynchronously prefetch the\nnext batch while processing the current batch, allowing parts of the query to\nrun in parallel. This is an experimental option as not all operations are\nthread-safe.", - "flags": { - "hidden": true, - "clusterOnly": false, - "canBeDisabled": true, - "canCreateAdditionalPlans": false, - "disabledByDefault": true, - "enterpriseOnly": false - } - }, { "name": "decay-unnecessary-sorted-gather", "description": "Avoid merge-sorting results on a Coordinator if they are all\nfrom a single shard and fully sorted by a DB-Server already.",