Cloud native analytics and topological grouping stops unexpectedly
When cloud native analytics and topological grouping stops unexpectedly on hybrid environment, the topology enrichment icon in Alert Viewer is missing.
Problem
Cloud native analytics and topological grouping stops unexpectedly.
Resolution
To resolve the cloud native analytics
and topological grouping from stopping unexpectedly, complete the following steps:
- Ensure that all redis pods are up.
- Examine the logs for the collater pod by using the following
command:
oc logs $(oc get pods|grep collater|awk '{print $1}')
If the command displays the following error:Then, restart the pod by using the following command:ERROR Redis:156 - Failed to execute zremreangeByScore: java.net.SocketTimeoutException: Read timed out
oc delete pod $(oc get pods|grep collater|awk '{print $1}')