Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated gitignore. Removed old mercurial config. Removed travis for fork. Updated rebar3 version * Merged fork Kyorai/riak_core. Compile and test ok * Replaced calls to lager with logger * Missing occurences * Removed stuff on riak_ensemble * Removed rebar_erl_vsn plugin - Cleaned up usage of get_stacktrace - Removed different versions for hash and random numbers * Ported files from other fork * Fixed race condition in riak core security tests (#32) * Removed cuttlefish and placed default config in app.src * Updated maintainer * Removed riak_core_security * Added syntax_tools and compiler needed for mochiglobal. Refactor formatting. * Removed bg_manager, only used for AAE * Removed deprecated copy of old supervisor * Removed riak_kv code from riak_core * unused module * Moved eqc to own folder * Replaced bucket type calls to return only default bucket type. Tests pass, ready to remove sub-system * Removed bucket_type completely * Removed detached metadata subsystem * Purged eleveldb * Purged eleveldb config * Removed metadata supervisor * Fixed chash keyfun usage * Removed metadata exchange broadcast server * Added function clause for broadcast * Removed unused broadcast module * Removed unused dtrace module * Removed unused tracer module * Removed unused new_claim module * Removed net_ticktime capability * Removed unused module repair * Removed unused coverage_fsm for now * Removed new_claim test part from simulation * Moved claim sim test util to test folder * Removed coverage plan module for new (see coverage_fsm) * Removed unused tcp_mon module * Removed handoff status since clique was also removed * Removed calls to outside cluster_info modules, not part of riak_core * Replaced deprecated function call * Removed capabilities sub-system * removed delayed start * Removed riak_core_format * Removed unused throttle module * Removed unused riak_core_console_table module * Removed ssl and encryption library. Removed unused perftool and table owner module * Removed dead code including bucket types * Removed dead code in eqc * Removed unused claim_v1 and buggy claim_v3 * Minor refactoring * Removed sequential start of vnodes * Fixed bug for handoff refactoring * Removed unused env and removed resize conditions for riak_kv * Removed unused include files and riak_kv dialyzer special case * Cleaned up test setup files and logs. eunit now clean * Removed macros, towards statem refactor * Replaced module internal calls with api calls Co-authored-by: bieniusa <[email protected]>
- Loading branch information