Skip to content

Conversation

@jordan-powers
Copy link
Contributor

Backport

This will backport the following commits from main to 8.x:

Questions ?

Please refer to the Backport tool documentation

Currently, the Lucene90DocValuesProducer uses optimized IntObjectHashMaps
to track various entries for each field, while the
ES87TSDBDocValuesProducer uses regular HashMap<String, Object>. This patch
updates the ES87TSDBDocValuesProducer class to also use the optimized
hash maps.

(cherry picked from commit 35a6298)

# Conflicts:
#	server/src/main/java/org/elasticsearch/index/codec/tsdb/ES87TSDBDocValuesProducer.java
@jordan-powers jordan-powers added :StorageEngine/Mapping The storage related side of mappings auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) labels Mar 28, 2025
@elasticsearchmachine elasticsearchmachine merged commit aaf0b97 into elastic:8.x Mar 28, 2025
15 checks passed
@jordan-powers jordan-powers deleted the backport/8.x/pr-125805 branch March 28, 2025 19:44
@jordan-powers jordan-powers added :StorageEngine/Codec and removed :StorageEngine/Mapping The storage related side of mappings labels Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport :StorageEngine/Codec v8.19.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants