-
Notifications
You must be signed in to change notification settings - Fork 62
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
Pickup basho-patches in nodetool [JIRA: TOOLS-137] #189
Comments
Can this be prioritized in the next set of DevOps work? _[posted via JIRA by Derek Somogyi]_ |
pending feedback from Greg _[posted via JIRA by David Andersen]_ |
reviewed with Greg. need to sync up with Sargun again for additional info. _[posted via JIRA by David Andersen]_ |
This could probably done by adding something like this to the
The tricky part of this would be getting knowledge of where the basho-patches dir is. The above works for "relocatable releases" where the erts location is at the same directory level as the lib directory. Would have to do some thinking and investigating on where nodetool gets called from to get it passed in otherwise. _[posted via JIRA by Drew Kerrigan]_ |
Right now, when you run nodetool from node_package, it doesn't add basho-patches to the code path when running escript. This means that if you've patches any of core OTP, you must overwrite those files as opposed to simply dropping a replacement in basho-patches.
The text was updated successfully, but these errors were encountered: