Skip to content

Transport versions are mixed up #127667

@nik9000

Description

@nik9000

Description

Here's main:

 public static final TransportVersion ESQL_REPORT_ORIGINAL_TYPES_BACKPORT_8_19 = def(8_841_0_22); public static final TransportVersion INTRODUCE_FAILURES_LIFECYCLE_BACKPORT_8_19 = def(8_841_0_23); public static final TransportVersion V_9_0_0 = def(9_000_0_09);

Here's 8.19:

 public static final TransportVersion ESQL_REPORT_ORIGINAL_TYPES_BACKPORT_8_19 = def(8_841_0_22); public static final TransportVersion PINNED_RETRIEVER_8_19 = def(8_841_0_23); public static final TransportVersion ESQL_AGGREGATE_METRIC_DOUBLE_BLOCK_8_19 = def(8_841_0_24);

These aren't compatible with one another and main can't rolling upgrade from 8.19 at the moment.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions