[Koha-bugs] [Bug 13193] Discussion: strategy for diagnosing memcache issues.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 17 05:54:20 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193

--- Comment #13 from David Cook <dcook at prosentient.com.au> ---
Using the code provided, I was able to reproduce the problem, although I found
it easier to see using 100 iterations rather than 50 iterations. 

Cache for timeout is 1d at C4/Context.pm line 420.
Cache for timeout is 18.1101000 at C4/Context.pm line 420.
Cache for version is 1d at C4/Context.pm line 420.
Cache for version is 1d at C4/Context.pm line 420.
Argument "1d" isn't numeric in numeric lt (<) at C4/Auth.pm line 1407.
Cache for version is 18.1101000 at C4/Context.pm line 420.
Cache for version is 18.1101000 at C4/Context.pm line 420.
...
Cache for timeout is 1d at C4/Context.pm line 420.
Cache for version is 18.1101000 at C4/Context.pm line 420.
Cache for version is 18.1101000 at C4/Context.pm line 420.
Use of uninitialized value $cached_var in concatenation (.) or string at
C4/Context.pm line 420.
Cache for timeout is  at C4/Context.pm line 420.
Use of uninitialized value $cached_var in concatenation (.) or string at
C4/Context.pm line 420.
Cache for version is  at C4/Context.pm line 420.
Cache for version is 18.1101000 at C4/Context.pm line 420.
Cache for timeout is 1d at C4/Context.pm line 420.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list