somnathr 9e4aa798c3 Summary: (#1313)
If log recycling is enabled with the rocksdb (recycle_log_file_num=16)
 db->Writebatch is erroring out with keynotfound after ~5-6 hours of run
 (1M seq but can happen to any workload I guess).See my detailed bug
 report here (https://github.com/facebook/rocksdb/issues/1303).
 This commit is the fix for this, a check is been added not to delete
 the log file if it is already there in the recycle list.

Test Plan:
 Unit tested it and ran the similar profile. Not reproducing anymore.
2016-09-12 16:53:42 -07:00
..
2016-05-17 13:11:56 -07:00
2016-09-12 15:31:42 -07:00
2016-09-12 15:31:42 -07:00
2016-06-09 19:03:10 -07:00
2016-09-12 16:53:42 -07:00
2016-09-06 12:22:16 -07:00
2016-09-06 12:22:16 -07:00
2016-07-08 17:50:51 -07:00
2016-08-11 23:34:19 -07:00
2016-07-08 17:50:51 -07:00
2016-07-13 15:36:22 -07:00
2016-06-25 08:29:40 +01:00