Abhishek Kona
3b51605b8d
[RocksDB] Fix binary search while finding probable wal files
...
Summary:
RocksDB does a binary search to look at the files which might contain the requested sequence number at the call GetUpdatesSince.
There was a bug in the binary search => when the file pointed by the middle index of bsearch was empty/corrupt it needst to resize the vector and update indexes.
This now fixes that.
Test Plan: existing unit tests pass.
Reviewers: heyongqiang, dhruba
Reviewed By: heyongqiang
CC: leveldb
Differential Revision: https://reviews.facebook.net/D9777
2013-03-28 13:37:15 -07:00
..
2013-03-14 16:00:23 -07:00
2013-03-20 23:14:03 -07:00
2013-03-20 23:14:03 -07:00
2013-01-25 15:37:26 -08:00
2013-01-25 15:37:26 -08:00
2013-02-28 18:04:58 -08:00
2013-03-27 11:27:39 -07:00
2012-11-28 17:18:41 -08:00
2013-02-20 10:45:52 -08:00
2012-11-07 14:19:48 -08:00
2013-03-28 13:37:15 -07:00
2013-03-20 23:14:03 -07:00
2011-10-31 17:22:06 +00:00
2011-10-31 17:22:06 +00:00
2013-02-25 13:58:34 -08:00
2012-09-16 19:33:43 -07:00
2013-03-28 13:19:07 -07:00
2012-11-06 14:07:31 -08:00
2012-12-16 08:58:28 -08:00
2013-03-06 10:52:08 -08:00
2012-12-17 11:26:59 -08:00
2013-02-04 19:42:40 -08:00
2012-12-17 11:26:59 -08:00
2012-12-07 11:42:13 -08:00
2013-03-19 14:35:23 -07:00
2013-02-28 18:04:58 -08:00
2013-03-21 15:12:35 -07:00
2013-03-19 17:21:36 -07:00
2013-01-23 16:54:11 -08:00
2013-01-23 16:54:11 -08:00
2013-03-04 00:01:47 -08:00
2013-03-04 00:01:47 -08:00
2013-02-28 18:04:58 -08:00
2013-02-28 18:04:58 -08:00
2013-03-20 23:14:03 -07:00
2013-02-28 18:04:58 -08:00
2013-02-28 18:04:58 -08:00
2013-03-04 00:01:47 -08:00
2013-03-27 11:27:39 -07:00
2013-03-20 23:14:03 -07:00
2013-03-21 15:51:18 -07:00
2013-03-20 23:14:03 -07:00
2012-06-27 14:36:31 -07:00
2013-02-28 18:04:58 -08:00
2013-01-25 15:37:26 -08:00
2013-03-12 16:03:16 -07:00
2013-02-28 18:04:58 -08:00
2013-03-20 23:14:03 -07:00
2013-03-20 23:14:03 -07:00
2012-12-07 11:42:13 -08:00
2012-11-06 14:07:31 -08:00
2012-03-08 16:23:21 -08:00