Igor Canadi 72ff275e3c Fix TransactionLogIterator EOF caching
Summary:
When TransactionLogIterator comes to EOF, it calls UnmarkEOF and continues reading. However, if glibc cached the EOF status of the file, it will get EOF again, even though the new data might have been written to it.

This has been causing errors in Mac OS.

Test Plan: test passes, was failing before

Reviewers: dhruba, haobo, sdong

Reviewed By: haobo

CC: leveldb

Differential Revision: https://reviews.facebook.net/D18381
2014-04-28 23:30:27 -04:00
..
2014-04-27 20:57:10 +01:00
2014-04-16 15:15:22 -07:00
2014-04-25 09:51:16 -04:00
2014-03-12 09:56:53 -07:00
2014-04-24 14:56:41 -04:00
2014-04-15 13:39:26 -07:00
2014-04-14 10:48:01 -07:00
2014-04-14 10:48:01 -07:00
2014-04-15 13:39:26 -07:00
2014-04-08 10:58:07 -07:00
2014-04-23 19:45:22 -07:00
2014-04-16 09:09:28 -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-25 09:51:16 -04:00
2014-03-14 13:02:20 -07:00
2014-01-30 22:10:10 -08:00
2014-04-15 13:39:26 -07:00
2014-04-15 13:39:26 -07:00
2014-04-26 17:15:43 -04:00