Summary: | increase zebra AUTH register sizes, from 4G to 20G | ||
---|---|---|---|
Product: | Koha | Reporter: | Mason James <mtj> |
Component: | Packaging | Assignee: | 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
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) Created attachment 31914 [details] [review] 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 Are there any negative effects to having a large index size? Probably not that outweighs the disadvantages to having one that's too small... (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 Created attachment 32606 [details] [review] 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> 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> Works as expected, cause's no regressions. Passing QA Patch pushed to master. Thanks Mason! |