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

RFC: Annon as a supernode for distributed Erlang #262

Open
AndrewDryga opened this issue Sep 3, 2017 · 0 comments
Open

RFC: Annon as a supernode for distributed Erlang #262

AndrewDryga opened this issue Sep 3, 2017 · 0 comments

Comments

@AndrewDryga
Copy link
Member

Erlang distribution is limited to 45-60 nodes. There is an academic research on Erlang SD which suggests two things:

  • Split cluster into smaller islands which are interconnected via supernodes - for a Gateway it's an essential task to deliver request to the desirable cluster;
  • Name this islands by environment/host tags - gateway could pick upstream based on those clusters properties ("this API sends requests to nodes with available GPU");

We could provide an RPC protocol with service discovery on top of Erlang.

This is way future work since we don't have demand for clusters of that size.

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

No branches or pull requests

1 participant