-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with 6.4 and earlier schemas #2
Comments
The following logging context is is considered valid according to the schema but the server fails to start
|
|
The default value for all logging levels starting with 4.9 should be CRITICAL |
The feature-key-file and feature-key-files default should be /etc/aerospike/features.conf |
data-in-memory default should be |
https://github.com/aerospike/aerospike-server/blob/master/as/include/storage/storage.h#L95 |
compression-accelteration
default should be 1compression-level
minimum should be 0I am not sure if this one is fixable.
compression-acceleration
is only applicable forcompression lz4
. When lz4 is set the compression acceleration returns 1 as the default otherwise it returns 0.Something similar is true for
compression-level
which is only applicable forcompression zstd
. When zstd is set the compression level defaults to 9 otherwise it returns 0The text was updated successfully, but these errors were encountered: