Added @todo for partition_repair, doesn't currently work when using rtdev-mixed

This commit is contained in:
Joe DeVivo 2012-08-28 06:55:58 -07:00
parent 2657884301
commit e5dc87ad57

View File

@ -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".