Skip to content

Conversation

jdconrad
Copy link
Contributor

@jdconrad jdconrad commented Aug 28, 2025

This change migrates any remaining 9.2 transport versions to the new file system.

ES-12334

@jdconrad jdconrad requested a review from a team as a code owner August 28, 2025 22:25
@elasticsearchmachine elasticsearchmachine added the Team:Core/Infra Meta label for core/infra team label Aug 28, 2025
@elasticsearchmachine
Copy link
Collaborator

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

Copy link
Member

@rjernst rjernst left a comment

Choose a reason for hiding this comment

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

I think we should do smaller batches. Specifically, I think we should limit the constants we migrate to the same set of backport branches. This will make the backports simpler (and safer) since the code changes going to .support will always be applicable. Otherwise we need to revert some files changes as we cherry pick to each branch, which seems complicated.

ALL_VERSIONS_BY_NAME = Collections.unmodifiableMap(allVersionsByName);

CURRENT = ALL_VERSIONS.getLast();
MINIMUM_CCS_VERSION = ALL_VERSIONS_BY_ID.get(9112006);
Copy link
Member

Choose a reason for hiding this comment

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

can you add a comment here that this is temporary? we need to move this to a resource file, but we'll need a new concept

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll try to separate this specific issue out into a separate pr.

@jdconrad jdconrad closed this Aug 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants