Forcing mnesia nodes to reconnect and reload inconsistent tables?

Taavi Talvik taavi@REDACTED
Wed Feb 15 21:16:52 CET 2006


Hello !

Is there any other way besides application restart for achieving
database consistency after communication failure between
two nodes.

On slave node I have set

	mnesia:set_master_nodes(['host1@REDACTED']).

Howerver, according to mnesia:info() both nodes still we each other
as down.

On "master" i got.
=ERROR REPORT==== 15-Feb-2006::16:49:35 ===
Mnesia('dhcp@REDACTED'): ** ERROR ** mnesia_event got 
{inconsistent_database, running_partitioned_network, 'dhcp@REDACTED'}

Basicly all tables on slave node can be reloaded from master, when 
communication
is restored. net_adm:ping() works.


best regards,
taavi




More information about the erlang-questions mailing list