From 501f051081c9f4ccbbb1b0dc7e1107d9234d73a0 Mon Sep 17 00:00:00 2001 From: Siying Dong Date: Wed, 28 Sep 2016 13:28:18 -0700 Subject: [PATCH] Update 2016-09-28-rocksdb-4-11-2-released.markdown --- docs/_posts/2016-09-28-rocksdb-4-11-2-released.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_posts/2016-09-28-rocksdb-4-11-2-released.markdown b/docs/_posts/2016-09-28-rocksdb-4-11-2-released.markdown index 0acccbd66..6e24e50be 100644 --- a/docs/_posts/2016-09-28-rocksdb-4-11-2-released.markdown +++ b/docs/_posts/2016-09-28-rocksdb-4-11-2-released.markdown @@ -12,7 +12,9 @@ We abandoned release candidates 4.10.x and directly go to 4.11.2 from 4.9, to ma * WAL without data for all CFs is not deleted after recovery. ## 4.11.1 (8/30/2016) + ### Bug Fixes + * Mitigate the regression bug of deadlock condition during recovery when options.max_successive_merges hits. * Fix data race condition related to hash index in block based table when putting indexes in the block cache.