Aerospike Database Release Notes 6.2.0.6
Aerospike Database Release Notes 6.2.0.6โ
March 08, 2023
Aerospike Database software version 6.2.0.6 is now available.
This release is a hotfix for Aerospike Database 6.2.
This version and subsequent Database 6.2.0.x Debian package software files (*.deb) and Red Hat Package Manager files (*.rpm) are now GPG Signed.
Bug fixesโ
AER-6612 (CDT)โ
Issue: Writing an ordered map with a map index bigger than the content may corrupt the map.
Resolution: Writing an ordered map with a map index bigger than the content will not corrupt the map.
Branches affected: 6.2, 6.1, 6.0, 5.7
AER-6614 (CDT)โ
Issue: With return type EXISTS
, a GET_ALL_BY_KEY_LIST
operation on an ordered map always returns false.
Resolution: With return type EXISTS
, a GET_ALL_BY_KEY_LIST
operation on an ordered map returns true or false as appropriate.
Branches affected: 6.2, 6.1
AER-6610 (DEPLOYMENT)โ
Issue: The Aerospike server may fail to start in some containers when the available CPUs are a proper subset of the actual CPUs.
Resolution: The Aerospike server starts successfully in containers when the available CPUs are a proper subset of the actual CPUs.
Branches affected: 6.2, 6.1, 6.0, 5.7
AER-6613 (KVS)โ
Issue: For single-bin
, data-in-memory
namespaces, writes using the delete-record operation may free the bin data twice and cause a crash.
Resolution: For single-bin
, data-in-memory
namespaces, writes using the delete-record operation will not free the bin data twice.
Branches affected: 6.2, 6.1, 6.0, 5.7
AER-6611 (SINDEX)โ
Issue: Dropping a secondary index on which there are active queries may cause an assertion or other bad symptoms.
Resolution: Dropping a secondary index on which there are active queries is much less likely to cause an assertion or other bad symptoms.
Branches affected: 6.2, 6.1