Closed matthewvon closed 8 years ago
eleveldb prefetch logic for iterator move operations failed to disable prefetch upon reaching the end of key space. This lead to two symptoms, deadlock and bad return values, that sometimes resulted in a segfault.
Detail discussion found here: https://github.com/basho/leveldb/wiki/mv-aae-segfault
+1 2b1de14
eleveldb prefetch logic for iterator move operations failed to disable prefetch upon reaching the end of key space. This lead to two symptoms, deadlock and bad return values, that sometimes resulted in a segfault.
Detail discussion found here: https://github.com/basho/leveldb/wiki/mv-aae-segfault