Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit d70e2f4

Browse files
jsteemannSimran-Bnerpaula
authored
deprecate --agency.pool-size startup option (#1171)
* deprecate --agency.pool-size startup option * Review Co-authored-by: Simran Spiller <simran@arangodb.com> Co-authored-by: Paula Mihu <97217318+nerpaula@users.noreply.github.com>
1 parent e1bf83c commit d70e2f4

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

3.11/programs-arangod-agency.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ Which address to advertise to the outside.
4040

4141
## Pool size
4242

43+
<small>Deprecated in: v3.11.0</small>
44+
4345
`agency.pool-size`
4446

45-
Number of Agent pool.
47+
Number of Agents in pool.
4648

4749
## Size
4850

3.11/release-notes-upgrading-changes311.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
layout: default
33
description: It is recommended to check the following list of incompatible changes before upgrading to ArangoDB 3.11
44
---
5-
Incompatible changes in ArangoDB 3.11
6-
=====================================
5+
# Incompatible changes in ArangoDB 3.11
76

87
It is recommended to check the following list of incompatible changes **before**
98
upgrading to ArangoDB 3.11, and adjust any client programs if necessary.
109

1110
The following incompatible changes have been made in ArangoDB 3.11:
1211

13-
Restriction of indexable fields
14-
-------------------------------
12+
## Restriction of indexable fields
1513

1614
It is now forbidden to create indexes that cover fields whose attribute names
1715
start or end with `:` , for example, `fields: ["value:"]`. This notation is
@@ -20,8 +18,18 @@ reserved for internal use.
2018
Existing indexes are not affected but you cannot create new indexes with a
2119
preceding or trailing colon.
2220

23-
Client tools
24-
------------
21+
## Startup options
22+
23+
### `--agency.pool-size` deprecated
24+
25+
The `--agency.pool-size` option was effectively not properly supported in any
26+
version of ArangoDB. Setting the option to anything but the value of
27+
`--agency.size` should be avoided.
28+
29+
From v3.11.0 onwards, this option is deprecated, and setting it to a value
30+
different than the value of `--agency.size` leads to a startup error.
31+
32+
## Client tools
2533

2634
### arangoexport
2735

0 commit comments

Comments
 (0)