Re: Repeated panic in obj_getmethods()

2017-10-18 Thread Pål Hermunn Johansen
Hello Mark, Can you include a list of VMODs you are using? Also, did you change any of the parameters from the default? The last question can be answered by running varnishadm param.show Best, Pål 2017-10-18 4:17 GMT+02:00 Mark Staudinger : > Hi Folks, > > I've seen

Re: Varnish 5.2.0 child panic

2017-11-29 Thread Pål Hermunn Johansen
2017-11-29 9:28 GMT+01:00 Guillaume Quintard : > Looks like this hase been fixed in master, and it will be ported to 4.1 > https://github.com/varnishcache/varnish-cache/issues/2319 Right now it looks to me that the bug is not in 4.1, but I will need to investigate

Re: Any way to know if you are in a backgound fetch in Varnish 4.1

2017-11-05 Thread Pål Hermunn Johansen
Actually, this was back ported in https://github.com/varnishcache/varnish-cache/commit/bf167ec4cec2315 , and it will be part of 4.1.9 when it is released. Pål 2017-11-03 16:45 GMT+01:00 Guillaume Quintard : > Hi, > > No, bereq.is_bgfetch was added in 5.2. > >

Re: Repeated panic in obj_getmethods()

2017-10-19 Thread Pål Hermunn Johansen
250M [bytes] > vsm_space 4M [bytes] > > VMODs in use are all sourced from varnish-modules-0.9.1_1: > > import std; > import directors; > import softpurge; > > I will have to scrutinize the paths, but I'm 99% certain that softpurge is > not being ca

Re: Query about HSH_EXPBUSY & HSH_EXP in HSH_Lookup

2018-02-02 Thread Pål Hermunn Johansen
2018-02-01 22:36 GMT+01:00 Dridi Boukelmoune : > On Thu, Feb 1, 2018 at 9:46 PM, Arvind Narayanan wrote: > >> If busy, is the variable busy_found set to 0 or 1? For expired objects, it >> looks like if it is not busy, then you set the return value to

Re: Softpurge and nearly immediate refresh?

2018-04-12 Thread Pål Hermunn Johansen
> On 12 Apr 2018, at 12:25, Guillaume Quintard > wrote: > > bereq.is_bgfetch? 2018-04-12 11:28 GMT+02:00 Danila Vershinin : > Ah, I’m using Varnish 4.1, guess might have to look into >= 5.2. Not necessary - is_bgfetch was back ported to 4.1, and

Re: Varnish returns 503 error, because it "Could not get storage"

2021-08-20 Thread Pål Hermunn Johansen
Hello. I have not looked at the attachments, but you have limited Transient to 3500 MB. Getting "Could not get storage" should not be unexpected if a large enough amount of your transactions use Transient. You can figure out which transactions are transient by filtering on the Storage tag. Both