Skip to content
Snippets Groups Projects
  1. Jun 09, 2015
  2. Jun 08, 2015
  3. Jun 02, 2015
  4. May 29, 2015
  5. May 28, 2015
  6. May 27, 2015
  7. May 26, 2015
  8. May 25, 2015
  9. May 22, 2015
  10. May 21, 2015
  11. May 20, 2015
    • Konstantin Osipov's avatar
      gh-837 "replica waits infinitely if the master has no xlogs" · ac674aea
      Konstantin Osipov authored
      This patch doesn't fix the bug itself, but simplifies matters
      so that there is no more .inprogress xlog files.
      
      .inprogress xlog files were created to start automatically
      from a state when the server crashed with an empty
      xlog, and couldn't create a new xlog since a file with the
      same LSN in the name already existed. To solve this problem,
      simply bump LSN at start if the last file in the recovery
      list had zero records in it.
      
      Emtpy xlog files still lead to panic if panic_on_wal_error=true
      during recovery.
      ac674aea
  12. May 19, 2015
  13. May 18, 2015
  14. May 15, 2015
  15. May 14, 2015
Loading