Skip to content
Snippets Groups Projects
  1. Jun 08, 2012
  2. Jun 07, 2012
  3. Jun 06, 2012
    • Konstantin Osipov's avatar
      Implement error checks in WAL I/O. · e9b83a5e
      Konstantin Osipov authored
      Do not use buffered file I/O which doesn't
      give a precise account of failure, when it happens.
      
      Instead, batch writes to WAL or SNAP files and
      write batches using writev(). If writev() fails,
      we can accurately evaluate which requests (those that
      belong to the batch) were not written to disk.
      
      In case of a partial write, rollback the failed requests,
      and seek back to the end of the last fully written
      request.
      
      To support writev() and IO with file descriptors,
      implement nio library, which provides a set of
      EINTR- and error log- aware wrappers around syscalls.
      e9b83a5e
    • Konstantin Osipov's avatar
      103c06a7
  4. Jun 04, 2012
  5. Jun 01, 2012
  6. May 30, 2012
  7. May 29, 2012
  8. May 28, 2012
  9. May 25, 2012
  10. May 24, 2012
  11. May 22, 2012
Loading