Bug 11362

Summary: increase zebra AUTH register sizes, from 4G to 20G
Product: Koha Reporter: Mason James <mtj>
Component: PackagingAssignee: Bugs List <koha-bugs>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: martin.renvoize, robin, tomascohen
Version: Main   
Hardware: All   
OS: All   
GIT URL: 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
Bug 11362 - increase zebra AUTH register sizes, from 4G to 20G
[PASSED QA] Bug 11362 - increase zebra AUTH register sizes, from 4G to 20G

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!