Skip to content

Commit c0a38c4

Browse files
Merge pull request #294369 from jlian/patch-957954
Add issue about unexpected broker memory usage growth
2 parents 011932b + 658d03f commit c0a38c4

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

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

Lines changed: 18 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,23 @@ This article lists the known issues for Azure IoT Operations.
3131

3232
## MQTT broker
3333

34+
- Sometimes, the MQTT broker's memory usage can 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. The issue is expected to be addressed in the next patch update. In the meantime, as a workaround, 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 higher internal certificate duration](../manage-mqtt-broker/howto-encrypt-internal-traffic.md#internal-certificates), `1500h` or more.
35+
36+
```json
37+
{
38+
"advanced": {
39+
"internalCerts": {
40+
"duration": "1500h",
41+
"renewBefore": "1h",
42+
"privateKey": {
43+
"algorithm": "Ec256",
44+
"rotationPolicy": "Always"
45+
}
46+
}
47+
}
48+
}
49+
```
50+
3451
- 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.
3552

3653
- 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)