basho / eleveldb

Erlang LevelDB API
262 stars 176 forks source link

Correct race condition against iterator management flag [JIRA: RIAK-2528] #191

Closed matthewvon closed 8 years ago

matthewvon commented 8 years ago

This branch corrects a race condition that allows a foreground thread to overwrite an essential flag set by a background thread.

Details here: https://github.com/basho/leveldb/wiki/mv-aae-iterator-hang

paulplace commented 8 years ago

+1 732464f

bashopatricia commented 8 years ago

create jira issue

Basho-JIRA commented 8 years ago

Reviewed and merged per Doug

_[posted via JIRA by Patricia Brewer]_