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.
Description
Here's main:
Here's 8.19:
These aren't compatible with one another and
maincan't rolling upgrade from 8.19 at the moment.