Aerospike Server Community Edition 4.5.0.12
Description
- The CentOS 7 RPM packages are built with OpenSSL 1.0.2, which is the current shipping package version. If you are running on an older version of CentOS 7 which uses OpenSSL 1.0.1, the installation will not succeed due to a dependency mismatch. Please resolve by either updating CentOS patches (security or whole release) to a point where OpenSSL 1.0.2 is used, or install OpenSSL 1.0.2 using "yum update openssl".
- A serious flaw has been discovered for HTTP v2 in the library used by change notification.
http-version
MUST be set tov1
to prevent xdr and change notification from being blocked. - When upgrading the Aerospike Server refer to the Special Upgrades documentation.
New Features
Improvements
- Enterprise & Community
- [AER-6057] - (STORAGE) Added storage context configuration item
disable-odsync
to prevent setting O_DSYNC flag on storage devices. - [AER-6008] - (LOGGING) Eliminated excessive error logging to /tmp/aerospike-console when rolling log file.
- [AER-6057] - (STORAGE) Added storage context configuration item
Bug Fixes
- Enterprise & Community
- [AER-6068] - (LOGGING) Concurrent SIGHUPs to roll log files may race and double close a log sink file descriptor.
- Enterprise Only
- [AER-6069] - (LDAP) Minor memory leak during LDAP login process.