mirror of https://gitee.com/bigwinds/arangodb
copy over known issues
This commit is contained in:
parent
ffb6868bbb
commit
aae4b7cc0c
|
@ -11,13 +11,15 @@ Installer
|
||||||
there are multiple instances of the same ArangoDB version running on the same host,
|
there are multiple instances of the same ArangoDB version running on the same host,
|
||||||
and only some of them shall be upgraded, or they should be upgraded one after the
|
and only some of them shall be upgraded, or they should be upgraded one after the
|
||||||
other.
|
other.
|
||||||
|
* The windows installer doesn't offer a way to continue the installation if it failed
|
||||||
|
because of a locked database.
|
||||||
|
|
||||||
APIs
|
APIs
|
||||||
----
|
----
|
||||||
|
|
||||||
* the REST API for retrieving indexes at endpoint GET `/_api/index/?collection=<collection>` will
|
* the REST API for retrieving indexes at endpoint GET `/_api/index/?collection=<collection>`
|
||||||
currently also return all links (type `arangosearch`) for views that refer to this collection. The links
|
will currently also return all links (type `arangosearch`) for views that refer to this
|
||||||
will be removed from the results of this API in a later version.
|
collection. The links will be removed from the results of this API in a later version.
|
||||||
|
|
||||||
* the REST API for retrieving a single index at endpoint GET `/_api/index/<indexname>` will
|
* the REST API for retrieving a single index at endpoint GET `/_api/index/<indexname>` will
|
||||||
currently succeed for indexes used internally for links of views. These requests will
|
currently succeed for indexes used internally for links of views. These requests will
|
||||||
|
@ -26,9 +28,4 @@ APIs
|
||||||
Cluster
|
Cluster
|
||||||
-------
|
-------
|
||||||
|
|
||||||
* moving shards for views might fail
|
* sometimes the shutdown order in the cluster will cause the shutdown to hang infinitely.
|
||||||
|
|
||||||
Windows
|
|
||||||
-------
|
|
||||||
|
|
||||||
* Upgrading from 3.3 does not yet work
|
|
||||||
|
|
Loading…
Reference in New Issue