[Bug 5165] New: Rewrite zebraqueue scripts to use rebuild_zebra.pl
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 Summary: Rewrite zebraqueue scripts to use rebuild_zebra.pl Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Command-line Utilities AssignedTo: gmcharlt@gmail.com ReportedBy: tomascohen@gmail.com QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 I proposed to rewrite zebraqueue so that we can manage updates to auth and biblio database in zebra faster than cron's 1 minute limit. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 --- Comment #1 from Tomás Cohen Arazi <tomascohen@gmail.com> 2010-08-24 16:24:56 UTC --- Created attachment 2566 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2566 Initial patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 MJ Ray (software.coop) <mjr@ttllp.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjr@ttllp.co.uk --- Comment #2 from MJ Ray (software.coop) <mjr@ttllp.co.uk> 2010-08-24 16:39:41 UTC --- Is it safe to remove the kohalib.pl call? Has this been tested carefully? I suspect not, as there's -I $PERL5LIB on the daemon command lines. Please reconsider this deletion. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 --- Comment #3 from Tomás Cohen Arazi <tomascohen@gmail.com> 2010-08-24 17:40:59 UTC --- (In reply to comment #2)
Is it safe to remove the kohalib.pl call? Has this been tested carefully? I suspect not, as there's -I $PERL5LIB on the daemon command lines. Please reconsider this deletion.
In the version I've been testing I didn't have the '-I $PERL5LIB' parameter in the startup script. It was running fine. I must have copied a wrong version. I don't know about the need of that part of the code, and thus removed it. If you could explain me the concerns about that removal... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 --- Comment #4 from MJ Ray (software.coop) <mjr@ttllp.co.uk> 2010-08-25 17:08:38 UTC --- The kohalib.pl call attempts to locate and use the correct set of koha libraries for the script even if the -I option is not set. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 Zeno Tajoli <tajoli@cilea.it> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tajoli@cilea.it --- Comment #5 from Zeno Tajoli <tajoli@cilea.it> 2010-10-17 11:36:41 UTC --- Dear Tomas, I want to try your patch for the bug 5165. But the patch use a new module, C4::Catalog::Rebuild Where do you have pubish this module ? Bye -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 --- Comment #6 from Tomás Cohen Arazi <tomascohen@gmail.com> 2010-10-20 12:58:26 UTC --- Look at http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5166 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 --- Comment #7 from Zeno Tajoli <tajoli@cilea.it> 2010-11-04 08:54:03 UTC --- In sept 2010 I try to fix the problem of zebraqueue. I find that is too difficult for me. But I find a solution (for my library). Every night I stop the demon zebraqueue and zebreserver for 5 minutes Every sunday I reboot the server. Every month I rebuilt all zebra indexes. Now (on my library) the problem is not present. I have 6000 bib records with 8,000 holdings. My server is linux debian, 1 CPU and 512 MB. Staff work not very much on records and loans (20 transation every day). I find that more RAM I have, less I need to reboot. Probably a more used server needs a reboot every day. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 --- Comment #8 from MJ Ray (software.coop) <mjr@ttllp.co.uk> 2010-11-11 12:34:16 UTC --- Is this a duplicate of bug 1993? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 --- Comment #9 from MJ Ray (software.coop) <mjr@ttllp.co.uk> 2010-11-11 12:34:59 UTC --- Not duplicate - I meant related. Sorry. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 --- Comment #10 from Zeno Tajoli <tajoli@cilea.it> 2010-11-11 13:10:53 UTC --- No, is not connect or releted with bug 1993. My solution uses crontab (and reboot with cron because is it a virtal HW). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 --- Comment #11 from Tomás Cohen Arazi <tomascohen@gmail.com> 2011-03-21 17:46:00 UTC --- This bug has moved to bug 5166, which this is dependent on (Catalog::Zebra). If needed I can submit the zebraqueue_daemon.pl patch here too, but I think is not necesary. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|gmcharlt@gmail.com |tomascohen@gmail.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5165 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |DUPLICATE --- Comment #12 from Tomás Cohen Arazi <tomascohen@gmail.com> 2011-03-30 11:36:48 UTC --- *** This bug has been marked as a duplicate of bug 5166 *** -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org