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 b507d6c commit f3138afCopy full SHA for f3138af
server/src/main/java/org/elasticsearch/snapshots/SnapshotsServiceUtils.java
@@ -214,10 +214,10 @@ public static boolean assertNoDanglingSnapshots(ClusterState state) {
214
} else if (value.isActive()) {
215
assert reposWithRunningDelete.contains(new ProjectRepo(entry.projectId(), entry.repository())) == false
216
: "Found shard snapshot actively executing in ["
217
- + entry
218
- + "] when it should be blocked by a running delete ["
219
- + Strings.toString(snapshotDeletionsInProgress)
220
- + "]";
+ + entry
+ + "] when it should be blocked by a running delete ["
+ + Strings.toString(snapshotDeletionsInProgress)
+ + "]";
221
}
222
223
0 commit comments