Skip to content

Commit 9819153

Browse files
committed
Remove high memory usage issue from Known Issue Page
1 parent 8bffc46 commit 9819153

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

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

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -111,37 +111,6 @@ To work around this issue, follow these steps:
111111

112112
This section lists current known issues for the MQTT broker.
113113

114-
### MQTT broker high memory usage
115-
116-
---
117-
118-
Issue ID: 3781
119-
120-
---
121-
122-
Log signature: `"failed to connect trace upload task to diagnostics service endpoint"`
123-
124-
---
125-
126-
Sometimes, the MQTT broker's memory usage can become unexpectedly high due to internal certificate rotation retries. This scenario results in errors such as `failed to connect trace upload task to diagnostics service endpoint` in the logs.
127-
128-
To work around this issue, restart each broker pod one by one (including the diagnostic service, probe, and authentication service), making sure each backend recovers before moving on. Alternatively, [redeploy Azure IoT Operations with longer internal certificate duration](../manage-mqtt-broker/howto-encrypt-internal-traffic.md#internal-certificates) such as `1500h` or more. For example:
129-
130-
```json
131-
{
132-
"advanced": {
133-
"internalCerts": {
134-
"duration": "1500h",
135-
"renewBefore": "1h",
136-
"privateKey": {
137-
"algorithm": "Ec256",
138-
"rotationPolicy": "Always"
139-
}
140-
}
141-
}
142-
}
143-
```
144-
145114
### MQTT broker resources aren't visible in Azure portal
146115

147116
---

0 commit comments

Comments
 (0)