Bug ID 1582105: Partition RESTCONF may return an incomplete response for f5-cluster:cluster/nodes/node

Last Modified: Jun 19, 2025

Affected Product(s):
F5OS F5OS-C(all modules)

Fixed In:
F5OS-C 1.8.1

Opened: Apr 25, 2024

Severity: 3-Major

Symptoms

When querying f5-cluster:cluster/nodes/node in a partition, it succeeds for 1000 calls, but then starts returning an incomplete response.

Impact

After the symptom starts, cluster/nodes/node cannot be queried successfully until partition services are restarted.

Conditions

This only happens on chassis with at least one empty slot. Each time that cluster/nodes/node/<blade>/state/tenant-memory is requested on an empty slot, an internal queue will hold on to that request. When the queue is full, requests will stop working.

Workaround

Modify queries to avoid requesting tenant-memory on empty slots. For example, do not use the top-level cluster/nodes/node, but instead use cluster/nodes/node/blade-1.

Fix Information

Fixed platform-stats-bridge to no longer query blades that are not present or ready.

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips