no_timing on key_check
reader was out of step with delete_pending state
This commit is contained in:
parent
faa5ef82aa
commit
464baaa252
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ reader({key_check, Key}, _From, State) ->
|
||||||
State#state.hash_index,
|
State#state.hash_index,
|
||||||
loose_presence,
|
loose_presence,
|
||||||
State#state.binary_mode,
|
State#state.binary_mode,
|
||||||
State#state.timings),
|
no_timing),
|
||||||
{reply, Result, reader, State};
|
{reply, Result, reader, State};
|
||||||
reader({get_positions, SampleSize, Index, Acc}, _From, State) ->
|
reader({get_positions, SampleSize, Index, Acc}, _From, State) ->
|
||||||
{Pos, Count} = element(Index + 1, State#state.hash_index),
|
{Pos, Count} = element(Index + 1, State#state.hash_index),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue