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 6791827 commit 0dcf6c9Copy full SHA for 0dcf6c9
x-pack/plugin/ccr/src/main/java/org/elasticsearch/xpack/ccr/repository/CcrRepository.java
@@ -161,7 +161,6 @@ private Client getRemoteClusterClient() {
161
return client.getRemoteClusterClient(remoteClusterAlias);
162
}
163
164
-
165
@Override
166
public SnapshotInfo getSnapshotInfo(SnapshotId snapshotId) {
167
assert SNAPSHOT_ID.equals(snapshotId) : "RemoteClusterRepository only supports " + SNAPSHOT_ID + " as the SnapshotId";
0 commit comments