mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 08:35:22 +00:00
Added @todo for partition_repair, doesn't currently work when using rtdev-mixed
This commit is contained in:
parent
2657884301
commit
e5dc87ad57
@ -254,6 +254,8 @@ stash_kv(Key, Value, Stash) ->
|
||||
stash_search({_I,{_F,_T}}=K, _Postings=V, Stash) ->
|
||||
dict:append_list(K, V, Stash).
|
||||
|
||||
|
||||
%% @todo broken when run in the style of rtdev_mixed.
|
||||
stash_path(Service, Partition) ->
|
||||
Path = rt:config(rtdev_path) ++ "/dev/data_stash",
|
||||
Path ++ "/" ++ atom_to_list(Service) ++ "/" ++ integer_to_list(Partition) ++ ".stash".
|
||||
|
Loading…
Reference in New Issue
Block a user