Back to bug 35086
Who | When | What | Removed | Added |
---|---|---|---|---|
nick | 2023-10-17 20:59:32 UTC | CC | jonathan.druart+koha, katrin.fischer, martin.renvoize, tomascohen | |
nick | 2023-10-18 14:27:13 UTC | Depends on | 32594 | |
fridolin.somers | 2023-10-28 21:07:54 UTC | CC | fridolin.somers | |
nick | 2023-12-22 20:17:09 UTC | Status | NEW | Needs Signoff |
nick | 2023-12-22 20:17:52 UTC | Assignee | koha-bugs | nick |
danielle.elder | 2023-12-22 20:41:04 UTC | CC | danielle.elder | |
david | 2023-12-26 20:49:50 UTC | Status | Needs Signoff | Signed Off |
david | 2023-12-26 20:49:53 UTC | Attachment #160278 Attachment is obsolete | 0 | 1 |
david | 2023-12-26 21:28:06 UTC | Text to go in the release notes | , from batch modifications). It adds a chunk_size configuration to the elasticsearch section in koha-conf.xml (for example: <chunk_size>250</chunk_size>). So instead of sending a single background request for indexing | |
CC | david | |||
Text to go in the release notes | , which could exceed the limits of the search server or take up too many resources, this limits index update requests to a more manageable size. NOTE: This doesn't change the command line indexing script This enables breaking large Elasticsearch or Open Search indexing requests into smaller chunks (for example, as this already allows passing a commit size defining how many records to send. |
|||
nick | 2024-01-04 13:13:02 UTC | Status | Signed Off | Needs Signoff |
nick | 2024-01-04 13:13:04 UTC | Attachment #160301 Attachment is obsolete | 0 | 1 |
david | 2024-01-04 19:01:58 UTC | Comment 4 Tag | obsolete | |
david | 2024-01-04 19:02:06 UTC | Comment 2 Tag | obsolete | |
david | 2024-01-04 21:52:31 UTC | Status | Needs Signoff | Signed Off |
david | 2024-01-04 21:52:34 UTC | Attachment #160530 Attachment is obsolete | 0 | 1 |
david | 2024-01-04 21:52:37 UTC | Attachment #160531 Attachment is obsolete | 0 | 1 |
david | 2024-01-04 21:52:40 UTC | Attachment #160532 Attachment is obsolete | 0 | 1 |
jonathan.druart | 2024-01-11 14:38:26 UTC | Status | Signed Off | Passed QA |
jonathan.druart | 2024-01-11 14:38:29 UTC | Attachment #160561 Attachment is obsolete | 0 | 1 |
Attachment #160562 Attachment is obsolete | 0 | 1 | ||
Attachment #160560 Attachment is obsolete | 0 | 1 | ||
Attachment #160572 Attachment is obsolete | 0 | 1 | ||
david | 2024-01-11 20:26:26 UTC | Text to go in the release notes | , which could exceed the limits of the search server or take up too many resources, this limits index update requests to a more manageable size. NOTE: This doesn't change the command line indexing script This enables breaking large Elasticsearch or Open Search indexing requests into smaller chunks (for example, as this already allows passing a commit size defining how many records to send., from batch modifications). It adds a chunk_size configuration to the elasticsearch section in koha-conf.xml (for example: <chunk_size>250</chunk_size>). So instead of sending a single background request for indexing | , this limits index update requests to a more manageable size. NOTE: This doesn't change the command line indexing script, as this already allows passing a commit size defining how many records to send. This enables breaking large Elasticsearch or Open Search indexing requests into smaller chunks (for example, from batch modifications). It adds a chunk_size configuration to the elasticsearch section in koha-conf.xml (the default is 5 ,000: <chunk_size>5000</chunk_size>). So instead of sending a single background request for indexing, which could exceed the limits of the search server or take up too many resources |
katrin.fischer | 2024-01-16 11:09:07 UTC | Status | Passed QA | Pushed to master |
Version(s) released in | 24.05.00 | |||
david | 2024-01-16 20:56:26 UTC | Text to go in the release notes | ,000: <chunk_size>5000</chunk_size>). So instead of sending a single background request for indexing, which could exceed the limits of the search server or take up too many resources, this limits index update requests to a more manageable size. NOTE: This doesn't change the command line indexing script, as this already allows passing a commit size defining how many records to send. This enables breaking large Elasticsearch or Open Search indexing requests into smaller chunks (for example, from batch modifications). It adds a chunk_size configuration to the elasticsearch section in koha-conf.xml (the default is 5 | , which could exceed the limits of the search server or take up too many resources, it limits index update requests to a more manageable size. The default chunk size is 5,000. To configure a different chunk size, add a <chunk_size> directive to the elasticsearch section of the instance's koha-conf.xml (for example: <chunk_size>2000</chunk_size>). NOTE: This doesn't change the command line indexing script This enables breaking large Elasticsearch or Open Search indexing requests into smaller chunks (for example, when updating many records using batch modifications). This means that instead of sending a single background request for indexing, as this already allows passing a commit size defining how many records to send. |
fridolin.somers | 2024-01-17 09:23:22 UTC | Status | Pushed to master | Pushed to stable |
Version(s) released in | 24.05.00 | 24.05.00,23.11.02 | ||
lucas | 2024-02-02 16:26:33 UTC | Status | Pushed to stable | Pushed to oldstable |
CC | lucas | |||
Version(s) released in | 24.05.00,23.11.02 | 24.05.00,23.11.02,23.05.09 | ||
martin.renvoize | 2024-07-25 11:11:18 UTC | CC | martin.renvoize | |
wainuiwitikapark | 2025-06-23 03:05:32 UTC | Resolution | --- | FIXED |
Status | Pushed to oldstable | RESOLVED | ||
CC | wainuiwitikapark |
Back to bug 35086