Failed to update shard information for ClusterInfoUpdateJob

Hi Team,

My ES docker cluster is constantly getting below issue :

{"type": "server", "timestamp": "2020-02-26T17:54:47,908Z", "level": "WARN", "component": "o.e.c.InternalClusterInfoService", "cluster.name": "XXXXX", "node.name": "node1", "message": "Failed to update shard information for ClusterInfoUpdateJob within 15s timeout", "cluster.uuid": "fAwd-BWxSNC8gvkUe9yg7Q", "node.id": "c19Ta0pxR2inWSE3JImujw" }

It's happening at the moment to execute an external process which insert data to my ES cluster thru API with bulk operation. It is running every 5 min with an avg of 300 to 500 documents...max up to 3000 documents. It was never been a poblem before, but now is occuring since days back ...

2020-02-25 01:15:56 - WARNING -elasticsearch - POST https://node1.com:9200/index/_bulk [status:N/A request:10.344s]
Traceback (most recent call last):

Can please advise how troubleshoot this issue ?

In general Cluster health is on green, resource usage between the 3 nodes looks ok.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.