Bugzilla – Attachment 131582 Details for
Bug 30260
Script which checks index should also check if the zebraqueue has uncommitted records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30260: [GLOBAL REPO] Implement is_indexer_working check
Bug-30260-GLOBAL-REPO-Implement-isindexerworking-c.patch (text/plain), 896 bytes, created by
Aleisha Amohia
on 2022-03-10 22:24:46 UTC
(
hide
)
Description:
Bug 30260: [GLOBAL REPO] Implement is_indexer_working check
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2022-03-10 22:24:46 UTC
Size:
896 bytes
patch
obsolete
>From 8e99570dd43740eaf240643fd03661ae401e7cf8 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Tue, 8 Mar 2022 08:42:04 +1300 >Subject: [PATCH] Bug 30260: [GLOBAL REPO] Implement is_indexer_working check > >--- > koha-zebra/checkindex.sh | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/koha-zebra/checkindex.sh b/koha-zebra/checkindex.sh >index 49907f7efe..2a445a77cc 100755 >--- a/koha-zebra/checkindex.sh >+++ b/koha-zebra/checkindex.sh >@@ -32,7 +32,12 @@ do > if ! is_indexer_running $singleinstancename; then > instancearray+=("false") > else >- instancearray+=("true") >+ # indexer process is running, but is it indexing records? >+ if ! is_indexer_working $singleinstancename; then >+ instancearray+=("false") >+ else >+ instancearray+=("true") >+ fi > fi > done > >-- >2.11.0
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 30260
:
131532
|
131582
|
160395