[erlang-questions] Mnesia is stuck in mnesia_controller:rec_tabs
Yevhenii Kurtov
yevhenii.kurtov@REDACTED
Mon Dec 3 08:25:17 CET 2018
Morning people,
My application is suddenly stopped to load. Observer tells me that it's
being stuck here
https://github.com/erlang/otp/blob/master/lib/mnesia/src/mnesia_controller.erl#L277
while loading >5Gb file in disc_copies mode.
I didn't change anything related to mnesia interactions which is why this
is weird. Also it doesn't even try to load anything - table is of size of 0.
Table load is performed through mnesia:force_load_table.
Can anyone please suggest what is wrong?
Have a great week!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20181203/ade80adf/attachment.htm>
More information about the erlang-questions
mailing list