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

Add AAE status subsystem + finalize AAE for Riak 1.3 release #456

Merged
merged 3 commits into from
Dec 20, 2012

Commits on Dec 19, 2012

  1. Configuration menu
    Copy the full SHA
    691dad2 View commit details
    Browse the repository at this point in the history
  2. Add AAE status subsystem and related console command

    Add riak_kv_entropy_info module that provides an API to keep track of AAE
    status such as tree build times and exchange statistics. The information
    is stored in a public ETS table that is owned by the riak_kv_sup.
    
    Update the AAE subsystem to call into the info module where appropriate.
    
    Add aae_status/1 as a console command in riak_kv_console that pretty prints
    the AAE information.
    jtuple committed Dec 19, 2012
    Configuration menu
    Copy the full SHA
    6b5a85e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a8c3de View commit details
    Browse the repository at this point in the history