Jan

Results 60 issues of Jan
trafficstars

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...

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...

Fix compile warnings encountered with g++-11.2

CLA Signed

It looks to me that RocksDB's auto-recovery functionality after htting "no space left on device" does not work with the PessimisticTransactionDB and write policy `WRITE_COMMITTED`. When the disk runs full...

question
up-for-grabs

### Scope & Purpose Implements https://arangodb.atlassian.net/browse/APM-831 Enterprise companion PR: https://github.com/arangodb/enterprise/pull/1090 Upgrade bundled version of RocksDB to 9.4 Note: never mind the branch name. This PR was created in September 2022...

cla-signed

### Scope & Purpose Backport of https://github.com/arangodb/arangodb/pull/17088 Bug fix for https://arangodb.atlassian.net/browse/BTS-1014 Fix an issue with transactional truncate potentially leading to out-of-sync followers in case there are concurrent inserts into the...

3.10

### Scope & Purpose Backport of https://github.com/arangodb/arangodb/pull/17088 Bug fix for https://arangodb.atlassian.net/browse/BTS-1014 Fix an issue with transactional truncate potentially leading to out-of-sync followers in case there are concurrent inserts into the...

### Scope & Purpose Bug fix for https://arangodb.atlassian.net/browse/BTS-1014 Fix an issue with transactional truncate potentially leading to out-of-sync followers in case there are concurrent inserts into the same collection. In...

Copied from an email: I'd suggest a feature for some next version of arangoDB. The introduced async execution seems a nice idea. Is there a plan to implement websockets too?...

1 Feature
3 Core

I used a recent version of the starter (from 3.10.0 packages) to start a single server with the following command: ``` arangodb --starter.mode single --starter.data-dir myDir --all.temp.intermediate-results-path "temp" --all.use-splice-syscall false...