mirror of https://gitee.com/bigwinds/arangodb
Issue Template - add deployment strategy, RF and # of shards (#6043)
This commit is contained in:
parent
da7ef0a025
commit
3c57504b2d
|
@ -1,8 +1,9 @@
|
||||||
## My Environment
|
## My Environment
|
||||||
|
|
||||||
* __ArangoDB Version__: <!-- e.g. 3.3.10 or self-compiled devel branch -->
|
* __ArangoDB Version__: <!-- e.g. 3.3.14 or self-compiled devel branch -->
|
||||||
* __Storage Engine__: <!-- MMFiles / RocksDB -->
|
* __Storage Engine__: <!-- MMFiles / RocksDB -->
|
||||||
* __Deployment Mode__: <!-- Single Server | Master/Slave | Active Failover | Cluster | DC2DC -->
|
* __Deployment Mode__: <!-- Single Server | Master/Slave | Active Failover | Cluster | DC2DC -->
|
||||||
|
* __Deployment Strategy__: <!-- Manual Start | Manual Start in Docker | ArangoDB Starter | ArangoDB Starter in Docker | Kubernetes | DCOS -->
|
||||||
* __Configuration__: <!-- cluster setup details, notable server settings, etc. -->
|
* __Configuration__: <!-- cluster setup details, notable server settings, etc. -->
|
||||||
* __Infrastructure__: <!-- AWS | Azure | ... | own -->
|
* __Infrastructure__: <!-- AWS | Azure | ... | own -->
|
||||||
* __Operating System__: <!-- Ubuntu 18.04 | Windows 10 | MacOS 10.13.4 | DCOS 1.10 | ... -->
|
* __Operating System__: <!-- Ubuntu 18.04 | Windows 10 | MacOS 10.13.4 | DCOS 1.10 | ... -->
|
||||||
|
@ -25,6 +26,10 @@ __Dataset__:
|
||||||
<!-- description, or if possible, please share an example dataset to reproduce the issue either as Gist with an arangodump, or an arangosh script with db.collection.save({my: "values"}) statements -->
|
<!-- description, or if possible, please share an example dataset to reproduce the issue either as Gist with an arangodump, or an arangosh script with db.collection.save({my: "values"}) statements -->
|
||||||
|
|
||||||
|
|
||||||
|
__Replication Factor & Number of Shards (Cluster only)__:
|
||||||
|
<!-- please list these settings for each collection in question -->
|
||||||
|
|
||||||
|
|
||||||
## Steps to reproduce
|
## Steps to reproduce
|
||||||
|
|
||||||
1.
|
1.
|
||||||
|
|
Loading…
Reference in New Issue