Skip to content

Commit bf79d22

Browse files
arangodb-docs-automation[bot]CircleCI Job
andauthored
[skip ci] Automatic commit of generated files from CircleCI (#370)
Co-authored-by: CircleCI Job <daniele@arangodb.com>
1 parent e14d8d8 commit bf79d22

File tree

11 files changed

+712
-414
lines changed

11 files changed

+712
-414
lines changed

site/data/3.11/arangobackup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@
10421042
},
10431043
"server.authentication" : {
10441044
"category" : "option",
1045-
"default" : true,
1045+
"default" : false,
10461046
"deprecatedIn" : null,
10471047
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
10481048
"dynamic" : false,
@@ -1109,7 +1109,7 @@
11091109
"server.endpoint" : {
11101110
"category" : "option",
11111111
"default" : [
1112-
"tcp://127.0.0.1:8529"
1112+
"http+tcp://127.0.0.1:8529"
11131113
],
11141114
"deprecatedIn" : null,
11151115
"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://",

site/data/3.11/arangobench.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@
13601360
},
13611361
"server.authentication" : {
13621362
"category" : "option",
1363-
"default" : true,
1363+
"default" : false,
13641364
"deprecatedIn" : null,
13651365
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13661366
"dynamic" : false,
@@ -1427,7 +1427,7 @@
14271427
"server.endpoint" : {
14281428
"category" : "option",
14291429
"default" : [
1430-
"tcp://127.0.0.1:8529"
1430+
"http+tcp://127.0.0.1:8529"
14311431
],
14321432
"deprecatedIn" : null,
14331433
"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://",

site/data/3.11/arangod.json

Lines changed: 163 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@
14001400
"agent",
14011401
"single"
14021402
],
1403-
"default" : 7739681792,
1403+
"default" : 7739680768,
14041404
"deprecatedIn" : null,
14051405
"description" : "The global size limit for all caches (in bytes).",
14061406
"dynamic" : true,
@@ -2347,7 +2347,7 @@
23472347
"agent",
23482348
"single"
23492349
],
2350-
"default" : "/var/lib/arangodb3",
2350+
"default" : "",
23512351
"deprecatedIn" : null,
23522352
"description" : "The path to the database directory.",
23532353
"dynamic" : false,
@@ -3427,7 +3427,7 @@
34273427
"coordinator",
34283428
"single"
34293429
],
3430-
"default" : "/var/lib/arangodb3-apps",
3430+
"default" : "./js/apps",
34313431
"deprecatedIn" : null,
34323432
"description" : "The directory for Foxx applications.",
34333433
"dynamic" : false,
@@ -3725,6 +3725,7 @@
37253725
"single"
37263726
],
37273727
"default" : [
3728+
"./enterprise/js"
37283729
],
37293730
"deprecatedIn" : null,
37303731
"description" : "Additional paths containing JavaScript modules.",
@@ -3803,7 +3804,7 @@
38033804
"coordinator",
38043805
"single"
38053806
],
3806-
"default" : "/usr/share/arangodb3/js",
3807+
"default" : "./js",
38073808
"deprecatedIn" : null,
38083809
"description" : "A path to the directory containing the JavaScript startup scripts.",
38093810
"dynamic" : false,
@@ -6193,7 +6194,7 @@
61936194
"agent",
61946195
"single"
61956196
],
6196-
"default" : "-",
6197+
"default" : "",
61976198
"deprecatedIn" : null,
61986199
"description" : "shortcut for '--log.output file://<filename>'",
61996200
"dynamic" : false,
@@ -7518,15 +7519,15 @@
75187519
"type" : "boolean"
75197520
},
75207521
"query.global-memory-limit" : {
7521-
"base" : 33106210816,
7522+
"base" : 33106206720,
75227523
"category" : "option",
75237524
"component" : [
75247525
"coordinator",
75257526
"dbserver",
75267527
"agent",
75277528
"single"
75287529
],
7529-
"default" : 26816030761,
7530+
"default" : 26816027443,
75307531
"deprecatedIn" : null,
75317532
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
75327533
"dynamic" : true,
@@ -7816,15 +7817,15 @@
78167817
"type" : "double"
78177818
},
78187819
"query.memory-limit" : {
7819-
"base" : 33106210816,
7820+
"base" : 33106206720,
78207821
"category" : "option",
78217822
"component" : [
78227823
"coordinator",
78237824
"dbserver",
78247825
"agent",
78257826
"single"
78267827
],
7827-
"default" : 19863726489,
7828+
"default" : 19863724032,
78287829
"deprecatedIn" : null,
78297830
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
78307831
"dynamic" : true,
@@ -8356,6 +8357,99 @@
83568357
"section" : "rclone",
83578358
"type" : "string"
83588359
},
8360+
"replicated-log.threshold-log-compaction" : {
8361+
"base" : 1,
8362+
"category" : "option",
8363+
"component" : [
8364+
"coordinator",
8365+
"dbserver",
8366+
"agent",
8367+
"single"
8368+
],
8369+
"default" : 1000,
8370+
"deprecatedIn" : null,
8371+
"description" : "threshold for log compaction. Number of log entries to wait for before compacting.",
8372+
"dynamic" : false,
8373+
"enterpriseOnly" : false,
8374+
"experimental" : false,
8375+
"hidden" : false,
8376+
"introducedIn" : null,
8377+
"maxInclusive" : true,
8378+
"maxValue" : 18446744073709551615,
8379+
"minInclusive" : true,
8380+
"minValue" : 0,
8381+
"obsolete" : false,
8382+
"os" : [
8383+
"linux",
8384+
"macos",
8385+
"windows"
8386+
],
8387+
"requiresValue" : true,
8388+
"section" : "replicated-log",
8389+
"type" : "uint64"
8390+
},
8391+
"replicated-log.threshold-network-batch-size" : {
8392+
"base" : 1,
8393+
"category" : "option",
8394+
"component" : [
8395+
"coordinator",
8396+
"dbserver",
8397+
"agent",
8398+
"single"
8399+
],
8400+
"default" : 1048576,
8401+
"deprecatedIn" : null,
8402+
"description" : "send a batch of log updates early when threshold (in bytes) is exceeded",
8403+
"dynamic" : false,
8404+
"enterpriseOnly" : false,
8405+
"experimental" : false,
8406+
"hidden" : false,
8407+
"introducedIn" : null,
8408+
"maxInclusive" : true,
8409+
"maxValue" : 18446744073709551615,
8410+
"minInclusive" : true,
8411+
"minValue" : 1048576,
8412+
"obsolete" : false,
8413+
"os" : [
8414+
"linux",
8415+
"macos",
8416+
"windows"
8417+
],
8418+
"requiresValue" : true,
8419+
"section" : "replicated-log",
8420+
"type" : "uint64"
8421+
},
8422+
"replicated-log.threshold-rocksdb-write-batch-size" : {
8423+
"base" : 1,
8424+
"category" : "option",
8425+
"component" : [
8426+
"coordinator",
8427+
"dbserver",
8428+
"agent",
8429+
"single"
8430+
],
8431+
"default" : 1048576,
8432+
"deprecatedIn" : null,
8433+
"description" : "write a batch of log updates to RocksDB early when threshold (in bytes) is exceeded",
8434+
"dynamic" : false,
8435+
"enterpriseOnly" : false,
8436+
"experimental" : false,
8437+
"hidden" : false,
8438+
"introducedIn" : null,
8439+
"maxInclusive" : true,
8440+
"maxValue" : 18446744073709551615,
8441+
"minInclusive" : true,
8442+
"minValue" : 1048576,
8443+
"obsolete" : false,
8444+
"os" : [
8445+
"linux",
8446+
"macos",
8447+
"windows"
8448+
],
8449+
"requiresValue" : true,
8450+
"section" : "replicated-log",
8451+
"type" : "uint64"
8452+
},
83598453
"replication.active-failover" : {
83608454
"category" : "option",
83618455
"component" : [
@@ -9059,7 +9153,7 @@
90599153
"agent",
90609154
"single"
90619155
],
9062-
"default" : 9287618150,
9156+
"default" : 9287616921,
90639157
"deprecatedIn" : null,
90649158
"description" : "The size of block cache (in bytes).",
90659159
"dynamic" : true,
@@ -9784,6 +9878,35 @@
97849878
"section" : "rocksdb",
97859879
"type" : "boolean"
97869880
},
9881+
"rocksdb.force-legacy-little-endian-keys" : {
9882+
"category" : "option",
9883+
"component" : [
9884+
"dbserver",
9885+
"agent",
9886+
"single"
9887+
],
9888+
"default" : false,
9889+
"deprecatedIn" : null,
9890+
"description" : "Force usage of legacy little endian key encoding when creating a new RocksDB database directory. DO NOT USE IN PRODUCTION.",
9891+
"dynamic" : false,
9892+
"enterpriseOnly" : false,
9893+
"experimental" : true,
9894+
"hidden" : true,
9895+
"introducedIn" : [
9896+
"v3.11.4"
9897+
],
9898+
"longDescription" : "If enabled and a new RocksDB database\nis generated, the legacy little endian key encoding is used.\n\nOnly use this option for testing purposes! It is bad for performance and\ndisables a few features like parallel index generation!",
9899+
"obsolete" : false,
9900+
"os" : [
9901+
"linux",
9902+
"macos",
9903+
"windows"
9904+
],
9905+
"required" : false,
9906+
"requiresValue" : false,
9907+
"section" : "rocksdb",
9908+
"type" : "boolean"
9909+
},
97879910
"rocksdb.format-version" : {
97889911
"base" : 1,
97899912
"category" : "option",
@@ -11640,7 +11763,7 @@
1164011763
"agent",
1164111764
"single"
1164211765
],
11643-
"default" : 12383490867,
11766+
"default" : 12383489228,
1164411767
"deprecatedIn" : null,
1164511768
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
1164611769
"dynamic" : true,
@@ -12206,7 +12329,7 @@
1220612329
"agent",
1220712330
"single"
1220812331
],
12209-
"default" : 0,
12332+
"default" : 10,
1221012333
"deprecatedIn" : null,
1221112334
"description" : "Cluster metrics polling timeout (in seconds).",
1221212335
"dynamic" : false,
@@ -12437,6 +12560,33 @@
1243712560
"section" : "server",
1243812561
"type" : "boolean"
1243912562
},
12563+
"server.failure-point" : {
12564+
"category" : "option",
12565+
"component" : [
12566+
"coordinator",
12567+
"dbserver",
12568+
"agent",
12569+
"single"
12570+
],
12571+
"default" : [
12572+
],
12573+
"deprecatedIn" : null,
12574+
"description" : "The failure point to set during server startup (requires compilation with failure points support).",
12575+
"dynamic" : false,
12576+
"enterpriseOnly" : false,
12577+
"experimental" : false,
12578+
"hidden" : true,
12579+
"introducedIn" : null,
12580+
"obsolete" : false,
12581+
"os" : [
12582+
"linux",
12583+
"macos",
12584+
"windows"
12585+
],
12586+
"requiresValue" : true,
12587+
"section" : "server",
12588+
"type" : "string..."
12589+
},
1244012590
"server.gid" : {
1244112591
"category" : "option",
1244212592
"component" : [
@@ -13215,7 +13365,7 @@
1321513365
"dbserver",
1321613366
"single"
1321713367
],
13218-
"default" : true,
13368+
"default" : false,
1321913369
"deprecatedIn" : null,
1322013370
"description" : "Whether to enable the telemetrics API.",
1322113371
"dynamic" : false,

site/data/3.11/arangodump.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@
13141314
},
13151315
"server.authentication" : {
13161316
"category" : "option",
1317-
"default" : true,
1317+
"default" : false,
13181318
"deprecatedIn" : null,
13191319
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13201320
"dynamic" : false,
@@ -1381,7 +1381,7 @@
13811381
"server.endpoint" : {
13821382
"category" : "option",
13831383
"default" : [
1384-
"tcp://127.0.0.1:8529"
1384+
"http+tcp://127.0.0.1:8529"
13851385
],
13861386
"deprecatedIn" : null,
13871387
"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://",

site/data/3.11/arangoexport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@
11391139
},
11401140
"server.authentication" : {
11411141
"category" : "option",
1142-
"default" : true,
1142+
"default" : false,
11431143
"deprecatedIn" : null,
11441144
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
11451145
"dynamic" : false,
@@ -1206,7 +1206,7 @@
12061206
"server.endpoint" : {
12071207
"category" : "option",
12081208
"default" : [
1209-
"tcp://127.0.0.1:8529"
1209+
"http+tcp://127.0.0.1:8529"
12101210
],
12111211
"deprecatedIn" : null,
12121212
"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://",

site/data/3.11/arangoimport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@
13191319
},
13201320
"server.authentication" : {
13211321
"category" : "option",
1322-
"default" : true,
1322+
"default" : false,
13231323
"deprecatedIn" : null,
13241324
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13251325
"dynamic" : false,
@@ -1386,7 +1386,7 @@
13861386
"server.endpoint" : {
13871387
"category" : "option",
13881388
"default" : [
1389-
"tcp://127.0.0.1:8529"
1389+
"http+tcp://127.0.0.1:8529"
13901390
],
13911391
"deprecatedIn" : null,
13921392
"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://",

0 commit comments

Comments
 (0)