In error message of start_metadata_sync_to_node, if node is not in the cluster, it says ``` you cannot sync metadata to a non-existent node First, add the node with SELECT master_add_node(localhost,9705) ``` We should add quotation marks around localhost.
In error message of start_metadata_sync_to_node, if node is not in the cluster, it says
We should add quotation marks around localhost.