Cluster Manager Task Queue Buildup
warningClusterManager_PendingQueueSize growth indicates the cluster manager node is overwhelmed with cluster state update tasks (index creation, mapping updates, shard allocation), potentially leading to slow cluster state propagation and operational delays.
Monitor ClusterManager_PendingQueueSize trending upward. Correlate with Master_Task_Queue_Time and Master_Task_Run_Time to identify slow-executing tasks. Check Master_ThrottledPendingTasksCount for throttling behavior.
Enable org.opensearch.cluster logging at DEBUG level to identify specific slow tasks. Reduce cluster state update frequency (batch index creations, reduce mapping updates). Consider dedicated cluster manager nodes or upgrade cluster manager node resources. Investigate ClusterApplierService_Latency and PublishClusterState_Latency for bottlenecks.