Revert log additions
This commit is contained in:
parent
15a5db5055
commit
3d1c085af3
2 changed files with 0 additions and 2 deletions
|
@ -677,7 +677,6 @@ handle_call({fetch_keys,
|
||||||
[State#state.levelzero_size],
|
[State#state.levelzero_size],
|
||||||
SW,
|
SW,
|
||||||
0.01),
|
0.01),
|
||||||
io:format("Fetch keys with segment_list of ~w~n", [SegmentList]),
|
|
||||||
SetupFoldFun =
|
SetupFoldFun =
|
||||||
fun(Level, Acc) ->
|
fun(Level, Acc) ->
|
||||||
Pointers = leveled_pmanifest:range_lookup(State#state.manifest,
|
Pointers = leveled_pmanifest:range_lookup(State#state.manifest,
|
||||||
|
|
|
@ -403,7 +403,6 @@ sst_getslots(Pid, SlotList) ->
|
||||||
%% false as a SegList to not filter
|
%% false as a SegList to not filter
|
||||||
sst_getfilteredslots(Pid, SlotList, SegList) ->
|
sst_getfilteredslots(Pid, SlotList, SegList) ->
|
||||||
SegL0 = tune_seglist(SegList),
|
SegL0 = tune_seglist(SegList),
|
||||||
io:format("Tuned seglist of ~w~n", [SegL0]),
|
|
||||||
{SlotBins, PressMethod} =
|
{SlotBins, PressMethod} =
|
||||||
gen_fsm:sync_send_event(Pid, {get_slots, SlotList, SegL0}, infinity),
|
gen_fsm:sync_send_event(Pid, {get_slots, SlotList, SegL0}, infinity),
|
||||||
binaryslot_reader(SlotBins, PressMethod).
|
binaryslot_reader(SlotBins, PressMethod).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue