diff --git a/src/leveled_sst.erl b/src/leveled_sst.erl index c83f93d..aa52e28 100644 --- a/src/leveled_sst.erl +++ b/src/leveled_sst.erl @@ -667,8 +667,9 @@ delete_pending({get_kvrange, StartKey, EndKey, ScanWidth, SegList}, State), % Always yield as about to clear and de-reference PressMethod = State#state.compression_method, + IdxModDate = State#state.index_moddate, {reply, - {yield, SlotsToFetchBinList, SlotsToPoint, PressMethod}, + {yield, SlotsToFetchBinList, SlotsToPoint, PressMethod, IdxModDate}, delete_pending, State, ?DELETE_TIMEOUT};