Skip to content

Commit 03f7326

Browse files
committed
UNOMI-867: add unique name on refresh
1 parent 5dd0aa4 commit 03f7326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/shell-commands/src/main/java/org/apache/unomi/shell/migration/utils/MigrationUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public static void reIndex(CloseableHttpClient httpClient, BundleContext bundleC
239239
}
240240
});
241241

242-
migrationContext.performMigrationStep("Reindex step for: " + indexName + " (refresh at the end)", () -> {
242+
migrationContext.performMigrationStep(migrationUniqueName + " - reindex step for: " + indexName + " (refresh at the end)", () -> {
243243
// Do a refresh
244244
HttpUtils.executePostRequest(httpClient, esAddress + "/" + indexName + "/_refresh", null, null);
245245

0 commit comments

Comments
 (0)