[erlang-questions] How to distribute where_to_read node?

Bach Le thebullno1@REDACTED
Sun Dec 30 13:15:26 CET 2012


Hi,

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)?

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20121230/67bfd2af/attachment.htm>


More information about the erlang-questions mailing list