Skip to content

5.0.2

Latest

Choose a tag to compare

@mcoberly2 mcoberly2 released this 23 Jul 20:58
c5c1c36

Release date: July 23, 2026

Summary

This version adds filtering and projection options to the asadm show jobs command, improves asadm summary memory reporting and info/show namespace display, removes support for Ubuntu 20.04 LTS, fixes several asadm bugs, and patches security vulnerabilities.

New features

  • Added repeatable -where FIELD=PATTERN and --where FIELD=PATTERN modifiers to show jobs queries to filter jobs by field value; multiple clauses AND together. Also extended -flip/--flip, like, for, and with to show jobs queries for namespace, set, node, and field projection on busy clusters. See show jobs. [TOOLS-3482]

Improvements

  • Added show stats as an alias for show statistics. [TOOLS-2537]
  • info namespace usage now reports Primary Index and Secondary Index Used% for shmem index types when indexes-memory-budget is configured (Database 7.1+). Flash and pmem behavior is unchanged; the column stays hidden when no budget is set. [TOOLS-3971]
  • Live cluster info and show output highlights the node asadm is running on (cyan, @ prefix on Node) in addition to the expected principal (green, * prefix). Markers persist with --no-color. Collectinfo mode is unchanged. [TOOLS-3971]

Bug fixes

  • Fixed inconsistent analyser/analyzer spelling: the CLI flag was --log-analyser only, while the shell prompt read Log-analyzer>. Added --log-analyzer as an alias for --log-analyser to standardize on z everywhere. [TOOLS-3770]
  • manage config service param cluster-name no longer prints an unnecessary prompt to run manage recluster. [TOOLS-2975]
  • Fixed inaccurate memory usage reporting in summary output: secondary-index, set-index, and primary-index memory now appear on separate lines; data lines are renamed to Data Memory, Data Device, and Data Pmem; System Memory and Indexes Memory (when indexes-memory-budget is configured) are added. Also clarified that info namespace usage always labels the primary index eviction column Evict%, even though the underlying value comes from evict-mounts-pct for flash/pmem indexes instead of evict-indexes-memory-pct. [TOOLS-3429]
  • Fixed a false positive CRITICAL stop-writes alert from health -v for index usage on All-Flash and persistent-memory namespaces. [TOOLS-3456]
  • Fixed collectinfo silently omitting nodes from the collected archive when a node’s info calls time out. [TOOLS-3596]
  • Fixed show pmap rendering some valid Cluster Key values as ~~. [TOOLS-3772]
  • Fixed several -e (execute-mode) dispatch bugs: shell-local commands running twice, command batches truncating at the first shell-local command, and Ctrl-C restarting instead of exiting a command.
  • Behavior change: an unquoted value passed to -e that contains a literal ; (for example, asinfo -v set-config:context=service;proto-fd-max=9999) now requires quotes to be treated as a single value; previously this worked without quotes only when the ; was not followed by a space. [TOOLS-3949]

Security updates

  • Upgraded the cryptography dependency to address GHSA-537c-gmf6-5ccf. [TOOLS-3900]
  • Upgraded the aiohttp dependency to 3.14.1 to address CVE-2026-34993. [TOOLS-3938]

Platform support

  • Removed support for Ubuntu 20.04 LTS, which reached end of standard support in May 2025. [TOOLS-3176]

Deprecations

The health command is deprecated in this release. Issuing the command prints a warning that it is no longer actively maintained and will be removed in a future release.

Full Changelog: 5.0.1...5.0.2