[squid-users] Squid 5.2: assertion failed: Controller.cc:930: "!transients || e.hasTransients()"

2021-11-22 Thread David Touzeau
Hi, community What does mean this error : 2021/11/21 17:23:06 kid1| assertion failed: Controller.cc:930: "!transients || e.hasTransients()"     current master transaction: master69 We are unable to start the service it always crashes. How can we can fix it ( purge cache , reboot )... ?__

Re: [squid-users] Squid 5.2: assertion failed: Controller.cc:930: "!transients || e.hasTransients()"

2021-11-22 Thread Alex Rousskov
On 11/22/21 11:55 AM, David Touzeau wrote: > What does mean this error : > > 2021/11/21 17:23:06 kid1| assertion failed: Controller.cc:930: > "!transients || e.hasTransients()" > We are unable to start the service it always crashes. > How can we can fix it ( purge cache , reboot )... ? This is

Re: [squid-users] Squid 5.2: assertion failed: Controller.cc:930: "!transients || e.hasTransients()"

2021-11-22 Thread David Touzeau
Here our SMP configuration: workers 2 cache_dir rock /home/squid/cache/rock 0 min-size=0 max-size=131072 slot-size=32000 if ${process_number} = 1 memory_cache_mode always cpu_affinity_map process_numbers=${process_number} cores=1 cache_dir    aufs    /home/squid/Caches/disk    50024    16    2

Re: [squid-users] Squid 5.2: assertion failed: Controller.cc:930: "!transients || e.hasTransients()"

2021-11-22 Thread Alex Rousskov
On 11/22/21 12:48 PM, David Touzeau wrote: > Here our SMP configuration: > > workers 2 > > cache_dir rock /home/squid/cache/rock 0 min-size=0 max-size=131072 > slot-size=32000 > > if ${process_number} = 1 > memory_cache_mode always > cpu_affinity_map process_numbers=${process_number} cores=1 >

Re: [squid-users] Squid 5.2: assertion failed: Controller.cc:930: "!transients || e.hasTransients()"

2021-11-23 Thread David Touzeau
Ok thanks, we will investigate in this way Le 22/11/2021 à 19:33, Alex Rousskov a écrit : On 11/22/21 12:48 PM, David Touzeau wrote: Here our SMP configuration: workers 2 cache_dir rock /home/squid/cache/rock 0 min-size=0 max-size=131072 slot-size=32000 if ${process_number} = 1 memory_cache

Re: [squid-users] Squid 5.2: assertion failed: Controller.cc:930: "!transients || e.hasTransients()"

2021-11-23 Thread David Touzeau
Hi According to your documentation, cache dir rock : objects larger than 32,000 bytes cannot be cached if aufs cannot be implemented in SMP configuration how can we handle larger files in cache ? Le 23/11/2021 à 11:01, David Touzeau a écrit : Ok thanks, we will investigate in this way Le 22/

Re: [squid-users] Squid 5.2: assertion failed: Controller.cc:930: "!transients || e.hasTransients()"

2021-11-23 Thread Alex Rousskov
On 11/23/21 6:39 AM, David Touzeau wrote: > cache dir rock : objects larger than 32,000 bytes cannot be cached Modern rock versions do not have that limitation. Relying on wiki pages for documentation carries elevated risks, especially when reading old pages, but introduction of large object supp