-
Notifications
You must be signed in to change notification settings - Fork 537
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* erl scripts Some riak admin scripts require an erlang node to be started, and then connected to the riak node (rather than using rpc). These scripts don't work in 3.0.1. $ERTS_PATH and $NAME_PARAM are not defined (as was previously defined in node_package); boot file - cannot find start.boot only start_clean.boot (for reasons unknown); observer not an installed application These changes work with OTP 20.3, OTP 21.3 and OTP 22.3. Tested using: `make rel` `rel/riak/bin/riak start` `rel/riak/bin/riak admin top` * Remove bespoke top formatter There was a special formatter for etop packaged within riak top. This may have been visually more appealing than the format for etop in OTP16? However, going forward want to take advantage of mainstream OTP improvements not rely on bespoke formatter. The bespoke formatter may not have been working anyway.
- Loading branch information
1 parent
a1bcc0c
commit 95bb247
Showing
4 changed files
with
11 additions
and
136 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,7 @@ | |
riak_sysmon, | ||
os_mon, | ||
crypto, | ||
observer, | ||
runtime_tools, | ||
xmerl, | ||
mochiweb, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters