Skip to content

Fixing transport versions #129785

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

jonathan-buttner
Copy link
Contributor

The current state TransportVersions is out of sync between main and 8.19.

main has:

https://github.com/elastic/elasticsearch/blob/main/server/src/main/java/org/elasticsearch/TransportVersions.java#L202

STREAMS_LOGS_SUPPORT_8_19 = def(8_841_0_54);

But 8.19 has:
https://github.com/elastic/elasticsearch/blob/8.19/server/src/main/java/org/elasticsearch/TransportVersions.java#L247

RANDOM_SAMPLER_QUERY_BUILDER_8_19 = def(8_841_0_54);

@jonathan-buttner jonathan-buttner added >non-issue :Core/Infra/Core Core issues without another label Team:Core/Infra Meta label for core/infra team v9.0.0 labels Jun 20, 2025
@jonathan-buttner
Copy link
Contributor Author

We talked about how to fix this in slack and we're going to revert #129617 instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Core Core issues without another label >non-issue Team:Core/Infra Meta label for core/infra team v9.0.0 v9.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants