[Koha-bugs] [Bug 13431] Shared FastMmap file causes issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 9 18:10:46 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13431

--- Comment #31 from Jacek Ablewicz <abl at biblos.pk.edu.pl> ---
(In reply to Katrin Fischer from comment #25)
> Maybe just a documentation issue?
> 
> Test plan says:
> namespace + database name + database host
> 
> But code looks more like:
> 
> namespace + database host + database name
> 
> +        $share_file = join( '-',
> +            "/tmp/sharefile-koha", $self->{'namespace'},
> +            C4::Context->config('hostname'),
> C4::Context->config('database') );
> 
> Signing off - please check my assumptions are correct.

Yes, the database host in file name is before the database name. Including
database name & host is probably a bit of overkill - as a result, file name
will be kind of funny looking.. But after this patch, this file will only be
created on such rare setups which are consciously using this particular cache
system (I'm estimating there are maybe 2-5 such setups existing in the wild ;)

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


More information about the Koha-bugs mailing list