Max Hniebergall
Max Hniebergall
### Elasticsearch Version 8.14.0-SNAPSHOT ### Installed Plugins _No response_ ### Java Version JBR-17.0.9+8-1166.2-nomod ### OS Version 23.3.0 Darwin Kernel Version 23.3.0: Wed Dec 20 21:30:44 PST 2023; root:xnu-10002.81.5~7/RELEASE_ARM64_T6000 arm64 ###...
Fix for https://github.com/elastic/elasticsearch/issues/107490
Replace objects with primitives in Text Embedding Results classes. Verified that the [new mixed cluster tests](https://github.com/elastic/elasticsearch/pull/108392) passed.
Added mixed cluster tests for the inference service. I copied the integration tests from the Upgrade tests, and I copied the MixedCluster set up [from this PR](https://github.com/elastic/elasticsearch/pull/102198) ## To run...
### Elasticsearch Version 8.13 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version 23.3.0 Darwin Kernel Version 23.3.0 arm64 (M1 mac) ### Problem Description Calling `DELETE _ml/trained_models/`...
[ML] Fix deleting a trained model can emit deprecation warnings related to ingest pipeline configs
Fixes https://github.com/elastic/elasticsearch/issues/105004 Manual testing showed that the deprecation warning still occurs on main, and no longer occurs after these changes.
The default queue_capacity of 1024 has been affecting some customers who experience errors during reindex or when using ingest pipelines. Now that we have automatic chunking, this issue is more...
Implementing the solution proposed by Dave R https://github.com/elastic/elasticsearch/issues/105955#issuecomment-1980859947 closes https://github.com/elastic/elasticsearch/issues/105955 closes https://github.com/elastic/elasticsearch/issues/107815 closes https://github.com/elastic/elasticsearch/issues/112191 closes https://github.com/elastic/elasticsearch/issues/107777