<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi,</div><div class=""><br class=""></div><div class="">Just in case this is useful, the 'vcl_hit{} returns miss without busy object' error is documented in <a href="https://github.com/varnishcache/varnish-cache/issues/1799" class="">https://github.com/varnishcache/varnish-cache/issues/1799</a>. It happens when obj.ttl + obj.grace > 0 and leaving 'vcl_hit' with 'return (miss)'. While the object is being re-fetched those errors will be logged because request coalescing won't work as expected for later requests of the same object. That means later requests will enter 'vcl_hit' and then will be handled as pass requests. Once the objet is re-fetched, further requests will behave as expected.</div><div class=""><br class=""></div><div class="">Best,</div><div class=""><br class=""></div>--<br class=""><div class="">Carlos Abalde</div>
<br class=""></body></html>