1. 15 Jun, 2017 2 commits
  2. 12 Jun, 2017 10 commits
  3. 06 Jun, 2017 3 commits
  4. 21 May, 2017 3 commits
  5. 26 Apr, 2017 3 commits
  6. 25 Apr, 2017 1 commit
  7. 24 Apr, 2017 2 commits
  8. 10 Apr, 2017 1 commit
  9. 07 Apr, 2017 1 commit
  10. 06 Apr, 2017 11 commits
  11. 05 Apr, 2017 3 commits
    • Martin Blix Grydeland's avatar
      Fix the spinlock loop in VBE_Poll · 04b4e380
      Martin Blix Grydeland authored
      VBE_Poll would not advance to test the next backend on the cooling
      list when the backend's n_conn is non-zero. This would create a
      spinlock effect, causing delays that could make the master kill the
      child because of CLI timeout.
      
      Fixes: #2295
      04b4e380
    • Martin Blix Grydeland's avatar
      Do not update mgt's mirrored VCL temp state on child temp state failures · bd7c7080
      Martin Blix Grydeland authored
      The child expects mgt to be consistent in its VCL state changes,
      e.g. not ask the child to 'use' a VCL that isn't warm. Not doing so
      will cause the child to assert (see asserts in
      cache_vcl.c:ccf_config_use). This could trigger because the mgt
      erranously would set its recorded temp regardless of the child's reply
      in mgt_vcl_setstate.
      
      This patch changes it to only record the new temp in mgt if the child
      replied success. If the child isn't running the new temp is always
      recorded.
      
      Slightly update v00044.vtc test case to reflect the need to update the
      state before restarting the child.
      
      Ref: https://github.com/varnishcache/varnish-cache/pull/2273
      bd7c7080
    • Martin Blix Grydeland's avatar
      Set the go-cold timer on newly loaded warm auto VCLs · 72a6d1ec
      Martin Blix Grydeland authored
      Newly loaded VCLs didn't get their go cold timer set even when they
      were set to auto, causing them to never go cold automatically.
      
      Fixes: #2270
      
      Conflicts:
      	bin/varnishd/mgt/mgt_vcl.c
      72a6d1ec