Why is there a Master in a distributed cluster?

Why is there a Master in a distributed cluster?

In a distributed environment, some business logic only needs to be executed by a machine in the cluster, and
other machines can share this result,
which can greatly reduce recalculation and improve performance, so leader election is required

Guess you like

Origin blog.csdn.net/m0_51684972/article/details/111777586