Skip to content
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

Uw multicall #126

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Uw multicall #126

wants to merge 3 commits into from

Conversation

uwiger
Copy link
Owner

@uwiger uwiger commented Nov 9, 2016

@SPEC multicall(Module::atom(), Func::atom(), Args::list()) ->
{[Result], [{node(), Error}]}

@doc Perform a multicall RPC on all live gproc nodes

This function works like {@link rpc:multicall/3}, except the calls are
routed via the gproc leader and its connected nodes - the same route as
for the data replication. This means that a multicall following a global
registration is guaranteed to follow the update on each gproc node.

The return value will be of the form {GoodResults, BadNodes}, where
BadNodes is a list of {Node, Error} for each node where the call
fails.
@EnD

@uwiger
Copy link
Owner Author

uwiger commented Nov 10, 2016

As with the previous PR, the Travis-CI failures seem to be unrelated to this change. The t_multicall/1 test case worked each time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant