1. 13 Feb, 2018 4 commits
    • Guy Benoish's avatar
      enlarged buffer given to ld2string · a64f36e5
      Guy Benoish authored
      a64f36e5
    • antirez's avatar
      Make it explicit with a comment why we kill the old AOF rewrite. · f1705801
      antirez authored
      See #3858.
      f1705801
    • Guy Benoish's avatar
      rewriteAppendOnlyFileBackground() failure fix · 0c030dea
      Guy Benoish authored
      It is possible to do BGREWRITEAOF even if appendonly=no. This is by design.
      stopAppendonly() didn't turn off aof_rewrite_scheduled (it can be turned on
      again by BGREWRITEAOF even while appendonly is off anyway).
      After configuring `appendonly yes` it will see that the state is AOF_OFF,
      there's no RDB fork, so it will do rewriteAppendOnlyFileBackground() which
      will fail since the aof_child_pid is set (was scheduled and started by cron).
      
      Solution:
      stopAppendonly() will turn off the schedule flag (regardless of who asked for it).
      startAppendonly() will terminate any existing fork and start a new one (so it is the most recent).
      0c030dea
    • Oran Agra's avatar
      fix to latency monitor reporting wrong max latency · 58073974
      Oran Agra authored
      in some cases LATENCY HISTORY reported latency that was
      higher than the max latency reported by LATENCY LATEST / DOCTOR
      58073974
  2. 02 Feb, 2018 2 commits
  3. 24 Jan, 2018 5 commits
  4. 18 Jan, 2018 21 commits
  5. 09 Jan, 2018 8 commits