partisan icon indicating copy to clipboard operation
partisan copied to clipboard

High-performance, high-scalability distributed computing for the BEAM.

Results 38 partisan issues
Sort by recently updated
recently updated
newest added

Status: Review Needed
Status: In Progress

The default peer service manager currently supports the nodes list as both a list of atoms and a list of maps. This results in some confusing hacks and logic to...

Right now, in do_send_message in the default peer service manager, it's assumed that if a node is connected, that a connection is open for the channel. Options: * Since the...

enhancement
Priority: High

As I was once again looking to revive https://github.com/vagabond/teleport I realized partisan might actually be meant for this itself. Description of teleport https://vagabond.github.io/programming/2015/03/31/chasing-distributed-erlang Basically, is partisan meant to be used...

currently `PeerServiceManager:forward_message(Node, Target, Message)` uses `gen_server:cast` to send its message on the recipient node. It would be nice to support the semantics of `gen_server:call` as well. This presents two issues:...

To reproduce: ``` $ cd lasp $ make shell > net_kernel:start(['[email protected]',longnames]). ```

bug
Status: Review Needed
Priority: Low

Because of a race condition with delivering disconnect messages, which do not contain either an epoch or birth number, a node can be connected to the overlay via random walk...

Status: Review Needed

The HyParView implementation needs a test added to the test suite to ensure that the views are symmetric.