NETWAYS / ansible-collection-elasticstack

A collection to install and manage the Elastic Stack
GNU General Public License v3.0
9 stars 8 forks source link

Redundant restarts #278

Closed widhalmt closed 8 months ago

widhalmt commented 9 months ago

We have handlers restarting services and thus creating lag that can lead to timeouts in our checks.

I guess, we can reduce the count of restarts, especially for Elasticsearch and speed up the checks dramatically.

One issue I found so far is that in #137 we agreed on not restarting the cluster after the change, but we still notify the handler.

I'll look into the roles and try to remove any redundant restart.

widhalmt commented 9 months ago

This might also be connected to #252 .