How elasticsearch to synch mapping between all nodes?

When i create or update a mapping on one node,How es to synch mapping?

synchronized or asynchronous?

When synching a mapping,es can index data at that time?

It's part of cluster state, so https://www.elastic.co/guide/en/elasticsearch/reference/5.1/modules-discovery-zen.html#_cluster_state_updates applies.

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