1
0
Fork 0
arangodb/Documentation/Books/Manual/ReleaseNotes
Jan 4d4135d25c
Feature/add dbserver as an alias for primary (#6072)
* add "DBSERVER" as an alias for "PRIMARY"

This allows specifying the value "DBSERVER" for `--cluster.my-role`.
"DBSERVER" is only treated as an alias for "PRIMARY", because several
other parts of the code and APIs use the string "PRIMARY".
Changing these from "PRIMARY" to "DBSERVER" would make the change
downwards-incompatible, which we do not want.

The downside of this alias-only solution is that even when specifying
a role value of "DBSERVER", the server will still report its role as
"PRIMARY", which may be a bit confusing. The server will also generate
its id as "PRMR-XXXX" as before:

    2018-08-03T15:23:09Z [9584] INFO {cluster} Starting up with role PRIMARY
    2018-08-03T15:23:09Z [9584] INFO {cluster} Cluster feature is turned on. Agency version: {"server":"arango","version":"3.4.devel","license":"enterprise"}, Agency endpoints: http+tcp://[::]:4001, server id: 'PRMR-f655b728-4cea-44ac-88e9-8b34baa80958', internal address: tcp://[::1]:8629, role: PRIMARY

* adjusted documentation to use "DBSERVER" instead of "PRIMARY"

* api doc

- secondary role not used anymore. stated.
- primary database is not clear. replaced with dbserver
- brief referenced only dbserver and coordinator - better to provide wider description, in line with what is described below, as other roles can be returned

* typo

* typo

* added starting from 3.4

* additional warning

* cited in the release note
2018-08-06 17:20:50 +02:00
..
21.md Doc - Release notes improvements (#4748) 2018-03-12 10:38:41 +01:00
22.md Doc - Release notes improvements (#4748) 2018-03-12 10:38:41 +01:00
23.md Doc - Release notes improvements (#4748) 2018-03-12 10:38:41 +01:00
24.md Doc - Release notes improvements (#4748) 2018-03-12 10:38:41 +01:00
25.md Doc - Release notes improvements (#4748) 2018-03-12 10:38:41 +01:00
26.md Doc - Release notes improvements (#4748) 2018-03-12 10:38:41 +01:00
27.md Doc - Release notes improvements (#4748) 2018-03-12 10:38:41 +01:00
28.md Doc - Release notes improvements (#4748) 2018-03-12 10:38:41 +01:00
30.md Doc - Release notes improvements (#4748) 2018-03-12 10:38:41 +01:00
31.md Doc - Release notes improvements (#4748) 2018-03-12 10:38:41 +01:00
32.md Doc - Release notes improvements (#4748) 2018-03-12 10:38:41 +01:00
33.md Doc - Release notes improvements (#4748) 2018-03-12 10:38:41 +01:00
34.md Doc - Release notes improvements (#4748) 2018-03-12 10:38:41 +01:00
KnownIssues32.md Doc - Use relative links for cross references (#4904) 2018-03-27 17:29:19 +01:00
NewFeatures21.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
NewFeatures22.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
NewFeatures23.md fix some typos in code and docs (#3671) 2017-11-13 17:33:36 +01:00
NewFeatures24.md Doc - Use relative links for cross references (#4904) 2018-03-27 17:29:19 +01:00
NewFeatures25.md Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
NewFeatures26.md Doc - add duplicate check in the build script (#5897) 2018-07-18 19:01:07 +02:00
NewFeatures27.md Doc - add duplicate check in the build script (#5897) 2018-07-18 19:01:07 +02:00
NewFeatures28.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
NewFeatures30.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
NewFeatures31.md Doc - New Foxx docs content (#5842) 2018-07-25 20:03:17 +02:00
NewFeatures32.md Doc - New Foxx docs content (#5842) 2018-07-25 20:03:17 +02:00
NewFeatures33.md Doc - Enterprise Edition hint boxes (#5921) 2018-07-20 10:53:22 +02:00
NewFeatures34.md Feature/add dbserver as an alias for primary (#6072) 2018-08-06 17:20:50 +02:00
README.md Doc - release notes fixes (#6018) 2018-07-31 15:12:45 +02:00
UpgradingChanges23.md fix some typos in code and docs (#3671) 2017-11-13 17:33:36 +01:00
UpgradingChanges24.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
UpgradingChanges25.md Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
UpgradingChanges26.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
UpgradingChanges27.md Doc - Use relative links for cross references (#4904) 2018-03-27 17:29:19 +01:00
UpgradingChanges28.md Doc - Upgrade & Deployment Refactor (#4750) 2018-06-30 11:11:56 +02:00
UpgradingChanges30.md Doc - add duplicate check in the build script (#5897) 2018-07-18 19:01:07 +02:00
UpgradingChanges31.md Doc - New Foxx docs content (#5842) 2018-07-25 20:03:17 +02:00
UpgradingChanges32.md Documentation Foxx refactor (#5180) 2018-04-23 14:11:35 +02:00
UpgradingChanges33.md some more release notes (#4146) 2017-12-22 11:23:27 +01:00
UpgradingChanges34.md adding changelog 2018-07-30 15:55:28 +02:00

README.md

Release Notes

What's New

For a high level list of changes, please refer to one of the following sections:

Changelogs

For a detailed list of changes to the ArangoDB core programs and tools, please refer to the version specific changelogs:

Additional changelogs for tools not included in the main repository:

Incompatible changes

For a list of incompatible changes, please refer to one of the following sections. Also see Version Specific Upgrade Information in the Upgrading chapter.

Known Issues

For a list of known issues, please refer to one of the following sections: