You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @derekkraan I know you are busy and have much more important stuff to do, but could you (if you have time) just confirm that problem is reproducible on your side?
BTW Thank you for your awesome work! :)
Problem: disappearing values from
Horde.Registry
after spawning more than two nodes.Expected behavior: After adding more nodes, values in the
Horde.Registry
from all nodes will be synced without losing any value.Elixir: 1.13.3
horde: 0.8.7
Reproduce:
git clone https://github.com/LKlemens/horde_behavior cd horde_behavior mix deps.get
Notes
I checked google and I found two issues related to it, but reading that threads didn't help me :P
But maybe I missed sth.
Registry drops all entries when second node joins #116
https://elixirforum.com/t/horde-dynamicsupervisor-bypasses-registry/49562
I thought that processes are adding to
Horde.Registry
too fast, but adding Agents manually by command below didn't help, issue still occures.That might be related to issue 65 from delta_crdt_ex
delta_crdt appears to lose data when running on more than one node. delta_crdt_ex#65
The text was updated successfully, but these errors were encountered: