Files
rippled/db
Igor Canadi e6acb874cd Don't roll empty logs
Summary:
With multiple column families, especially when manual Flush is executed, we might roll the log file, although the current log file is empty (no data has been written to the log).

After the diff, we won't create new log file if current is empty.

Next, I will write an algorithm that will flush column families that reference old log files (i.e., that weren't flushed in a while)

Test Plan: Added an unit test. Confirmed that unit test failes in master

Reviewers: dhruba, haobo, ljin, sdong

Reviewed By: ljin

CC: leveldb

Differential Revision: https://reviews.facebook.net/D17631
2014-04-15 09:57:25 -07:00
..
2014-04-09 21:17:14 -07:00
2014-04-03 10:47:37 +02:00
2014-04-15 09:57:25 -07:00
2014-03-12 09:56:53 -07:00
2014-04-14 15:43:34 -07:00
2014-04-15 09:57:25 -07:00
2014-04-15 09:57:25 -07:00
2014-04-14 10:48:01 -07:00
2014-04-14 10:48:01 -07:00
2014-04-08 10:58:07 -07:00
2014-04-09 21:17:14 -07:00
2013-10-25 08:32:14 -07:00
2014-02-28 13:19:47 -08:00
2014-01-27 14:49:10 -08:00
2014-03-14 22:44:35 +00:00
2014-04-08 10:58:07 -07:00
2014-03-14 13:02:20 -07:00
2014-04-09 21:17:14 -07:00
2014-01-30 22:10:10 -08:00
2014-04-15 09:57:25 -07:00