Skip to content

Conversation

rjernst
Copy link
Member

@rjernst rjernst commented Feb 6, 2025

Transport version changes must be unique per branch. Some transport version changes meant for 9.0 are missing unique backport constants. This commit adds constants and adjusts the transport logic to use the new constants.

Transport version changes must be unique per branch. Some transport
version changes meant for 9.0 are missing unique backport constants.
This commit adds constants and adjusts the transport logic to use the
new constants.
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

public static final TransportVersion ML_INFERENCE_IBM_WATSONX_RERANK_ADDED = def(8_840_0_00);
public static final TransportVersion COHERE_BIT_EMBEDDING_TYPE_SUPPORT_ADDED_BACKPORT_8_X = def(8_840_0_01);
public static final TransportVersion ELASTICSEARCH_9_0 = def(9_000_0_00);
public static final TransportVersion REMOVE_SNAPSHOT_FAILURES_90 = def(9_001_0_01);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason why this one is a patch off of 9_001 but the others are patches from 9_000?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gah, this is a typo.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

rjernst added a commit to rjernst/elasticsearch that referenced this pull request Feb 6, 2025
Transport version changes must be unique per branch. Some transport
version changes meant for 9.0 are missing unique backport constants.
This is a backport of elastic#121985, adding unique transport version patch
numbers for each change intended for 9.0.
@rjernst
Copy link
Member Author

rjernst commented Feb 6, 2025

Note: see the 9.0 branch change here: #121986

elasticsearchmachine pushed a commit that referenced this pull request Feb 7, 2025
* Add 9.0 patch transport version constants #121985

Transport version changes must be unique per branch. Some transport
version changes meant for 9.0 are missing unique backport constants.
This is a backport of #121985, adding unique transport version patch
numbers for each change intended for 9.0.

* match constant naming in main
@rjernst rjernst enabled auto-merge (squash) February 7, 2025 01:30
Copy link
Member

@dnhatn dnhatn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks Ryan!

@rjernst rjernst merged commit 03271bd into elastic:main Feb 7, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Core/Infra/Transport API Transport client API >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.

4 participants