mirror of https://gitee.com/bigwinds/arangodb
Doc - 3.3 known issues page (#7575)
This commit is contained in:
parent
b166fcfc06
commit
593ec55c49
|
@ -0,0 +1,16 @@
|
|||
Known Issues
|
||||
============
|
||||
|
||||
This page lists important issues of the ArangoDB suite of products all users
|
||||
should take note of. It is not a list of all open issues.
|
||||
|
||||
ArangoDB Customers can access the
|
||||
[_Technical & Security Alerts_](https://arangodb.atlassian.net/wiki/spaces/DEVSUP/pages/223903745)
|
||||
page after login 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/servicedesk/customer/kb/view/228622337) |
|
||||
| 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/servicedesk/customer/kb/view/164069377) |
|
|
@ -21,6 +21,7 @@ Whats New
|
|||
Known Issues
|
||||
------------
|
||||
|
||||
- [Known Issues in 3.3](KnownIssues33.md)
|
||||
- [Known Issues in 3.2](KnownIssues32.md)
|
||||
|
||||
|
||||
|
|
|
@ -222,6 +222,7 @@
|
|||
#
|
||||
* [Release notes](ReleaseNotes/README.md)
|
||||
* [Whats New in 3.3](ReleaseNotes/NewFeatures33.md)
|
||||
* [Known Issues in 3.3](ReleaseNotes/KnownIssues33.md)
|
||||
* [Incompatible changes in 3.3](ReleaseNotes/UpgradingChanges33.md)
|
||||
* [Whats New in 3.2](ReleaseNotes/NewFeatures32.md)
|
||||
* [Known Issues in 3.2](ReleaseNotes/KnownIssues32.md)
|
||||
|
|
Loading…
Reference in New Issue