We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84c780 commit fd595c5Copy full SHA for fd595c5
server/src/main/java/org/elasticsearch/TransportVersions.java
@@ -201,8 +201,7 @@ static TransportVersion def(int id) {
201
public static final TransportVersion ADD_MANAGE_ROLES_PRIVILEGE = def(8_731_00_0);
202
public static final TransportVersion REPOSITORIES_TELEMETRY = def(8_732_00_0);
203
public static final TransportVersion ML_INFERENCE_ALIBABACLOUD_SEARCH_ADDED = def(8_733_00_0);
204
-
205
- public static final TransportVersion CCS_TELEMETRY_STATS = def(8_733_00_0);
+ public static final TransportVersion CCS_TELEMETRY_STATS = def(8_734_00_0);
206
/*
207
* STOP! READ THIS FIRST! No, really,
208
* ____ _____ ___ ____ _ ____ _____ _ ____ _____ _ _ ___ ____ _____ ___ ____ ____ _____ _
0 commit comments