[Varnish] #964: varnish is losing (java) session data

Varnish varnish-bugs at varnish-cache.org
Tue Aug 2 20:36:12 CEST 2011


#964: varnish is losing (java) session data
------------------------+---------------------------------------------------
 Reporter:  pravenjohn  |        Type:  defect  
   Status:  new         |    Priority:  high    
Milestone:              |   Component:  varnishd
  Version:  3.0.0       |    Severity:  critical
 Keywords:              |  
------------------------+---------------------------------------------------

Comment(by pravenjohn):

 sorry since its already been over 2 weeks, we no londer have any of the
 old logs corresponding to that time (this is our production environment).

 The above printed is our entire VCL, the only difference betwee this and
 our present Prod env  (which we implemented to "fix" the above issue) is
 we removed the pipe-

 if (req.request == "POST") {
 return(pipe);
 }
 sub vcl_pipe {
 set bereq.http.connection = "close";
 }

 After this change, we no longer loose java session data. But now we're
 back to one of our original issues, wherein a few clients while carrying
 out POST transactions, get 503 ...

 Regards
 Praven John

-- 
Ticket URL: <http://varnish-cache.org/trac/ticket/964#comment:5>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list