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
Copy file name to clipboardExpand all lines: server/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/status/TransportSnapshotsStatusAction.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -245,8 +245,8 @@ void buildResponse(
245
245
null,
246
246
null,
247
247
"""
248
-
Snapshot shard stats missing from a currently running snapshot due to a node leaving the cluster after \
249
-
completing the snapshot; use /_snapshot/<repository>/<snapshot>/_status to load from the repository."""
248
+
Snapshot shard stats missing from a currently running snapshot due to a node leaving the cluster after \
249
+
completing the snapshot; use /_snapshot/<repository>/<snapshot>/_status to load from the repository."""
0 commit comments