<div dir="ltr">Dear List,<div>I have ram-only connected mnesia nodes. Every node inserts data of sockets that are connected to that specific node.</div><div><br></div><div>I'm considering net splits events and the resulting partition event that happens with mnesia.</div><div><br></div><div>When one of these happen, I can identify the data that relates to the other partitioned nodes, so on every node I remove all data of other nodes.</div><div><br></div><div>After this operation, there cannot be any possible merge conflicts.</div><div><br></div><div>The question is: how do I set mnesia to go back into syncing the nodes?</div><div><br></div><div>I've seen that a common practice is to stop and restart mnesia after selecting a master node. This is not what I want: I have already successfully resolved all conflicts.</div><div><br></div><div>I've seen in Ulf's unsplit that the function <font face="monospace, monospace">mnesia_controller:connect_nodes/2</font> is used to reconnect nodes. However, I cannot find any documentation for this function and I wander if that would be a good option.</div><div><br></div><div>Any idea on how to reconnect nodes and have mnesia act "normal" again after a partitioned event without stopping/starting it?</div><div><br></div><div>Best,</div><div>r.</div></div>