-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distributed Memento with Libcluster {:no_exists, Schema} #34
Comments
@maheshreddyks any luck with this? Also, did you look at https://github.com/beardedeagle/mnesiac/tree/master to help with auth clustering? |
@maheshreddyks Are you able to verify that at the time Because if they are, it should just work. If you're having issues debugging, can you share an minimal, reproducible example? I'll be in better position to help you figure out what's going on. |
@sheharyarn @maheshreddyks's code works for me, but from the README I conclude I don't need to call If I don't call UPD: I found my answer here. |
@maheshreddyks Maybe your problem is this line:
Should it be |
I have few issues rolling out Memento on my application.
Implementation
application.ex
children are listed as followsa.
{Cluster.Supervisor, [get_topologies(), [name: MyApp.ClusterSupervisor]]}
b.
MyApp.Mnesia.MigrateTask.child_spec()
Table Schema
Mememto.info
. I see all pods are onrunning db nodes
.Issue
But I queryall for the Table.
Error
I'm trying to debug it, but its not succesful.
The text was updated successfully, but these errors were encountered: