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

Fix rpc calls via nodetool #1107

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Fix rpc calls via nodetool #1107

wants to merge 2 commits into from

Commits on Apr 12, 2022

  1. Fix rpc calls via nodetool. relx 4.5+ introduces erl_call, which supe…

    …rcedes
    
    nodetool, we have to force the use of nodetool as erl_call does not have
    support for catching stdio (not implemented in relx). Nodetool also changed
    rpc calls slightly by requiring args as a list, and changed the expected
    return from rpc calls, anything other than rpc_ok gets printed to the shell now :/
    Martin Cox committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    c7dfbaa View commit details
    Browse the repository at this point in the history
  2. Fix the run_rpc function - hadn't copied the function from the riak-a…

    …dmin rel version back to the rel/files/riak-admin file, doh.
    Martin Cox committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    5be35cb View commit details
    Browse the repository at this point in the history