Hi,<div><br>I have an Mnesia ram_copies table distributed over two nodes: A and B. Node C and D joins the cluster without storing copies. mnesia:table_info(table, where_to_read) returns A and B respectively on nodes C and D. When node A is restarted, where_to_read on both nodes C and D points to node B. Is there anyway to force the reader nodes to "load-balance" their reads across nodes A and B again (preferably without restarting them)?<br>
<br>Thanks.</div>