Skip to content

Commit d1767c0

Browse files
authored
Add issue about unexpected broker memory usage growth
1 parent 54bc588 commit d1767c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/iot-operations/troubleshoot/known-issues.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: dobett
66
ms.topic: troubleshooting-known-issue
77
ms.custom:
88
- ignite-2023
9-
ms.date: 01/28/2025
9+
ms.date: 02/10/2025
1010
---
1111

1212
# Known issues: Azure IoT Operations
@@ -31,6 +31,8 @@ This article lists the known issues for Azure IoT Operations.
3131

3232
## MQTT broker
3333

34+
- When the MQTT broker is set up with a 'Medium' or higher memory profile and multiple backend workers, memory usage can sometimes become unexpectedly high due to internal certificate rotation retries. This results in errors like 'failed to connect trace upload task to diagnostics service endpoint' in the logs. To fix, restart each broker pod one by one (including the diagnostic service, probe, and authentication service), making sure each backend recovers before moving on. Alternatively, re-deploy Azure IoT Operations with a 'Low' memory profile and a single worker backend. The issue is expected to be address in the next patch update.
35+
3436
- MQTT broker resources created in your cluster using Kubernetes aren't visible Azure portal. This is expected because [managing Azure IoT Operations components using Kubernetes is in preview](../deploy-iot-ops/howto-manage-update-uninstall.md#preview-manage-components-using-kubernetes-deployment-manifests), and synchronizing resources from the edge to the cloud isn't currently supported.
3537

3638
- You can't update the Broker resource after the initial deployment. You can't make configuration changes to cardinality, memory profile, or disk buffer.

0 commit comments

Comments
 (0)