mirror of https://gitee.com/bigwinds/arangodb
Doc - 3.3 known issues (#7576)
This commit is contained in:
parent
b016ba3255
commit
4eb37c348e
|
@ -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 <br> **Component:** arangod <br> **Deployment Mode:** All <br> **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 <br> **Affect Versions:** 3.3.0 to 3.3.19 <br> **Fixed in Versions:** 3.3.20 <br> **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 <br> **Component:** Security <br> **Deployment Mode:** All <br> **Description:** Unauthorized access to ArangoDB when using LDAP authentication <br> **Affect Versions:** 3.3.0 to 3.3.18 <br> **Fixed in Versions:** 3.3.19 <br> **Reference:** [Link for ArangoDB Customers](https://arangodb.atlassian.net/servicedesk/customer/kb/view/223903752) |
|
||||
| 2 | **Date Added:** 2018-11-03 <br> **Component:** Backup/Restore <br> **Deployment Mode:** All <br> **Description:** Users not included in the backup if _--server.authentication = true_ <br> **Affect Versions:** 3.3.0 to 3.3.13 <br> **Fixed in Versions:** 3.3.14 <br> **Reference:** [Link for ArangoDB Customers](https://arangodb.atlassian.net/servicedesk/customer/kb/view/226557953) |
|
||||
| 1 | **Date Added:** 2018-04-09 <br> **Component:** Storage <br> **Deployment Mode:** Single Instance <br> **Description:** Data corruption could happen under Linux <br> **Affect Versions:** 3.3.0 <br> **Fixed in Versions:** 3.3.1 <br> **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) |
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue