[Varnish] #366: CLI Communication Error when calling vcl.discard in management interface

Varnish varnish-bugs at projects.linpro.no
Thu Oct 30 11:09:01 CET 2008


#366: CLI Communication Error when calling vcl.discard in management interface
----------------------+-----------------------------------------------------
 Reporter:  foxdie    |       Owner:  phk                                            
     Type:  defect    |      Status:  new                                            
 Priority:  low       |   Milestone:                                                 
Component:  varnishd  |     Version:  trunk                                          
 Severity:  minor     |    Keywords:  cli, communication, error, vcl.discard, discard
----------------------+-----------------------------------------------------
 This ones only a minor problem, when telnet'ed into the management
 interface, if I try and discard an unused vcl sometimes I get the
 following:

 {{{
 vcl.load test /etc/varnish/live.vcl.experimental
 200 13
 VCL compiled.
 vcl.use test
 200 0

 vcl.use boot
 200 0

 vcl.discard test
 400 23
 CLI communication error
 vcl.discard test
 200 0
 }}}

 But as you can see, reissuing the command it works. This is an
 intermittent problem, it doesn't happen all the time.

 * Trunk R3355

 * Compiled on a quad core xeon X86_64 system running Centos 5.x linux

 * Varnish is configured to use malloc with 128GB storage on a 200GB RAID
 10 Swap partition

 * If any more info is needed, you can message me on the IRC channel
 (irc.linpro.no in #varnish) or reply here.

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/366>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list