Bug 11362 - increase zebra AUTH register sizes, from 4G to 20G
Summary: increase zebra AUTH register sizes, from 4G to 20G
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Packaging (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-10 04:47 UTC by Mason James
Modified: 2015-06-04 23:33 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 11362 - increase zebra AUTH register sizes, from 4G to 20G (4.58 KB, patch)
2014-09-29 11:22 UTC, Mason James
Details | Diff | Splinter Review
Bug 11362 - increase zebra AUTH register sizes, from 4G to 20G (4.57 KB, patch)
2014-10-22 20:56 UTC, Chris Cormack
Details | Diff | Splinter Review
[PASSED QA] Bug 11362 - increase zebra AUTH register sizes, from 4G to 20G (4.66 KB, patch)
2014-10-24 06:43 UTC, Martin Renvoize (ashimema)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Mason James 2013-12-10 04:47:37 UTC
increase AUTH register sizes, from 4G to 20G (like biblios has)
Comment 1 Mason James 2014-09-29 11:02:44 UTC
We often have zebra indexing fail, as the current authorities index-size is too small (4 gigs)

this patch fixes this problem by increasing the index-size to match the default size for the 'biblio' indexes (20 gigs)
Comment 2 Mason James 2014-09-29 11:22:16 UTC Comment hidden (obsolete)
Comment 3 Robin Sheat 2014-09-29 21:49:45 UTC
Are there any negative effects to having a large index size? Probably not that outweighs the disadvantages to having one that's too small...
Comment 4 Mason James 2014-10-01 00:17:48 UTC
(In reply to Robin Sheat from comment #3)
> Are there any negative effects to having a large index size? Probably not
> that outweighs the disadvantages to having one that's too small...

afaik, no -  everything 'just works' as expected
Comment 5 Chris Cormack 2014-10-22 20:56:03 UTC Comment hidden (obsolete)
Comment 6 Martin Renvoize (ashimema) 2014-10-24 06:43:38 UTC
Created attachment 32656 [details] [review]
[PASSED QA] Bug 11362 - increase zebra AUTH register sizes, from 4G to 20G

To test...

- apply patch
- build and install a new Koha .deb from patched codebase
- create a new Koha instance
- add some authority records to instance
- do a full zebra reindex
- do an authorities search, and get some results

note: this patch does not fix existing Koha instances, just new ones
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 7 Martin Renvoize (ashimema) 2014-10-24 06:44:27 UTC
Works as expected, cause's no regressions.

Passing QA
Comment 8 Tomás Cohen Arazi (tcohen) 2014-10-24 13:51:10 UTC
Patch pushed to master.

Thanks Mason!