Bugzilla – Attachment 76648 Details for
Bug 20244
Elasticsearch - Indexing improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20244: Do not add records to zebraqueue when Elasticsearch is active
Bug-20244-Do-not-add-records-to-zebraqueue-when-El.patch (text/plain), 907 bytes, created by
Ere Maijala
on 2018-07-03 11:16:38 UTC
(
hide
)
Description:
Bug 20244: Do not add records to zebraqueue when Elasticsearch is active
Filename:
MIME Type:
Creator:
Ere Maijala
Created:
2018-07-03 11:16:38 UTC
Size:
907 bytes
patch
obsolete
>From 60a499ee24c89fc8ae60f9a9a0ed5149cb30988e Mon Sep 17 00:00:00 2001 >From: Ere Maijala <ere.maijala@helsinki.fi> >Date: Tue, 3 Jul 2018 14:13:41 +0300 >Subject: [PATCH] Bug 20244: Do not add records to zebraqueue when > Elasticsearch is active > >https://bugs.koha-community.org/show_bug.cgi?id=20244 > >Otherwise the table will just keep growing. > >Test plan: > >1. Add or edit some biblio records. >2. Verify in the database that they were not added to the zebraqueue table. >3. Verify that the changes are still reflected in the Elasticsearch index. >--- > C4/Biblio.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index 0c5a917..12e53ef 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -2745,6 +2745,7 @@ sub ModZebra { > else { > croak "ModZebra called with unknown operation: $op"; > } >+ return; > } > > my $dbh = C4::Context->dbh; >-- >2.7.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20244
:
71919
|
73372
|
73373
|
74321
|
76646
|
76647
|
76648
|
76649
|
78727
|
78728
|
78729
|
79012
|
79013
|
79014
|
82160
|
82161
|
82162
|
82272
|
82273