Arjan Scherpenisse
Arjan Scherpenisse
I think this issue is fixed by #118, please reopen if you still get it on master.
This looks nice Devon. However I'm not sure whether this has a place as a part of the library... let me explain: * A basic implementation of this feels pretty...
This looks great @devonestes, however wouldn't it be better to create a separate library for this? Just trying to keep the code base small.. :-)
The `:no_nodes` error seems to me that the internal ring does not have any nodes to connect to. Are you using a blacklist or whitelist in your tests?
Could you check my branch on PR #94? it should fix all current issues with the test cases.
Definitely interested in becoming comitter, would be great. I'll be back early next week to finish #94.
Strange. A handoff request is received for a process that is neither registered at the tracker's node itself nor at the originating node. I think [this](https://github.com/bitwalker/swarm/blob/master/lib/swarm/tracker/tracker.ex#L778) is where the CaseClauseError...
@bitwalker that seems a plausible explanation. It receives the request from a node it doesnt expect it from. However, I'm not seeing quantum calling this Tracker.handoff function which is required...
Yes either we accept the inconsistent request or we drop it.. both could have unintended implications. It would be best to create a reproducible situation. @maennchen since this issue was...
Thanks, I'll have a look.