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

Risk of atom table exhaustion from dynamic "maint" node naming [JIRA: TOOLS-149] #191

Open
angrycub opened this issue Oct 15, 2015 · 1 comment

Comments

@angrycub
Copy link
Contributor

When nodetool makes a VM to perform an operation against a running Erlang application, it includes the PID of that specific script invocation:

https://github.com/basho/node_package/blob/develop/priv/base/nodetool#L191

This has the unintended consequence of potentially exhausting the atom table on a long-running node, or a node upon which nodetool-backed maintenance activities are run frequently.

@Basho-JIRA Basho-JIRA changed the title Risk of atom table exhaustion from dynamic "maint" node naming Risk of atom table exhaustion from dynamic "maint" node naming [JIRA: TOOLS-149] Oct 15, 2015
@smarj
Copy link

smarj commented Dec 21, 2017

This looks fixed on node_package 4.0 and later, including develop. Riak 2.0.8, Riak 2.2.1 and later use 4.0.1, so they no longer exhibit this behavior. There is no safe version of 2.1.x.

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

3 participants