Skip to content
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

Open
jdogmcsteezy opened this issue Jun 27, 2023 · 6 comments
Open

Issues with 6.4 and earlier schemas #2

jdogmcsteezy opened this issue Jun 27, 2023 · 6 comments

Comments

@jdogmcsteezy
Copy link

jdogmcsteezy commented Jun 27, 2023

compression-accelteration default should be 1
compression-level minimum should be 0

I am not sure if this one is fixable. compression-acceleration is only applicable for compression 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 for compression zstd. When zstd is set the compression level defaults to 9 otherwise it returns 0

@jdogmcsteezy
Copy link
Author

jdogmcsteezy commented Jul 20, 2023

The following logging context is is considered valid according to the schema but the server fails to start

​logging {
        file /var/log/aerospike/aerospike.log {
                context any info
                path /a/socket/path/for/logging/context/socket/only
        }

        # Send log messages to stdout
        console {
                context any info
        }
}
 /tmp [1]> docker logs aerospike-tmp
link eth0 state up
link eth0 state up in 0
Jul 20 2023 21:00:09 GMT: CRITICAL (config): (cfg.c:1500) line 10 :: unknown config parameter name 'path'
Jul 20 2023 21:00:09 GMT: WARNING (as): (signal.c:113) SIGINT received, aborting Aerospike Enterprise Edition build 6.4.0.0-rc2 os debian11 arch x86_64 sha c865af3 ee-sha 6b76de6
Jul 20 2023 21:00:09 GMT: WARNING (as): (signal.c:178) startup was not complete, exiting immediately

@jdogmcsteezy
Copy link
Author

jdogmcsteezy commented Sep 13, 2023

nsup-period default should be 0 starting with 4.9. Not 120

@jdogmcsteezy
Copy link
Author

The default value for all logging levels starting with 4.9 should be CRITICAL

@jdogmcsteezy
Copy link
Author

The feature-key-file and feature-key-files default should be /etc/aerospike/features.conf

@jdogmcsteezy
Copy link
Author

data-in-memory default should be false.

@jdogmcsteezy
Copy link
Author

jdogmcsteezy commented Nov 30, 2023

post-write-queue default should be 256, not 0. It has been 256 since at least 4.0

https://github.com/aerospike/aerospike-server/blob/master/as/include/storage/storage.h#L95

@jdogmcsteezy jdogmcsteezy changed the title Issues with 6.3 schema Issues with 6.4 and earlier schemas Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant