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.8 * __Storage Engine__: RocksDB * __Deployment Mode__: Cluster * __Deployment Strategy__: ArangoDB Starter * __Configuration__: 3 machines * __Infrastructure__: own * __Operating System__:...

Hi, When setting a ArangoDB instance up, using arangodb/arangodb-starter and the latest docker image (as is currently the default: `ENV DOCKER_IMAGE=arangodb/arangodb:latest` in the starter’s Dockerfile), I was surprised to find...

The arangodb starter seems to set the `--server.statistics false` parameter for agents, which disables all statistics. The original motivation for this was to turn off a background thread in the...

Now ready for review / merging

3 Documentation
9 Review Required

Internal ref: https://github.com/arangodb/planning/issues/3098 TODO: - Fill gaps in version history - Add dates when versions were published - Does it require the date like on https://github.com/arangodb/arangojs/blob/master/CHANGELOG.md so that Github creates...

3 Documentation

On Linux and MacOS, the starter should try to increase the number of file descriptors available for itself and its sub-processes (i.e. arangod instances), by probing the current `rlimit`s for...

I have a few clusters configured the same way and two cluster's successfully upgraded. On one I get the following error when running the `arangodb upgrade` command. ``` #2021-05-17T17:35:45Z |FATA|...

if the starter is commanded to be silent, it should be.

enhancement
3 Starter

The arangodb starter uses terminology in its log messages, documentation etc. that can be considered offensive. The most prominent terms in use are "master" and "slave" here. While these terms...

arangodb currently cannot build on Apple Silicon (https://github.com/Homebrew/homebrew-core/pull/68561), Apple's new ARM processor for macOS, because only go1.16 supports this platform (darwin-arm64).