Rename hashtree query

Naming is now confusing now we have TicTac Trees.  This query builds a
list of keys and hashes not a tree - so it was misleading anyaway.  Now
renamed hashlist_query.
This commit is contained in:
martinsumner 2017-06-16 12:38:49 +01:00
parent 7642aac2cc
commit f5dd154cee
2 changed files with 14 additions and 14 deletions

View file

@ -190,13 +190,13 @@ aae_bustedjournal(_Config) ->
true = GetCount < HeadCount,
{async, HashTreeF1} = leveled_bookie:book_returnfolder(Bookie2,
{hashtree_query,
{hashlist_query,
?RIAK_TAG,
false}),
KeyHashList1 = HashTreeF1(),
20001 = length(KeyHashList1),
{async, HashTreeF2} = leveled_bookie:book_returnfolder(Bookie2,
{hashtree_query,
{hashlist_query,
?RIAK_TAG,
check_presence}),
KeyHashList2 = HashTreeF2(),
@ -268,7 +268,7 @@ aae_bustedjournal(_Config) ->
length(KeyHashList5)]),
{async, HashTreeF6} = leveled_bookie:book_returnfolder(Bookie4,
{hashtree_query,
{hashlist_query,
?RIAK_TAG,
check_presence}),
KeyHashList6 = HashTreeF6(),