1. 05 Oct, 2018 1 commit
    • Thirunarayanan Balathandayuthapani's avatar
      MDEV-17289 Multi-pass recovery fails to apply some redo log records · 2af67150
      Thirunarayanan Balathandayuthapani authored
      This is a regression caused by
      commit 73af8af0
      (MDEV-15325 Incomplete validation of missing tablespace during recovery).
      
      If the recv_sys->addr_hash hash table ran out of memory, we would
      have to do crash recovery in multiple passes. If some tablespaces were
      missing, after the MDEV-15325 fix we would rescan the remaining redo log.
      But, we could incorrectly reset the "rescan" flag. Because of this, we
      would fail to apply some of the oldest redo log records to the data files.
      (The recv_sys->addr_hash would only contain records from the latest
      redo log scan batch.)
      
      Fix:
      
      After checking for missing tablespaces, reset the flag rescan=true,
      so that all redo log records will be re-read and applied.
      2af67150
  2. 03 Oct, 2018 2 commits
  3. 01 Oct, 2018 1 commit
  4. 27 Sep, 2018 1 commit
  5. 26 Sep, 2018 1 commit
  6. 25 Sep, 2018 2 commits
  7. 24 Sep, 2018 4 commits
  8. 23 Sep, 2018 6 commits
  9. 22 Sep, 2018 2 commits
  10. 21 Sep, 2018 16 commits
  11. 20 Sep, 2018 4 commits