You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix get field mapping API returns 404 error in mixed cluster with multiple versions ([#13624](https://github.com/opensearch-project/OpenSearch/pull/13624))
Copy file name to clipboardexpand all lines: server/src/internalClusterTest/java/org/opensearch/remotemigration/RemoteStoreMigrationSettingsUpdateIT.java
Copy file name to clipboardexpand all lines: server/src/internalClusterTest/java/org/opensearch/remotemigration/RemoteStoreMigrationShardAllocationBaseTestCase.java
Copy file name to clipboardexpand all lines: server/src/main/java/org/opensearch/action/admin/cluster/settings/TransportClusterUpdateSettingsAction.java
+2-3
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,6 @@
66
66
67
67
importjava.io.IOException;
68
68
importjava.util.Collection;
69
-
importjava.util.Locale;
70
69
importjava.util.Set;
71
70
importjava.util.stream.Collectors;
72
71
@@ -285,9 +284,9 @@ public ClusterState execute(final ClusterState currentState) {
0 commit comments