You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The do_fold() function in eleveldb.erl should likely perform a prefetch_stop operation to cleanly handle a pending but undesired prefetch. The iterator_close() operation should already be performing the cleanup, but do_fold() would provide a good example to those that roll their own folds.
The text was updated successfully, but these errors were encountered:
Basho-JIRA
changed the title
add prefetch_stop to do_fold()
add prefetch_stop to do_fold() [JIRA: RIAK-2646]
Jun 20, 2016
The do_fold() function in eleveldb.erl should likely perform a prefetch_stop operation to cleanly handle a pending but undesired prefetch. The iterator_close() operation should already be performing the cleanup, but do_fold() would provide a good example to those that roll their own folds.
The text was updated successfully, but these errors were encountered: