You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2017/02/03 20:37:26 UTC

[trafficserver] branch master updated: Add diags log message when cache wraps.

This is an automated email from the ASF dual-hosted git repository.

amc pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  307eb55   Add diags log message when cache wraps.
307eb55 is described below

commit 307eb5582861f51e5c9c3e5a26080bba6e82f816
Author: Susan Hinrichs <sh...@ieee.org>
AuthorDate: Fri Jan 27 22:28:00 2017 +0000

    Add diags log message when cache wraps.
---
 iocore/cache/CacheWrite.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/iocore/cache/CacheWrite.cc b/iocore/cache/CacheWrite.cc
index 5a4cbee..c352b13 100644
--- a/iocore/cache/CacheWrite.cc
+++ b/iocore/cache/CacheWrite.cc
@@ -926,6 +926,7 @@ Vol::agg_wrap()
   {
     Vol *vol = this;
     CACHE_INCREMENT_DYN_STAT(cache_directory_wrap_stat);
+    Note("Cache volume %d on disk '%s' wraps around", vol->cache_vol->vol_number, vol->hash_text.get());
   }
   periodic_scan();
 }

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].