Aerospike Tools Release 5.1.0 (February 19, 2021)

Aerospike Tools version 5.1.0 was released on February 19, 2021.

  • The ASADM output format has been revised as of Aerospike Tools version 5.0.1 and could break user’s scripts.
  • 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.

New Features

  • [TOOLS-1645] - (PACKAGING) Remove support for CentOS Linux 6.
  • [TOOLS-1648] - (ASADM) Remove support for CentOS Linux 6.
  • [TOOLS-1564] - (ASADM) Add the ability to manage users, roles, udfs, and secondary indexes.

Improvements

  • [TOOLS-1638] - (ASADM) Exception is thrown by info xdr when running Aerospike Server < 5.0.
  • [TOOLS-1643] - (ASADM) Traceback when trying to run show config xdr or show config dc for Aerospike Server > 5.0 and Aerospike Tools < 3.26.2.

Bug Fixes

  • [TOOLS-1632] - (ASADM) Partition rule to check if sprigs per partition is higher than index mounted space should only run for All Flash.
  • [TOOLS-1636] - (ASADM) The show distribution command shows incorrect distribution.
  • [TOOLS-1649] - (ASADM-LOG-ANALYZER) Log-Analyzer histogram command incorrectly displays average latency of latency buckets and ops/sec.
  • [TOOLS-1652] - (ASADM) The info xdr command shows “src-id” in the last table title for Aerospike Database >= 5.4.

Updates