[erlang-questions] mnesia:subscribe on remote table

karol skocik karol.skocik@REDACTED
Thu Aug 4 15:46:06 CEST 2011


Hi,
  I have just found out, that I can't mnesia:subscribe to table which
does not have a replica on the caller's node.
I am getting:

(slave1@REDACTED)3> mnesia:subscribe({table, 'waiting_task.type.1', simple}).
{error,{not_active_local,'waiting_task.type.1'}}

Or, am I mistaken, is it possible? How? I couldn't find this
restriction in the manual.

Thanks,
  Karol



More information about the erlang-questions mailing list