From 4eb37c348eb6adf87bd57a1ff18fac38c223f2ff Mon Sep 17 00:00:00 2001 From: sleto-it <31849787+sleto-it@users.noreply.github.com> Date: Sun, 2 Dec 2018 16:30:50 +0100 Subject: [PATCH] Doc - 3.3 known issues (#7576) --- .../Books/Manual/ReleaseNotes/KnownIssues33.md | 13 +++++++++++++ Documentation/Books/Manual/ReleaseNotes/README.md | 1 + Documentation/Books/Manual/SUMMARY.md | 1 + 3 files changed, 15 insertions(+) create mode 100644 Documentation/Books/Manual/ReleaseNotes/KnownIssues33.md diff --git a/Documentation/Books/Manual/ReleaseNotes/KnownIssues33.md b/Documentation/Books/Manual/ReleaseNotes/KnownIssues33.md new file mode 100644 index 0000000000..df510d4796 --- /dev/null +++ b/Documentation/Books/Manual/ReleaseNotes/KnownIssues33.md @@ -0,0 +1,13 @@ +Known Issues +============ + +This page lists some known issues of the ArangoDB suite of products. + +ArangoDB Customers can access the [_Technical & Security Alerts_](https://arangodb.atlassian.net/wiki/spaces/DEVSUP/pages/223903745) page after logging in the Support Portal. + +| # | Issue | +|---|------------| +| 4 | **Date Added:** 2018-11-30
**Component:** arangod
**Deployment Mode:** All
**Description:** Wrong suggestion printed in the log on how to optimize an OS setting, if followed, could cause ArangoDB to run into problems as the number of memory mappings will keep growing
**Affect Versions:** 3.3.0 to 3.3.19
**Fixed in Versions:** 3.3.20
**Reference:** [Link for ArangoDB Customers](https://arangodb.atlassian.net/plugins/servlet/servicedesk/customer/confluence/shim/spaces/DEVSUP/pages/228622337/Technical+Alert+%232%3A+Set+Linux+variable+overcommit_memory+to+0+or+1) | +| 3 | **Date Added:** 2018-11-16
**Component:** Security
**Deployment Mode:** All
**Description:** Unauthorized access to ArangoDB when using LDAP authentication
**Affect Versions:** 3.3.0 to 3.3.18
**Fixed in Versions:** 3.3.19
**Reference:** [Link for ArangoDB Customers](https://arangodb.atlassian.net/servicedesk/customer/kb/view/223903752) | +| 2 | **Date Added:** 2018-11-03
**Component:** Backup/Restore
**Deployment Mode:** All
**Description:** Users not included in the backup if _--server.authentication = true_
**Affect Versions:** 3.3.0 to 3.3.13
**Fixed in Versions:** 3.3.14
**Reference:** [Link for ArangoDB Customers](https://arangodb.atlassian.net/servicedesk/customer/kb/view/226557953) | +| 1 | **Date Added:** 2018-04-09
**Component:** Storage
**Deployment Mode:** Single Instance
**Description:** Data corruption could happen under Linux
**Affect Versions:** 3.3.0
**Fixed in Versions:** 3.3.1
**Reference:** [Link for ArangoDB Customers](https://arangodb.atlassian.net/plugins/servlet/servicedesk/customer/confluence/shim/spaces/DEVSUP/pages/164069377/Important+Note+for+Users+running+ArangoDB+v.+3.2.4%2C+3.2.5%2C+3.2.6%2C+3.2.7%2C+3.2.8%2C+3.2.9+or+3.3.0+on+Linux) | diff --git a/Documentation/Books/Manual/ReleaseNotes/README.md b/Documentation/Books/Manual/ReleaseNotes/README.md index 16460bd073..49dcfaec79 100644 --- a/Documentation/Books/Manual/ReleaseNotes/README.md +++ b/Documentation/Books/Manual/ReleaseNotes/README.md @@ -77,4 +77,5 @@ Known Issues For a list of known issues, please refer to one of the following sections: - [Known Issues in 3.4](KnownIssues34.md) +- [Known Issues in 3.3](KnownIssues33.md) - [Known Issues in 3.2](KnownIssues32.md) diff --git a/Documentation/Books/Manual/SUMMARY.md b/Documentation/Books/Manual/SUMMARY.md index 2fb3158007..49f2f9bb12 100644 --- a/Documentation/Books/Manual/SUMMARY.md +++ b/Documentation/Books/Manual/SUMMARY.md @@ -372,6 +372,7 @@ * [Incompatible changes in 3.4](ReleaseNotes/UpgradingChanges34.md) * [Version 3.3](ReleaseNotes/33.md) * [What's New in 3.3](ReleaseNotes/NewFeatures33.md) + * [Known Issues in 3.3](ReleaseNotes/KnownIssues33.md) * [Incompatible changes in 3.3](ReleaseNotes/UpgradingChanges33.md) * [Version 3.2](ReleaseNotes/32.md) * [What's New in 3.2](ReleaseNotes/NewFeatures32.md)