mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-30 11:58:36 +00:00
Today if a cluster state observer's listener takes a long time to process a notification then we log the following rather useless warning message: [notifying listener [org.elasticsearch.cluster.ClusterStateObserver$ObserverClusterStateListener@12345678]] took [34567ms] This commit adds a handful of simple `toString()` implementations in order to identify the owner of the listener in question.