[Koha-bugs] [Bug 20630] An attempt at multitenancy with Mojolicious

2018-12-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20630

--- Comment #5 from Jerome Charaoui  ---
Ha David, I've been reporting my progress mainly on bug 20582. In short: it
works well, although there are some quirks to work out.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20630] An attempt at multitenancy with Mojolicious

2018-12-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20630

--- Comment #4 from David Cook  ---
(In reply to Jerome Charaoui from comment #3)
> Created attachment 76218 [details] [review]
> bug 20630: Various improvements
> 
> Thank you for this patch. I've done some testing with it and it appears to
> work great. Compared to Plack, this method is much more efficient and less
> memory-hungry when running multiple instances. I'm currently using it to run
> 20 instances on a VM with 4GB of RAM, and will soon test with 120 instances
> on the same host. I'll be sure to report any further issues and results here.
> 

Hi Jerome, how has your system been going for these last 5 months?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 21872] Elasticsearch indexing faster by making it multi-threaded

2018-12-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21872

--- Comment #32 from David Cook  ---
(In reply to Ere Maijala from comment #31)
> Ok, so what do you think about the latest one? Should be pretty
> straight-forward to use and no new dependencies required.

Apologies for my earlier comments. Please don't feel obligated to use forking
just because of my suggestions!

Actually, I just noticed that misc/search_tools/rebuild_elastic_search.pl
doesn't have a lock file, which seems problematic but predates this patch. 

Logging should be fine since the child processes should inherit the STDOUT file
handle...

I don't have an Elasticsearch on hand for testing but looks workable at a
glance.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 21887] 856$u link problem in XSLT result lists and detail page

2018-12-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21887

--- Comment #8 from David Cook  ---
(In reply to Devinim from comment #7)
> Hi David,
> Can you share a sample for malformed but functional URL?
> Thanks.

Sure, I was thinking something like
"koha-community.org?redirect=http://other-site.org";

That string would not be caught by this test:



Apologies for my wording of "malformed but functional URL". What I meant was a
a URL missing a scheme but containing an unencoded URL in the query string.
Technically, the value of redirect should be encoded, but browsers will
typically work with it anyway. If I put
"koha-community.org?redirect=http://other-site.org"; into a Chrome browser,
it'll work. But according to your use case, it will try to connect to
localhost.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 19288] Holds placed on a specific item after a next available hold will show varied results

2018-12-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19288

Michal Denar  changed:

   What|Removed |Added

 CC||blac...@gmail.com

--- Comment #7 from Michal Denar  ---
Please rebase on master.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/