Skip to content

0.7.0

Compare
Choose a tag to compare
@mcoberly2 mcoberly2 released this 01 Oct 06:55
· 545 commits to master since this release
150230b
  • On Linux Operating Systems, Aerospike Tools currently supports Python3.4 to Python3.8. Concurrent support for Python2.7 is also maintained. Support for Python3.4 will be removed in the next major release.
  • On the Mac Operating System, Aerospike Tools supports Python3.5 to Python3.8. Concurrent support for Python2.7 is also maintained.
  • Aerospike Tools support for Python2.7 will be removed in the next major release.
  • The installation of the future module is required by asloglatency.
    • The warning "ImportError: No module named builtins" is resolved by installing the 'future' module. For example: pip install future.
  • We rely on code generation to add Python3 support, while maintaining Python2.7 support.
  • 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.

Known Issues

[TOOLS-1652] - (ASADM) The info xdr command shows "src-id" in the last table title for Aerospike Database >= 5.4. Fixed in version 2.1.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. Fixed in version 2.1.0.
[TOOLS-1636] - (ASADM) The show distribution command shows incorrect distribution. Fixed in version 2.1.0.
[TOOLS-1632] - (ASADM) Partition rule to check if sprigs per partition is higher than index mounted space should only run for All Flash. Fixed in version 2.1.0.
[TOOLS-1649] - (ASADM-LOG-ANALYZER) Log-Analyzer histogram command incorrectly displays average latency of latency buckets and ops/sec. Fixed in version 2.1.0.
[TOOLS-1622] - (ASADM) The "for" modifier does not work on some commands. Fixed in version 2.0.1.
[TOOLS-1586] - (ASADM-HEALTHCHECK) Most health checks are not running. Fixed in version 2.0.1.
[TOOLS-1627] - (ASADM-LOG-ANALYZER) Histogram command -f option returns silently without parsing. Fixed in version 2.0.1.

New Features

[TOOLS-1516] - (ASADM) Added new show latencies command, replacing show latency, to support Aerospike Server 5.1 or newer latencies info command.