arangodb icon indicating copy to clipboard operation
arangodb copied to clipboard

ArangoDB Starter - starts ArangoDB clusters & single servers with ease.

Results 47 arangodb issues
Sort by recently updated
recently updated
newest added
trafficstars

## My Environment * __ArangoDB Version__: 3.6.7-1 * __Storage Engine__: RocksDB * __Deployment Mode__: single instance * __Deployment Strategy__: ArangoDB Starter * __Configuration__: 1 machine * __Infrastructure__: own * __Operating...

launch a cluster with these `--starter.port`'s : ``` 9528 9628 9728 ``` and stop all instances. go into the respective directories, and re-launch the starter without any parameters again. The...

in a single instance starter deployment: - kill the old starter - spawn the new starter (which then has no arangod children yet, but knows the old children) - now...

1 Bug

It seems that in some configurations the `arangod` subprocesses of the starter are not correctly shut down on Ctrl-C to the starter. One example: ``` arangodb --starter.mode=single ``` And then...

1 Bug
3 Starter

Starter version: 0.14.14. If a folder where one tries to run ArangoDB through Starter has bogus (i.e. random stuff) `.local` file which is picked by `arangod` binary as the first...

Start command: `sudo -u arangodb arangodb --starter.join=A --starter.join=B --starter.join=C --server.arangod=/usr/sbin/arangod --cluster.start-dbserver=false --cluster.start-coordinator=true --auth.jwt-secret=/arangodb-coordinator/secret.jwt --starter.mode=cluster --cluster.agency-size=3 --starter.disable-ipv6=true --starter.data-dir=/arangodb-coordinator/ --server.js-dir=/usr/share/arangodb3/js` First time: ``` 2020-04-22T11:52:24+08:00 |INFO| Starting arangodb version 0.14.14, build 598e7d7 component=arangodb...

we have three agency, two db server and one coordinator in different server, and then one of agency server is break down and the we use https://www.arangodb.com/docs/devel/administration-starter-recovery.html to recovery the...

Investigation needed: At some stage I got this message on shutdown. I could not easily find out where it was coming from. The servers seem to have been shut down,...

1 Bug
3 Starter
4 Windows

I tried to start a fresh cluster under Windows 10 with ArangoDB 3.3.10. I forgot to shutdown the ArangoDB service (local instance) that runs on 8529 on my system in...

1 Bug
3 Starter
4 Windows

The [stater recovery procedure](https://docs.arangodb.com/devel/Manual/Administration/Starter/) is working, i just noticed one misleading starter log message. Setup: local starter cluster with `arangodb` endpoints 8528(db1), 8538(db2), 8548(db3) - kill -9 `arangodb` and all...

enhancement
3 Cluster
3 Starter