Aerospike Tools Release 4.0.4 (December 10, 2020)

Aerospike Tools version 4.0.4 was released on December 10, 2020.

  • openssl-1.1.1.g is now statically linked into asbackup, aql, and asvalidation.
  • Aerospike Tools currently supports Python3.5 to Python3.8.
  • The “python3” binary path must now resolve. For example: /usr/bin/env python3. The “python” binary path is no longer used.
  • The Aerospike CDT Validation Tool addresses the following types of CDT issues, which require certain Aerospike Server versions to detect or correct.
    • Order: The CDT bin has elements out of order. Performing operations on Ordered Lists under Aerospike 3.16.0.1 to 3.16.0.5 may have corrupted records. Fixing this problem requires Aerospike Server version 4.5.3 or newer. If also using XDR, before upgrading to Aerospike 4.6.0 or newer, you must run asvalidation .
    • Padding: The bin has garbage bytes after the valid list or map. This issue is resolved in Aerospike Server version 4.6.0 or newer. For Aerospike Server version 4.5.3 or earlier this issue can be fixed by running the asvalidation tool.

Improvements

  • [TOOLS-1558] - (ASADM) Expose device_data_bytes in ‘info sets’ as ‘disk used’.

Bug Fixes

  • [TOOLS-1514] - (ASADM) Primary Index total is now computed and displayed properly.
  • [TOOLS-1611] - (ASADM) Prevent partition map info from being stored in ascollectinfo.log without --pmap option.
  • [TOOLS-1561] - (AQL) Touch operation in AQL will now honor ttl.

Updates