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/opensearch/action/admin/cluster/snapshots/status/TransportSnapshotsStatusAction.java
+5-3
Original file line number
Diff line number
Diff line change
@@ -236,19 +236,21 @@ private Set<String> getNodeIdsOfCurrentSnapshots(final SnapshotsStatusRequest re
236
236
);
237
237
}
238
238
// the actual no. of shards contributed by this current snapshot will now be calculated
0 commit comments