Skip to content

1.0.4

Compare
Choose a tag to compare
@mcoberly2 mcoberly2 released this 11 Dec 01:31
· 362 commits to master since this release
8a6a2e5
  • 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.

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-1619] - (ASADM) CollectInfo-Analyzer displays show config xdr table too many times. Fixed in version 2.0.1.
[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.

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.