[erlang-bugs] Mnesia stopped after error {no_exists, tTable, where_to_commit}

Dan Gudmundsson dangud@REDACTED
Wed Dec 4 11:46:09 CET 2013


You need to call mnesia:wait_for_tables/2 before accessing it.

/Dan


On Wed, Dec 4, 2013 at 11:30 AM, Wiesław Bieniek <wieslaw.bieniek@REDACTED
> wrote:

>  Hello,
>
> I've ecountered following problem:
>
> 1. There are 2 nodes up.
> 2. One of them has table as disc_only_copies
> 3. Second one is trying to write to this table remotely
> 4. Sometimes the error occurs: Mnesia('radius01v2@REDACTED'): **
> ERROR ** (ignoring core) ** FATAL ** mnesia_controller crashed: {no_exists,
>
> {tTable,
>
> where_to_commit}} state: {state,
>
> <0.603.0>,
>
> true,
>
> [],
>
> [],
>
> {0,
>
> nil},
>
> [],
>
> [],
>
> {0,
>
> nil},
>
> undefined,
>
> [],
>
> [],
>
> #Ref<0.0.175.61285>,
>
> false}
> 5. Then after several tries mnesia reaches max_restarts and whole node is
> shutting down.
>
> The question is:
>
> What could cause the problem ?
>
>
> --
>  *Wiesław Bieniek*
>   Designer Telco BSS R&D
>
> tel. +48 12 646 12 66
> website: www.comarch.pl
>
> _______________________________________________
> erlang-bugs mailing list
> erlang-bugs@REDACTED
> http://erlang.org/mailman/listinfo/erlang-bugs
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20131204/5d88574e/attachment.htm>


More information about the erlang-bugs mailing list