Enable larger block sizes for binary doc values.#1083
Conversation
By setting to `index.use_time_series_doc_values_format_large_binary_block_size` to `true`. This was recently added via elastic/elasticsearch#143049.
gareth-ellis
left a comment
There was a problem hiding this comment.
LGTM - just to ensure though that you're aware that your change will require the index_mode to be set first, is that what is wanted?
Yes, that is intended. Do you know why rally-tracks-it-servless fails? I see assertion failures, but I don't see a cause? |
|
The issue is that some of the templates we want to delete are in use by another index template. I will try and get a solution tomorrow |
|
I see, so is it safe to merge this PR now or should I wait until this issue is resolved? |
|
@elasticmachine update branch |
|
@martijnvg When a In case of merge conflicts during backporting, create the backport PR manually following the steps from README:
Thank you! |
By setting to
index.use_time_series_doc_values_format_large_binary_block_sizetotruein elastic/logs and elastic/security benchmarks. This was recently added via elastic/elasticsearch#143049.