├── .github └── workflows │ └── erlang.yml ├── .gitignore ├── LICENSE ├── Makefile ├── README.org ├── docs ├── MAPFOLD.md ├── NextGenAAE.md ├── NextGenREPL-GettingStarted.md ├── NextGenREPL.md ├── Node-Diversity.md ├── ReapErase.md ├── Strong-Consistency.md ├── Sync-On-Write.md ├── hll │ ├── hll.bib │ ├── hll.pdf │ ├── hll.tex │ └── images │ │ ├── bucket-run.png │ │ ├── register-store.png │ │ └── sto-avg.png ├── put-latency-mean.png ├── put-latency-tail.png ├── soft-limit-vnode.md ├── throughput.png └── update_line_numbers.erl ├── eqc ├── backend_eqc.erl ├── crdt_statem_eqc.erl ├── ec_eqc.erl ├── eraser_eqc.erl ├── fsm_eqc_util.erl ├── fsm_eqc_vnode.erl ├── get_fsm_eqc.erl ├── kv679_eqc.erl ├── kv679_fb_byz.eqc ├── kv679_fb_byz2.eqc ├── kv679_fb_byz3.eqc ├── kv_crdt_eqc.erl ├── kv_vnode_status_mgr_eqc.erl ├── put_fsm_eqc.erl ├── reaper_eqc.erl ├── replrtq_eqc.erl ├── replrtq_snk_eqc.erl ├── replrtq_snk_monitor.erl ├── riak_object_dvv_statem.erl ├── riak_object_eqc.erl └── sms_eqc.erl ├── include ├── .empty_for_hg ├── riak_kv_dtrace.hrl ├── riak_kv_index.hrl ├── riak_kv_map_phase.hrl ├── riak_kv_mrc_sink.hrl ├── riak_kv_types.hrl ├── riak_kv_vnode.hrl └── riak_object.hrl ├── priv ├── .empty_for_hg ├── mapred_builtins.js ├── multi_backend.schema ├── riak_kv.schema └── tracers │ ├── tracer_accumulating_time.erl │ ├── tracer_backend_latency.erl │ ├── tracer_eleveldb_put_size.erl │ ├── tracer_fsm_init.erl │ ├── tracer_func_args.erl │ ├── tracer_gc_latency.erl │ ├── tracer_large4.erl │ ├── tracer_latency_histogram.erl │ ├── tracer_merge_and_and_handoff.erl │ ├── tracer_read_bin_trace_file.erl │ └── tracer_timeit.erl ├── rebar.config ├── rebar3 ├── src ├── json_pp.erl ├── raw_link_walker.erl ├── riak.erl ├── riak_client.erl ├── riak_core.proto ├── riak_index.erl ├── riak_kv.app.src ├── riak_kv_2i_aae.erl ├── riak_kv_app.erl ├── riak_kv_backend.erl ├── riak_kv_bitcask_backend.erl ├── riak_kv_bucket.erl ├── riak_kv_buckets_fsm.erl ├── riak_kv_buckets_fsm_sup.erl ├── riak_kv_cinfo.erl ├── riak_kv_clusteraae_fsm.erl ├── riak_kv_clusteraae_fsm_sup.erl ├── riak_kv_console.erl ├── riak_kv_counter.erl ├── riak_kv_coverage_filter.erl ├── riak_kv_crdt.erl ├── riak_kv_crdt_json.erl ├── riak_kv_delete.erl ├── riak_kv_delete_sup.erl ├── riak_kv_eleveldb_backend.erl ├── riak_kv_ensemble_backend.erl ├── riak_kv_ensemble_console.erl ├── riak_kv_ensembles.erl ├── riak_kv_entropy_info.erl ├── riak_kv_entropy_manager.erl ├── riak_kv_env.erl ├── riak_kv_eraser.erl ├── riak_kv_exchange_fsm.erl ├── riak_kv_exometer_sidejob.erl ├── riak_kv_fold_buffer.erl ├── riak_kv_fsm_timing.erl ├── riak_kv_gcounter.erl ├── riak_kv_get_core.erl ├── riak_kv_get_fsm.erl ├── riak_kv_hll.erl ├── riak_kv_hooks.erl ├── riak_kv_hotbackup_fsm.erl ├── riak_kv_hotbackup_fsm_sup.erl ├── riak_kv_http_cache.erl ├── riak_kv_index_fsm.erl ├── riak_kv_index_fsm_sup.erl ├── riak_kv_index_hashtree.erl ├── riak_kv_keys_fsm.erl ├── riak_kv_keys_fsm_sup.erl ├── riak_kv_legacy_vnode.erl ├── riak_kv_leveled_backend.erl ├── riak_kv_mapred_filters.erl ├── riak_kv_mapred_json.erl ├── riak_kv_mapred_term.erl ├── riak_kv_mapreduce.erl ├── riak_kv_memory_backend.erl ├── riak_kv_mrc_map.erl ├── riak_kv_mrc_pipe.erl ├── riak_kv_mrc_sink.erl ├── riak_kv_mrc_sink_sup.erl ├── riak_kv_multi_backend.erl ├── riak_kv_multi_prefix_backend.erl ├── riak_kv_overflow_queue.erl ├── riak_kv_pb_aaefold.erl ├── riak_kv_pb_bucket.erl ├── riak_kv_pb_bucket_key_apl.erl ├── riak_kv_pb_counter.erl ├── riak_kv_pb_crdt.erl ├── riak_kv_pb_csbucket.erl ├── riak_kv_pb_index.erl ├── riak_kv_pb_mapred.erl ├── riak_kv_pb_object.erl ├── riak_kv_pipe_get.erl ├── riak_kv_pipe_index.erl ├── riak_kv_pipe_listkeys.erl ├── riak_kv_pncounter.erl ├── riak_kv_put_core.erl ├── riak_kv_put_fsm.erl ├── riak_kv_queue_manager.erl ├── riak_kv_reader.erl ├── riak_kv_reaper.erl ├── riak_kv_reformat.erl ├── riak_kv_replrtq_peer.erl ├── riak_kv_replrtq_snk.erl ├── riak_kv_replrtq_src.erl ├── riak_kv_requests.erl ├── riak_kv_stat.erl ├── riak_kv_stat_bc.erl ├── riak_kv_stat_worker.erl ├── riak_kv_status.erl ├── riak_kv_sup.erl ├── riak_kv_test_util.erl ├── riak_kv_tictacaae_repairs.erl ├── riak_kv_ttaaefs_manager.erl ├── riak_kv_update_hook.erl ├── riak_kv_util.erl ├── riak_kv_vnode.erl ├── riak_kv_vnode_status_mgr.erl ├── riak_kv_w1c_sup.erl ├── riak_kv_w1c_worker.erl ├── riak_kv_w_reduce.erl ├── riak_kv_web.erl ├── riak_kv_wm_aaefold.erl ├── riak_kv_wm_bucket_type.erl ├── riak_kv_wm_buckets.erl ├── riak_kv_wm_counter.erl ├── riak_kv_wm_crdt.erl ├── riak_kv_wm_index.erl ├── riak_kv_wm_keylist.erl ├── riak_kv_wm_link_walker.erl ├── riak_kv_wm_mapred.erl ├── riak_kv_wm_object.erl ├── riak_kv_wm_ping.erl ├── riak_kv_wm_props.erl ├── riak_kv_wm_queue.erl ├── riak_kv_wm_raw.hrl ├── riak_kv_wm_stats.erl ├── riak_kv_wm_utils.erl ├── riak_kv_worker.erl ├── riak_kv_yessir_backend.erl ├── riak_object.erl ├── riak_object_json.erl ├── sms.erl └── stacktrace.hrl └── test ├── backend_test_util.erl ├── bad_bitcask_multi.schema ├── put_fsm_precommit.js ├── rest_url_encoding_test.erl ├── riak_kv_entropy_manager_test.erl └── riak_kv_schema_tests.erl /.github/workflows/erlang.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/.github/workflows/erlang.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/Makefile -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/README.org -------------------------------------------------------------------------------- /docs/MAPFOLD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/MAPFOLD.md -------------------------------------------------------------------------------- /docs/NextGenAAE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/NextGenAAE.md -------------------------------------------------------------------------------- /docs/NextGenREPL-GettingStarted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/NextGenREPL-GettingStarted.md -------------------------------------------------------------------------------- /docs/NextGenREPL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/NextGenREPL.md -------------------------------------------------------------------------------- /docs/Node-Diversity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/Node-Diversity.md -------------------------------------------------------------------------------- /docs/ReapErase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/ReapErase.md -------------------------------------------------------------------------------- /docs/Strong-Consistency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/Strong-Consistency.md -------------------------------------------------------------------------------- /docs/Sync-On-Write.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/Sync-On-Write.md -------------------------------------------------------------------------------- /docs/hll/hll.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/hll/hll.bib -------------------------------------------------------------------------------- /docs/hll/hll.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/hll/hll.pdf -------------------------------------------------------------------------------- /docs/hll/hll.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/hll/hll.tex -------------------------------------------------------------------------------- /docs/hll/images/bucket-run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/hll/images/bucket-run.png -------------------------------------------------------------------------------- /docs/hll/images/register-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/hll/images/register-store.png -------------------------------------------------------------------------------- /docs/hll/images/sto-avg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/hll/images/sto-avg.png -------------------------------------------------------------------------------- /docs/put-latency-mean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/put-latency-mean.png -------------------------------------------------------------------------------- /docs/put-latency-tail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/put-latency-tail.png -------------------------------------------------------------------------------- /docs/soft-limit-vnode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/soft-limit-vnode.md -------------------------------------------------------------------------------- /docs/throughput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/throughput.png -------------------------------------------------------------------------------- /docs/update_line_numbers.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/docs/update_line_numbers.erl -------------------------------------------------------------------------------- /eqc/backend_eqc.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/backend_eqc.erl -------------------------------------------------------------------------------- /eqc/crdt_statem_eqc.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/crdt_statem_eqc.erl -------------------------------------------------------------------------------- /eqc/ec_eqc.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/ec_eqc.erl -------------------------------------------------------------------------------- /eqc/eraser_eqc.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/eraser_eqc.erl -------------------------------------------------------------------------------- /eqc/fsm_eqc_util.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/fsm_eqc_util.erl -------------------------------------------------------------------------------- /eqc/fsm_eqc_vnode.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/fsm_eqc_vnode.erl -------------------------------------------------------------------------------- /eqc/get_fsm_eqc.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/get_fsm_eqc.erl -------------------------------------------------------------------------------- /eqc/kv679_eqc.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/kv679_eqc.erl -------------------------------------------------------------------------------- /eqc/kv679_fb_byz.eqc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/kv679_fb_byz.eqc -------------------------------------------------------------------------------- /eqc/kv679_fb_byz2.eqc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/kv679_fb_byz2.eqc -------------------------------------------------------------------------------- /eqc/kv679_fb_byz3.eqc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/kv679_fb_byz3.eqc -------------------------------------------------------------------------------- /eqc/kv_crdt_eqc.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/kv_crdt_eqc.erl -------------------------------------------------------------------------------- /eqc/kv_vnode_status_mgr_eqc.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/kv_vnode_status_mgr_eqc.erl -------------------------------------------------------------------------------- /eqc/put_fsm_eqc.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/put_fsm_eqc.erl -------------------------------------------------------------------------------- /eqc/reaper_eqc.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/reaper_eqc.erl -------------------------------------------------------------------------------- /eqc/replrtq_eqc.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/replrtq_eqc.erl -------------------------------------------------------------------------------- /eqc/replrtq_snk_eqc.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/replrtq_snk_eqc.erl -------------------------------------------------------------------------------- /eqc/replrtq_snk_monitor.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/replrtq_snk_monitor.erl -------------------------------------------------------------------------------- /eqc/riak_object_dvv_statem.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/riak_object_dvv_statem.erl -------------------------------------------------------------------------------- /eqc/riak_object_eqc.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/riak_object_eqc.erl -------------------------------------------------------------------------------- /eqc/sms_eqc.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/eqc/sms_eqc.erl -------------------------------------------------------------------------------- /include/.empty_for_hg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/riak_kv_dtrace.hrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/include/riak_kv_dtrace.hrl -------------------------------------------------------------------------------- /include/riak_kv_index.hrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/include/riak_kv_index.hrl -------------------------------------------------------------------------------- /include/riak_kv_map_phase.hrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/include/riak_kv_map_phase.hrl -------------------------------------------------------------------------------- /include/riak_kv_mrc_sink.hrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/include/riak_kv_mrc_sink.hrl -------------------------------------------------------------------------------- /include/riak_kv_types.hrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/include/riak_kv_types.hrl -------------------------------------------------------------------------------- /include/riak_kv_vnode.hrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/include/riak_kv_vnode.hrl -------------------------------------------------------------------------------- /include/riak_object.hrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/include/riak_object.hrl -------------------------------------------------------------------------------- /priv/.empty_for_hg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /priv/mapred_builtins.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/priv/mapred_builtins.js -------------------------------------------------------------------------------- /priv/multi_backend.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/priv/multi_backend.schema -------------------------------------------------------------------------------- /priv/riak_kv.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/priv/riak_kv.schema -------------------------------------------------------------------------------- /priv/tracers/tracer_accumulating_time.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/priv/tracers/tracer_accumulating_time.erl -------------------------------------------------------------------------------- /priv/tracers/tracer_backend_latency.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/priv/tracers/tracer_backend_latency.erl -------------------------------------------------------------------------------- /priv/tracers/tracer_eleveldb_put_size.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/priv/tracers/tracer_eleveldb_put_size.erl -------------------------------------------------------------------------------- /priv/tracers/tracer_fsm_init.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/priv/tracers/tracer_fsm_init.erl -------------------------------------------------------------------------------- /priv/tracers/tracer_func_args.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/priv/tracers/tracer_func_args.erl -------------------------------------------------------------------------------- /priv/tracers/tracer_gc_latency.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/priv/tracers/tracer_gc_latency.erl -------------------------------------------------------------------------------- /priv/tracers/tracer_large4.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/priv/tracers/tracer_large4.erl -------------------------------------------------------------------------------- /priv/tracers/tracer_latency_histogram.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/priv/tracers/tracer_latency_histogram.erl -------------------------------------------------------------------------------- /priv/tracers/tracer_merge_and_and_handoff.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/priv/tracers/tracer_merge_and_and_handoff.erl -------------------------------------------------------------------------------- /priv/tracers/tracer_read_bin_trace_file.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/priv/tracers/tracer_read_bin_trace_file.erl -------------------------------------------------------------------------------- /priv/tracers/tracer_timeit.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/priv/tracers/tracer_timeit.erl -------------------------------------------------------------------------------- /rebar.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/rebar.config -------------------------------------------------------------------------------- /rebar3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/rebar3 -------------------------------------------------------------------------------- /src/json_pp.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/json_pp.erl -------------------------------------------------------------------------------- /src/raw_link_walker.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/raw_link_walker.erl -------------------------------------------------------------------------------- /src/riak.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak.erl -------------------------------------------------------------------------------- /src/riak_client.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_client.erl -------------------------------------------------------------------------------- /src/riak_core.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_core.proto -------------------------------------------------------------------------------- /src/riak_index.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_index.erl -------------------------------------------------------------------------------- /src/riak_kv.app.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv.app.src -------------------------------------------------------------------------------- /src/riak_kv_2i_aae.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_2i_aae.erl -------------------------------------------------------------------------------- /src/riak_kv_app.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_app.erl -------------------------------------------------------------------------------- /src/riak_kv_backend.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_backend.erl -------------------------------------------------------------------------------- /src/riak_kv_bitcask_backend.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_bitcask_backend.erl -------------------------------------------------------------------------------- /src/riak_kv_bucket.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_bucket.erl -------------------------------------------------------------------------------- /src/riak_kv_buckets_fsm.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_buckets_fsm.erl -------------------------------------------------------------------------------- /src/riak_kv_buckets_fsm_sup.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_buckets_fsm_sup.erl -------------------------------------------------------------------------------- /src/riak_kv_cinfo.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_cinfo.erl -------------------------------------------------------------------------------- /src/riak_kv_clusteraae_fsm.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_clusteraae_fsm.erl -------------------------------------------------------------------------------- /src/riak_kv_clusteraae_fsm_sup.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_clusteraae_fsm_sup.erl -------------------------------------------------------------------------------- /src/riak_kv_console.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_console.erl -------------------------------------------------------------------------------- /src/riak_kv_counter.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_counter.erl -------------------------------------------------------------------------------- /src/riak_kv_coverage_filter.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_coverage_filter.erl -------------------------------------------------------------------------------- /src/riak_kv_crdt.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_crdt.erl -------------------------------------------------------------------------------- /src/riak_kv_crdt_json.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_crdt_json.erl -------------------------------------------------------------------------------- /src/riak_kv_delete.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_delete.erl -------------------------------------------------------------------------------- /src/riak_kv_delete_sup.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_delete_sup.erl -------------------------------------------------------------------------------- /src/riak_kv_eleveldb_backend.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_eleveldb_backend.erl -------------------------------------------------------------------------------- /src/riak_kv_ensemble_backend.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_ensemble_backend.erl -------------------------------------------------------------------------------- /src/riak_kv_ensemble_console.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_ensemble_console.erl -------------------------------------------------------------------------------- /src/riak_kv_ensembles.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_ensembles.erl -------------------------------------------------------------------------------- /src/riak_kv_entropy_info.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_entropy_info.erl -------------------------------------------------------------------------------- /src/riak_kv_entropy_manager.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_entropy_manager.erl -------------------------------------------------------------------------------- /src/riak_kv_env.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_env.erl -------------------------------------------------------------------------------- /src/riak_kv_eraser.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_eraser.erl -------------------------------------------------------------------------------- /src/riak_kv_exchange_fsm.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_exchange_fsm.erl -------------------------------------------------------------------------------- /src/riak_kv_exometer_sidejob.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_exometer_sidejob.erl -------------------------------------------------------------------------------- /src/riak_kv_fold_buffer.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_fold_buffer.erl -------------------------------------------------------------------------------- /src/riak_kv_fsm_timing.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_fsm_timing.erl -------------------------------------------------------------------------------- /src/riak_kv_gcounter.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_gcounter.erl -------------------------------------------------------------------------------- /src/riak_kv_get_core.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_get_core.erl -------------------------------------------------------------------------------- /src/riak_kv_get_fsm.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_get_fsm.erl -------------------------------------------------------------------------------- /src/riak_kv_hll.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_hll.erl -------------------------------------------------------------------------------- /src/riak_kv_hooks.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_hooks.erl -------------------------------------------------------------------------------- /src/riak_kv_hotbackup_fsm.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_hotbackup_fsm.erl -------------------------------------------------------------------------------- /src/riak_kv_hotbackup_fsm_sup.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_hotbackup_fsm_sup.erl -------------------------------------------------------------------------------- /src/riak_kv_http_cache.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_http_cache.erl -------------------------------------------------------------------------------- /src/riak_kv_index_fsm.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_index_fsm.erl -------------------------------------------------------------------------------- /src/riak_kv_index_fsm_sup.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_index_fsm_sup.erl -------------------------------------------------------------------------------- /src/riak_kv_index_hashtree.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_index_hashtree.erl -------------------------------------------------------------------------------- /src/riak_kv_keys_fsm.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_keys_fsm.erl -------------------------------------------------------------------------------- /src/riak_kv_keys_fsm_sup.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_keys_fsm_sup.erl -------------------------------------------------------------------------------- /src/riak_kv_legacy_vnode.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_legacy_vnode.erl -------------------------------------------------------------------------------- /src/riak_kv_leveled_backend.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_leveled_backend.erl -------------------------------------------------------------------------------- /src/riak_kv_mapred_filters.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_mapred_filters.erl -------------------------------------------------------------------------------- /src/riak_kv_mapred_json.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_mapred_json.erl -------------------------------------------------------------------------------- /src/riak_kv_mapred_term.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_mapred_term.erl -------------------------------------------------------------------------------- /src/riak_kv_mapreduce.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_mapreduce.erl -------------------------------------------------------------------------------- /src/riak_kv_memory_backend.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_memory_backend.erl -------------------------------------------------------------------------------- /src/riak_kv_mrc_map.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_mrc_map.erl -------------------------------------------------------------------------------- /src/riak_kv_mrc_pipe.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_mrc_pipe.erl -------------------------------------------------------------------------------- /src/riak_kv_mrc_sink.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_mrc_sink.erl -------------------------------------------------------------------------------- /src/riak_kv_mrc_sink_sup.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_mrc_sink_sup.erl -------------------------------------------------------------------------------- /src/riak_kv_multi_backend.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_multi_backend.erl -------------------------------------------------------------------------------- /src/riak_kv_multi_prefix_backend.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_multi_prefix_backend.erl -------------------------------------------------------------------------------- /src/riak_kv_overflow_queue.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_overflow_queue.erl -------------------------------------------------------------------------------- /src/riak_kv_pb_aaefold.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_pb_aaefold.erl -------------------------------------------------------------------------------- /src/riak_kv_pb_bucket.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_pb_bucket.erl -------------------------------------------------------------------------------- /src/riak_kv_pb_bucket_key_apl.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_pb_bucket_key_apl.erl -------------------------------------------------------------------------------- /src/riak_kv_pb_counter.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_pb_counter.erl -------------------------------------------------------------------------------- /src/riak_kv_pb_crdt.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_pb_crdt.erl -------------------------------------------------------------------------------- /src/riak_kv_pb_csbucket.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_pb_csbucket.erl -------------------------------------------------------------------------------- /src/riak_kv_pb_index.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_pb_index.erl -------------------------------------------------------------------------------- /src/riak_kv_pb_mapred.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_pb_mapred.erl -------------------------------------------------------------------------------- /src/riak_kv_pb_object.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_pb_object.erl -------------------------------------------------------------------------------- /src/riak_kv_pipe_get.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_pipe_get.erl -------------------------------------------------------------------------------- /src/riak_kv_pipe_index.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_pipe_index.erl -------------------------------------------------------------------------------- /src/riak_kv_pipe_listkeys.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_pipe_listkeys.erl -------------------------------------------------------------------------------- /src/riak_kv_pncounter.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_pncounter.erl -------------------------------------------------------------------------------- /src/riak_kv_put_core.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_put_core.erl -------------------------------------------------------------------------------- /src/riak_kv_put_fsm.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_put_fsm.erl -------------------------------------------------------------------------------- /src/riak_kv_queue_manager.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_queue_manager.erl -------------------------------------------------------------------------------- /src/riak_kv_reader.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_reader.erl -------------------------------------------------------------------------------- /src/riak_kv_reaper.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_reaper.erl -------------------------------------------------------------------------------- /src/riak_kv_reformat.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_reformat.erl -------------------------------------------------------------------------------- /src/riak_kv_replrtq_peer.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_replrtq_peer.erl -------------------------------------------------------------------------------- /src/riak_kv_replrtq_snk.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_replrtq_snk.erl -------------------------------------------------------------------------------- /src/riak_kv_replrtq_src.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_replrtq_src.erl -------------------------------------------------------------------------------- /src/riak_kv_requests.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_requests.erl -------------------------------------------------------------------------------- /src/riak_kv_stat.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_stat.erl -------------------------------------------------------------------------------- /src/riak_kv_stat_bc.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_stat_bc.erl -------------------------------------------------------------------------------- /src/riak_kv_stat_worker.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_stat_worker.erl -------------------------------------------------------------------------------- /src/riak_kv_status.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_status.erl -------------------------------------------------------------------------------- /src/riak_kv_sup.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_sup.erl -------------------------------------------------------------------------------- /src/riak_kv_test_util.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_test_util.erl -------------------------------------------------------------------------------- /src/riak_kv_tictacaae_repairs.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_tictacaae_repairs.erl -------------------------------------------------------------------------------- /src/riak_kv_ttaaefs_manager.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_ttaaefs_manager.erl -------------------------------------------------------------------------------- /src/riak_kv_update_hook.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_update_hook.erl -------------------------------------------------------------------------------- /src/riak_kv_util.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_util.erl -------------------------------------------------------------------------------- /src/riak_kv_vnode.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_vnode.erl -------------------------------------------------------------------------------- /src/riak_kv_vnode_status_mgr.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_vnode_status_mgr.erl -------------------------------------------------------------------------------- /src/riak_kv_w1c_sup.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_w1c_sup.erl -------------------------------------------------------------------------------- /src/riak_kv_w1c_worker.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_w1c_worker.erl -------------------------------------------------------------------------------- /src/riak_kv_w_reduce.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_w_reduce.erl -------------------------------------------------------------------------------- /src/riak_kv_web.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_web.erl -------------------------------------------------------------------------------- /src/riak_kv_wm_aaefold.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_wm_aaefold.erl -------------------------------------------------------------------------------- /src/riak_kv_wm_bucket_type.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_wm_bucket_type.erl -------------------------------------------------------------------------------- /src/riak_kv_wm_buckets.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_wm_buckets.erl -------------------------------------------------------------------------------- /src/riak_kv_wm_counter.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_wm_counter.erl -------------------------------------------------------------------------------- /src/riak_kv_wm_crdt.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_wm_crdt.erl -------------------------------------------------------------------------------- /src/riak_kv_wm_index.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_wm_index.erl -------------------------------------------------------------------------------- /src/riak_kv_wm_keylist.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_wm_keylist.erl -------------------------------------------------------------------------------- /src/riak_kv_wm_link_walker.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_wm_link_walker.erl -------------------------------------------------------------------------------- /src/riak_kv_wm_mapred.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_wm_mapred.erl -------------------------------------------------------------------------------- /src/riak_kv_wm_object.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_wm_object.erl -------------------------------------------------------------------------------- /src/riak_kv_wm_ping.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_wm_ping.erl -------------------------------------------------------------------------------- /src/riak_kv_wm_props.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_wm_props.erl -------------------------------------------------------------------------------- /src/riak_kv_wm_queue.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_wm_queue.erl -------------------------------------------------------------------------------- /src/riak_kv_wm_raw.hrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_wm_raw.hrl -------------------------------------------------------------------------------- /src/riak_kv_wm_stats.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_wm_stats.erl -------------------------------------------------------------------------------- /src/riak_kv_wm_utils.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_wm_utils.erl -------------------------------------------------------------------------------- /src/riak_kv_worker.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_worker.erl -------------------------------------------------------------------------------- /src/riak_kv_yessir_backend.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_kv_yessir_backend.erl -------------------------------------------------------------------------------- /src/riak_object.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_object.erl -------------------------------------------------------------------------------- /src/riak_object_json.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/riak_object_json.erl -------------------------------------------------------------------------------- /src/sms.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/sms.erl -------------------------------------------------------------------------------- /src/stacktrace.hrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/src/stacktrace.hrl -------------------------------------------------------------------------------- /test/backend_test_util.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/test/backend_test_util.erl -------------------------------------------------------------------------------- /test/bad_bitcask_multi.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/test/bad_bitcask_multi.schema -------------------------------------------------------------------------------- /test/put_fsm_precommit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/test/put_fsm_precommit.js -------------------------------------------------------------------------------- /test/rest_url_encoding_test.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/test/rest_url_encoding_test.erl -------------------------------------------------------------------------------- /test/riak_kv_entropy_manager_test.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/test/riak_kv_entropy_manager_test.erl -------------------------------------------------------------------------------- /test/riak_kv_schema_tests.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basho/riak_kv/HEAD/test/riak_kv_schema_tests.erl --------------------------------------------------------------------------------