Henrik Nordstrom wrote:
On Thu, 27 Oct 2005, Henrik Nordstrom wrote:
On Wed, 26 Oct 2005, Ken Moberg wrote:
This is a patch to reduce the outage window during a rotate
Outage? Log rotation is supposed to be a fairly quick operation save
for the time to write a clean store index (if you Squid is partially
swapped out this can take a noticeable amount of time..)
And if you have caching enabled then you really want to periodically
write a clean store index. If not the index will grow until the disk
is full (or filesize limitations is hit).
OK, then I have to add a mechanism for dealing with that. I haven't seen
any problems with the store index since my rotate change, but then
again, I wasn't looking for one.
Ken