[erlang-questions] Subscribing to {inconsistent_database, starting_partitioned_network, Node}

Dan Gudmundsson dgud@REDACTED
Tue Oct 16 09:20:29 CEST 2012


You can replace mnesia_event with your own event handler.

/Dan

On Mon, Oct 15, 2012 at 5:42 PM, Simon MacMullen <simon@REDACTED> wrote:
> So I need to invoke mnesia:subscribe(system) after starting Mnesia:
>
> 1> mnesia:subscribe(system).
> {error,{node_not_running,nonode@REDACTED}}
> 2> application:start(mnesia).
> ok
> 3> mnesia:subscribe(system).
> {ok,nonode@REDACTED}
>
> ...but as far as I can see, starting Mnesia can cause
> {inconsistent_database, starting_partitioned_network, Node} to be emitted.
>
> So what am I supposed to do if I am interested in subscribing to this event?
>
> Cheers, Simon
>
> --
> Simon MacMullen
> RabbitMQ, VMware
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions



More information about the erlang-questions mailing list