-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Comparing changes
Open a pull request
base repository: elastic/elasticsearch
base: v8.8.1
head repository: elastic/elasticsearch
compare: v8.8.2
Commits on Jun 6, 2023
-
SQL: Fix translation of queries involving Version vals (#96540) (#96591)
This will change the value used in queries involving Version types, updating it from the Version value to the expected string representation. (cherry picked from commit a3c2966)
Configuration menu - View commit details
-
Copy full SHA for c0bba02 - Browse repository at this point
Copy the full SHA c0bba02View commit details -
update docs for vector tile and geohex (#96595) (#96600)
Geohex aggregation is now supported since Elasticsearch 8.7 for geo_shape fields so update docs accordingly.
Configuration menu - View commit details
-
Copy full SHA for bd6deec - Browse repository at this point
Copy the full SHA bd6deecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a8f301 - Browse repository at this point
Copy the full SHA 9a8f301View commit details
Commits on Jun 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9f93f70 - Browse repository at this point
Copy the full SHA 9f93f70View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4eac58 - Browse repository at this point
Copy the full SHA f4eac58View commit details -
[8.8] Disable DLM serialisation and tests (#96623)
Disable DLM serialisation and tests.
Configuration menu - View commit details
-
Copy full SHA for 75baf0c - Browse repository at this point
Copy the full SHA 75baf0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc7075 - Browse repository at this point
Copy the full SHA 2fc7075View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc0493a - Browse repository at this point
Copy the full SHA dc0493aView commit details -
Locate javap from current build Java home location (#96667) (#96669)
This updates the JarApiComparisonTask to be a bit more robust so it no longer requires the `javap` command to be on the path and instead locates it from the current build JDK. This ensures, firstly, that we're using the `javap` executable that corresponds to the current compiler Java we're using and secondly, that the task will work even if `JAVA_HOME/bin` isn't added to `PATH`.
Configuration menu - View commit details
-
Copy full SHA for 75cdd6f - Browse repository at this point
Copy the full SHA 75cdd6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a10d41e - Browse repository at this point
Copy the full SHA a10d41eView commit details
Commits on Jun 8, 2023
-
Add method for registering a SettingsProvider for keystore settings (#…
Configuration menu - View commit details
-
Copy full SHA for 63a493c - Browse repository at this point
Copy the full SHA 63a493cView commit details -
Fix iteration of empty percentiles throwing Null Pointer Exception (#…
Configuration menu - View commit details
-
Copy full SHA for 0e0ddd4 - Browse repository at this point
Copy the full SHA 0e0ddd4View commit details -
Remove the "coming" note (#96701)
Remove the "coming" note from release notes.
Configuration menu - View commit details
-
Copy full SHA for 33647f9 - Browse repository at this point
Copy the full SHA 33647f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for db4bd96 - Browse repository at this point
Copy the full SHA db4bd96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 935039e - Browse repository at this point
Copy the full SHA 935039eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38b7ca8 - Browse repository at this point
Copy the full SHA 38b7ca8View commit details
Commits on Jun 9, 2023
-
Debug ccr connection failure in docs build (#96699) (#96718)
Set DEBUG log level to be able to troubleshoot failures to connect to local CCR cluster.
Configuration menu - View commit details
-
Copy full SHA for 19682fc - Browse repository at this point
Copy the full SHA 19682fcView commit details -
[DOCS] Remove leftover experimental tag for knn search (#96722)
Knn search was made GA in Elasticsearch 8.5, see #91065 . This commit removes a leftover experimental marking from the search docs.
Configuration menu - View commit details
-
Copy full SHA for f19a9e2 - Browse repository at this point
Copy the full SHA f19a9e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40a3951 - Browse repository at this point
Copy the full SHA 40a3951View commit details -
The get data stream api incorrectly prints warning log for upgraded t…
…sdb data streams (#96671) Backport of #96606 to the 8.8 branch. Invoking the get data stream api on an upgrade tsdb data stream (which has normal and tsbd indices) can result in a warning log incorrectly be logged. This warning is logged as part of computing the temporal ranges of a tsdb data stream. This warning log indicates that tsdb backing indices are overlapping, but this isn't true. For normal indices, this api picked -9999-01-01T00:00:00Z as start time and 9999-12-31T23:59:59.999Z as end time. This will overlap with any tsdb backing index. Instead, the normal indices should be skipped for computing the temporal ranges. The following can incorrectlu be logged for upgraded tsdb data streams: [instance-0000000074] previous backing index [-9999-01-01T00:00:00Z/9999-12-31T23:59:59.999Z] range is colliding with current backing index range [-9999-01-01T00:00:00Z/9999-12-31T23:59:59.999Z] This change addresses this. Note that in tests an assertion would trip before the log gets printed.
Configuration menu - View commit details
-
Copy full SHA for d01b24c - Browse repository at this point
Copy the full SHA d01b24cView commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 39c64cf - Browse repository at this point
Copy the full SHA 39c64cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f231658 - Browse repository at this point
Copy the full SHA f231658View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c90394 - Browse repository at this point
Copy the full SHA 8c90394View commit details
Commits on Jun 13, 2023
-
Port OIDC integration tests to internal REST test (#96756) (#96808)
Ports OIDC integration tests from the old Docker-based ES test cluster setup to internal REST tests. The OIDC fixture itself is still dockerized. I'm doing this in the context of bumping a version on a dependency. The old Docker-based test does not really work on M1 Macs; porting this suite to the new test setup (aside from being a general improvement) also allows me to test the version update and iterate on it locally.
Configuration menu - View commit details
-
Copy full SHA for f00f660 - Browse repository at this point
Copy the full SHA f00f660View commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 270c4a0 - Browse repository at this point
Copy the full SHA 270c4a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aaf683 - Browse repository at this point
Copy the full SHA 7aaf683View commit details -
Group field producers once when performing shard level downsampling (#…
Configuration menu - View commit details
-
Copy full SHA for 45de453 - Browse repository at this point
Copy the full SHA 45de453View commit details
Commits on Jun 15, 2023
-
[DOCS] Makes ELSER mapping requirements clearer (#96854) (#96859)
Makes ELSER mapping requirements clearer.
Configuration menu - View commit details
-
Copy full SHA for 7a1b88e - Browse repository at this point
Copy the full SHA 7a1b88eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7eeb9d - Browse repository at this point
Copy the full SHA c7eeb9dView commit details -
Uses
ClusterSettings
instead of NodeSettings
in `HealthMetadataS……ervice` (#96843) (#96870) When building the first version of `HealthMetadata` object, we were using the `Settings` object, which has the Node's settings, what does not seem to be propagated to the Node, hence we always used the default values of the settings. This made that every time a new master was selected, the initial `HealthMetadata` was built with the default values instead of the settings configured by the customer.
Pablo Alcantar Morales authoredJun 15, 2023 Configuration menu - View commit details
-
Copy full SHA for efe71fd - Browse repository at this point
Copy the full SHA efe71fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e88d060 - Browse repository at this point
Copy the full SHA e88d060View commit details
Commits on Jun 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 79b9fd3 - Browse repository at this point
Copy the full SHA 79b9fd3View commit details
Commits on Jun 19, 2023
-
Change downsampling thread pool settings (#96821) (#96916)
Here we change the settings for the rollup thread pool like follows: * we use a fixed number of threads (>= 1) * we use a limited queue for tasks waiting execution One one side we parallelise rollup operations, on the other side, if too many rollup requests are received, rollup tasks will be rejected to avoid overloading the node. Resolves #96758
Configuration menu - View commit details
-
Copy full SHA for 1fceab9 - Browse repository at this point
Copy the full SHA 1fceab9View commit details -
Update OIDC and JWT dependencies (#96862) (#96915)
Updates internal dependencies for OIDC and JWT realms. Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a6d8f05 - Browse repository at this point
Copy the full SHA a6d8f05View commit details
Commits on Jun 20, 2023
-
Increase concurrent request of opening point-in-time (#96782) (#96957)
Today, we mistakenly throttle the opening point-in-time API to 1 request per node. As a result, when attempting to open a point-in-time across large clusters, it can take a significant amount of time and eventually fails due to relocated target shards or deleted target indices managed by ILM. Ideally, we should batch the requests per node and eliminate this throttle completely. However, this requires all clusters to be on the latest version. This PR increases the number of concurrent requests from 1 to 5, which is the default of search.
Configuration menu - View commit details
-
Copy full SHA for 293dc09 - Browse repository at this point
Copy the full SHA 293dc09View commit details
Commits on Jun 22, 2023
-
Update Gradle Enteprise plugin to 3.13.1 (#95896) (#96998)
Upgrade Gradle Enterprise plugin to latest available. # Conflicts: # settings.gradle
Configuration menu - View commit details
-
Copy full SHA for 96cd571 - Browse repository at this point
Copy the full SHA 96cd571View commit details -
[Transform] Adding null check to fix potential NPE (#96785) (#97002)
Co-authored-by: AjeetNathawat <72258466+AjeetNathawat@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 98e1271 - Browse repository at this point
Copy the full SHA 98e1271View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.