Skip to content

Conversation

@mark-vieira
Copy link
Contributor

@mark-vieira mark-vieira commented Dec 9, 2025

Remove legacy transport version.

Closes #127071

@mark-vieira mark-vieira requested a review from jdconrad December 9, 2025 18:43
@mark-vieira mark-vieira requested a review from a team as a code owner December 9, 2025 18:43
@mark-vieira mark-vieira added :Core/Infra/Core Core issues without another label >refactoring labels Dec 9, 2025
@elasticsearchmachine elasticsearchmachine added the Team:Core/Infra Meta label for core/infra team label Dec 9, 2025
@elasticsearchmachine
Copy link
Collaborator

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

var failureIndices = in.getTransportVersion().onOrAfter(DataStream.ADDED_FAILURE_STORE_TRANSPORT_VERSION)
? readIndices(in)
: List.<Index>of();
var failureStoreEnabled = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this still used anywhere?

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've removed this. I believe this will address the linked issue: #127071

@elasticsearchmachine elasticsearchmachine added the serverless-linked Added by automation, don't add manually label Dec 9, 2025
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 >refactoring serverless-linked Added by automation, don't add manually Team:Core/Infra Meta label for core/infra team v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove failure_store field name from Data Stream serialization

3 participants