[erlang-questions] Mnesia select aborted

Dan Gudmundsson dangud@REDACTED
Fri Jan 18 15:18:35 CET 2013


You should not use catch inside a mnesia transaction.

But if you do you must re-throw mnesia's exceptions.

/Dan

On Fri, Jan 18, 2013 at 3:10 PM, atul atri <atulatri2004@REDACTED> wrote:
> Dear All,
>
> I am getting following kind of error under heavy load while selecting many
> records from a table.
>
>            {aborted,
>                                                        {cyclic,
>                                                         ejabberd@REDACTED,
>                                                         {staff,
>
> '______WHOLETABLE_____'},
>                                                         read,read,
>                                                         {tid,20368014,
>                                                          <0.1219.0>}}}.
>
>
>
> I tried to search over internet about 'cyclic' mnesia errors but could not
> find any clue. Do anyone have any idea about such kind of error?
>
> Thanks & Regards,
> Atul Atri.
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list